Symptom
- 'Object does not exist' error when using Migration Object 'Document info record' with Linked SAP Object PMPLPO and not known why
- The API API_CV_ATTACHMENT_SRV returns I::000 CX_ODATA_CV_ATTACH_EXCEPTION when calling it with BusinessObjectTypeName 'PMPLPO'
Environment
- SAP S/4HANA, Cloud
- Document Management
Cause
'Linked Object Key' is maintained incorrectly for the Linked SAP Object PMPLPO
Example : A00010008010010
Resolution
The Linked Object Key for PMPLPO is formed from the fields task list type (PLNTY), task list group (PLNNR), and task list node (PLNKN) from table PLPO
Example :
The Linked Object Key is maintained A00010008010010
The part 010010 should be replaced with 00000001
In S/4HANA Cloud the table PLPO is available through the CDS view I_MfgBOOSubOperationChgSt
Keywords
'Linked Object Key' , PLNTY , "task list group" PLNNR, "task list node" PLNKN , PLPO , Operation , "migrate your data" , I_MfgBOOSubOperationChgSt , PMPLPO , API_CV_ATTACHMENT_SRV , GetAttachmentCount , GetAllOriginals , SAP_COM_0395 , KBA , CA-DMS , Document management , How To