cancel
Showing results for 
Search instead for 
Did you mean: 

XI Debugging Option

Former Member
0 Kudos

Hi,

I have the scenerio where I am trying to send the data from File to SAP,so we have file adapters in XI and ABAP Proxies at th SAP side.Now I want to debug how exactly the flow is in like when I put files at the filezone then how XI Picks this and then sends it to ABAP Proxy where I have Posting the data as document.

Yes this is related to FI CO Module where we have invoice posting done. My problem is when we paste 2 documents at the same time in file zone in my ABAP coding I have checked for duplicates posting of invoices with the required keys,but even then I find sometimes the document gets posted twice when the files are large enough.

So I want to see how is this process going on.

Please do Help me in this.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sudharshan,

There are a couple of ways ways in which you can do the monitoring of the message flow in XI.

1. Go to the Transaction - SXMB_MONI, where you can see through each of the pipelimne steps....

2. The other is the Runtime workbench where you can do the following.......

- ADAPTER MONITORING This allows you to trace out the errors and problems occuring in your Adapters running on the j2ee engine.

- END to END Monitoring This is similar to your SXMB_MONI and allows you to monitor the entire message flow.

- PERFORMANCE MONITORING This is used to monitor the performance of your entire XI server.

Also, go through these links for further info,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cbc7d790-0201-0010-bea6-c54...

http://help.sap.com/saphelp_nw04/helpdata/en/41/b715045ffc11d5b3ea0050da403d6a/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/96/0a2441509fa831e10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/5a/f72040599a8f5ce10000000a155106/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/25/9c2f3ffed33d67e10000000a114084/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/003de490-0201-0010-68a4-bf7a1e1f...

Regards,

Abhy Thomas

Former Member
0 Kudos

Thanks !!

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Sudarshan,

there is a hiogh possibility that the data has not commited before the duplication check. that is the reason why duplicate documents are being posted.

If youwnat to debug the proxy

you will have to deregister the QUES in R/3 and set a external brakepoint in the proxy code

then trigger the secnario. the data will stop in the ques. goto Tcode SMQ2 in R/3 and execute the LUW from there the breakpoint will be activated and then u can debug the Proxy code.

but rememner to register the ques and activate them once you are done as all the data coming into R/3 will be stopped there and will not post at all.

Regards

Nikhil

Former Member
0 Kudos

Thanks Nikhil

Former Member
0 Kudos

Hey

u can monitor the sender file adapter using end to end monitoring in RWB

thanx

ahmad