cancel
Showing results for 
Search instead for 
Did you mean: 

Interface Mapping

Former Member
0 Kudos

The interface i should design to communicate information regarding sub-rights invoices that are paid in SAP ERP(R/3) and the information fed back to from front end system XXXXX

I need to fetch the data like invoice number,value and amount paid.and send it back to some front end system. how should i design my interface?

Please advise me

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can design your interface as a SOAP -> AbapProxy scenario (synchronous).

Sender External System call the Soap Service -> PI Map request to Abap Proxy on Sap R3 Side -> In Abap Proxy on Sap R3 check/get data (invoice number,value and amount paid...), then send back the response to Soap Service Consumer (the external system).

This is an help for Soap Sender Adapter configuration:

http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm

This for Abap Proxy generation:

http://help.sap.com/saphelp_sem40bw/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm