cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Sourcing Catalog

Former Member
0 Kudos

Hi SRM team,

Any Idea how to build the logic for the below requirement.

Implementing carry out sourcings. Requirement is to add sourcing catalog to work area. During this process I need to capture these four fields Partner_prod, Partner, unit, and price and convert in to XML file.

I have implemented BBP_DOC_CHANGE_BADI badi and method BBP_SC_CHANGE .

With in that BADI I need to convert above 4 fields into XML file format and submit to third party tool by posting to their URL.

I am not aware this procee. Can you send me the methods or FM to convert my data into XML and

send it to third party tool by using their URL.

Is there any special methods to submit converted XML document to third party tool.

I will appreciate if you can send me the code.

Thanks,

Raghu

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Hi Raghu,

I am not entirely sure what your are looking at doing but maybe the MAP_XML_TO_ITABS function could help, it is the internal function used to map XML data passed in HTML forms and then mapped to OCI structure.

Not too sure if this will in any way help though.

Regards,

Jason