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?