cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SRM Attachment where is it configured

Former Member
0 Kudos

We are having some issues with the attachment on SRM.

We have a scenario wherein the document attached in a Purchase Order is sent to our Content Repository.


We would like to know where in the program does it transfer the attachment? 

in ECC we can find that it is done by the following program

SCMS_DOC_CREATE_FILES which uses in HTTP_POST_FILES.

But in SRM, when i do external breakpoints it doesn't actually go to these FMs.

I can see it uses BBP_PRODOC_WRITE_DOCUMENT but I cannot figured out where is it actually storing or calling the Webservice to post the files?

Accepted Solutions (0)

Answers (2)

Answers (2)

ivy_li
Active Contributor
0 Kudos

Hi,

Please check the following KBA:
2613854 - PR Attachments Not Replicated to Shopping Cart

For ESA (XML), it is supported to transfer attachment for PR transfer.

BR,

Ivy

ivy_li
Active Contributor
0 Kudos

Hi,

Are you going to transfer SRM PO with attachment to ECC side?
For extended classic scenario, please check the consulting solution in the following note:

1594966 - Transfer of PO Attachments to ECC in SRM ECS

BR,
Ivy

Former Member
0 Kudos

it's SAP SRM going to a Java HTTP Servlet on SAP Process Orchestration (PI/PO) which connects to a Document Management System (DMS).

I'm looking at where HTTP_POST or HTTP_PUT is done during inserting attachment in a Purchase Order in SAP SRM

0 Kudos

Hi Ivy,

Is it possible to receive the attachment via inbound xml (external requirements) into SRM?