cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging an inbound proxy to SAP.

Former Member
0 Kudos

Hi,

We are working on a file to SAP scenario. In this scenario a file adapter is used to read the file contents and send the data from XI to SAP R/3 using an inbound proxy. On executing the end to end scenario, the file adapter is reading the file successfully and posting the message to SAP R/3.

The messages are shown with success status (checkered flag) in SXMB_MONI transaction of both XI and SAP R/3. But the problem is, the tables in SAP are not getting updated with the data sent from XI.

Could any one please let me know how to debug the proxy interface in end to end scenario.

Thanks & Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

go to TCode: SPROXY in SAP system and find your Inbound Message interface from ur software component.

double click on the ABAP interface and get into the execute_asynchrounous method. place a break point there or place a break point in the program which is used to update the table

come back to the Inbound interface and press F8 or execute the interface. take the payload from SXMB_MONI in SAP system and paste the payalod. now investigate...

Answers (0)