cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Attachment size is 0

Former Member
0 Kudos
344

Hi All,

We create a Purchase Request in ECC 4.7 system, and after executing one custom program and BBP_EXTREQ_TRANSFER, a Shopping Cart is created in SRM 7.0 system, with reference to the PR.

If the PR contains a document attachment, its available as size 0, in the 'Notes and Attachments' tab of SC, why the size is 0?

Before getting into the 2 programs, and other chances are there to fix this issue?

Thanks,

Prabhakaran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

When we try to use SCMS_DOC_READ FM to get the binary content of the document, we are ending up in the exception 'Error during import of physical document (DMS_C1, 502558F0591F0680E1008000245F0C86) from cluster table' .

The stroage category we pass is 'DMS_C1_ST', and internally it picks crep_type = '03' from table CREP.

When crep_type is '03', the case statement branches to call FM 'SCMS_R3DB_IMPORT', and in this FM in FORM subroutine 'db_import_cont', there is a CASE statement which always return the above exception !

Any issue in using the storage category 'DMS_C1_ST' here?

---

Prabhakaran

former_member208675
Active Contributor
0 Kudos

Hi,

Have you checked SAP Note:1454783?

Regards,

Former Member
0 Kudos

Hi Vinay,

The LOIO_CLASS and LOIO_OBJID fields in the SC-attachment are not initial in our case, so the above SAP Note may not be the relevant one.

Prabhakaran