cancel
Showing results for 
Search instead for 
Did you mean: 

SRM attachment

Former Member
0 Kudos

Hi Friends

I have created my screen in webdynpro abap for standard SRM screen.

My reqd is that for attachment I need to find a way as standard SRM works with attachments.

Can you please forward any documentation or FM to handle it.

Thanks

Raghav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

In SRM, the inbound attachment references are processed by function BBP_ATTACH_CONTENT_WEBGET. This function will read sent doc URLs and create corresponding doc in SRM SC item attachment.

This function is used in the external requirement scenario during the inbound SC creation in SRM: it reads backend documents, would it be a 4.6C or an ECC6.0 system. ECC will send URL of your DMS docs, and SRM will try to process those URLs.

So debug the external requirement flow: starting in R/3 (check that ECC sends doc URLs), going into SRM (with an RFC dialog user), and break point in function BBP_ATTACH_CONTENT_WEBGET.

<b><u>Please go through the link for more details </u></b>

Do let me know.

Regards

- Atul

Answers (0)