‎2009 Sep 17 12:34 PM
Hi All,
I have created a ABAP Proxy for inbound interface.For this interface the data is coming from XI system.So i am writing the logic to read the XI data into an internal table and am populating the same data into a BAPI.
So my question is,once the XI system sends the data, Will this ABAP Proxy Method automatically gets trigger or Do we need to make any settings?
Please Help me As early as possible.
Thanks in advance
Regards
Srinivas Kodukula
‎2009 Sep 17 2:16 PM
Hi srinivas,
Refer the below points for the configuration needed at R/3 side:
1. Create a HTTP connection in the business system using transaction SM59
2. Configuration Business system as local Integration Engine in SXMB_ADM
3. Connection between Business System and System Landscape Directory. For this check the RFC destinations LCRSAPRFC and SAPSLDAPI
4. Maintaining the SAP J2EE Connection Parameters for LCRSAPRFC and SAPSLDAPI in SAP J2EE engine
5. Maintain SLD access details in Transaction SLDAPICUST
Regards,
Kiran Bobbala
‎2009 Sep 17 7:05 PM
Follow all points as mentioned by Kiran for setting up.
For inbound proxies you don't need to do anything as long you proxy is syntactically correct and activated.
If you want to test/debug, go to SXMB_MONI and take one message corresponding to this interface. Right click on payload and download. Go to SPRoXY transaction and select your proxy(put a break-point wherever you want to debug) - go back click excute(F8) and provide this xml payload input file which you download. Then you can debug and check you code.