cancel
Showing results for 
Search instead for 
Did you mean: 

when i am creating a shopping cart attachments are not send to backend.

Former Member
0 Kudos

Hi Experts,

i am using SRM 5.0 and backend system ECC6.0.

When i create a Shopping cart and i added a attachment. then the attachment is not going to backend.

Can any body help me.

Thanks and regards,

Tirumala.

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

Check this Wiki content:

http://wiki.sdn.sap.com/wiki/display/SRM/Transferingshoppingcartattachmentstothebackend+system

Perhaps it helps you.

Regards,

Ricardo

Answers (1)

Answers (1)

Former Member
0 Kudos

For attachment transfer in SRM50, here is the procedure

1 Activate the BADI - - BBP_CREATE_REQ_BACK

with following code -

METHOD if_ex_bbp_create_req_back~fill_req_interface.

DATA : wa_item LIKE LINE OF req_items.

*to transfer attachments to backend PR

cv_attach_transfer_active = 'X'.

2 Follow this things in R3

A In tcode DC10 - Create a new document type SRM with following settings

doctype - SRM

Use Kpro - tick on

Number assignment - 1

Internal Number assignment - 03

Number external - MCDOKZNR

Document status - -(dash)

B In tocde DC30 maintain the file types with their

*.Extn like *.doc , *.xls copy the existing one and create new ones missings .

Regards,

Jagadish