cancel
Showing results for 
Search instead for 
Did you mean: 

BADI Implement to Attach file in Shopping Cart

Former Member
0 Kudos

Hi Gurus.

Can any one tell me.

What is the badi to attach files in shopping Cart ?.

I want to create one implementation to trasfer external files(local files) to Shopping Cart item.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello ,

If you are looking at attaching the document in SRM and sending it to BE system.(R/3 system), then have a look at SAP note Note 1057932 - FAQ: Atachment transfer to backend, Required Configurations.

The Following BADI’s will have to be implemented to allow the above functionality

For transfer of attachments in PO , activate the BADI BBP_CREATE_PO_BACK. Set the values of the following parameters in the

method BBP_CREATE_PO_BACK~Fill_PO_INTERFACE

CV_ATTACH_TRANSFER_ACTIVE = 'X'

CV_ATTACH_BE_STORAGE_CAT = 'DMS_C1_ST'

CV_ATTACH_BE_DOC_TYPE = 'SRM'.

For transfer of attachments in PR, activate the BADI

BBP_CREATE_REQ_BACK. Set the values of the following parameters in the method 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'.

Award points if useful.

Cheers,

Sid

Former Member
0 Kudos

hi,

You dont need to implement any BADI for attaching documents to a SC.

While creating a Shopping cart,under Documents and attachements tab,there is an option to select a local file and attach it to a SC.

BR,

Disha.

Do reward points for useful answers.