cancel
Showing results for 
Search instead for 
Did you mean: 

Send payload to ABAP RFC

Former Member
0 Kudos

Hi

I want to send the entire payload read from a file to a RFC function module to modify the data and get back the xml.

Please could experts suggest what is the best way to achieve this using graphical message mapping.

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Create a scenario file as sender and RFC as receiver. Search SCN for file sender scenarios. Are you getting flat file or xml file?  If you get flat file then search for file content conversion.  Import the RFC module in the ESR. Use graphical mapping functions to map the source to target fields. If the requirement is more complex use XSLT or java mapping.  Refer SCN for RFC receiver scenario.

Use this link for mapping

http://wiki.sdn.sap.com/wiki/display/XI/PI+7.0+and+7.1+Mapping+-+Blogs,+Articles,+Wiki,+Code+Samples...