cancel
Showing results for 
Search instead for 
Did you mean: 

attachments are not transferred to R/3

Former Member
0 Kudos

Hi Experts,

We are on SRM 5.0 and are trying to transfer attachments from the shopping cart to the purchase requisition in R/3.

We have activated BADI BBP_CREATE_REQ_BACK with the following code:

method IF_EX_BBP_CREATE_REQ_BACK~FILL_REQ_INTERFACE.

cv_attach_transfer_Active = 'X'.

cv_attach_be_storage_cat = 'DMS_C1_ST'.

cv_attach_be_doc_type = 'SRM'.

endmethod.

However, nothing is happening, no transfer and no errors.

If I check in R/3 on the white icon with paperclip --> no entries.

Also,

We have done configuration in DC10, DC20, DC30

DC10:

doc type: SRM

created object links: EBAN and EKPO

DC20

Defined frontend carrier type" server frontend: PC path: C:\TEMP

DC30

defined workstation application

for example xls

Anybody an idea what we are missing and why nothing is happening? Even not an error.

Kind Regards,

Tom

Accepted Solutions (1)

Accepted Solutions (1)

imthiaz_ahmed
Active Contributor
0 Kudos

Refer this Note 1057932 - FAQ: Atachment transfer to backend, Required Configurations and cross check if everything is fine.

Regards, IA

Answers (2)

Answers (2)

Former Member
0 Kudos

There was a wrong entry in the CRMRFCPAR table.

Thank you all.

Former Member
0 Kudos

Hi Tom,

Wht was the missing/wrong entry in the CRMRFCPAR table?

We have a similar issue.

Best regards,

Sridhar

Former Member
0 Kudos

Hi,

In each line we were using 'SRM' instead of 'CRM'. Because of this, the error in R/3 was generated.

Former Member
0 Kudos

Also check that you are using the correct BADI, and not the old one.

Kind Regards,

Tom

Former Member
0 Kudos

Hi Tom,

Thank you very much for the quick reply. We are missing something else other than these.

Anyway thanks a lot.

Best regards,

Sridhar

Former Member
0 Kudos

In ECC SPRO ->SAP Customizing Implementation Guide->Cross-Application Components->Document Management->Control Data->Define Number Ranges for Document Numbers

check the internal no range defined for doc type SRM in DC10

is available

otherwise define

BR

Dinesh