cancel
Showing results for 
Search instead for 
Did you mean: 

How to debugg a interface

Former Member
0 Kudos

please tell me how to debug a interface like we do in SAP ABAP debugg, is there any mode please tell regarding this

thanking you

sridhar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi sridhar,

Test your java code for lookups in IDE's like eclipse.There is no specific XI tool for testing.

former_member529475
Active Contributor
0 Kudos

HI Sridhar

See the below monitoring

First we will check the actual our sender side if it is file then the file is picked or not , if yes , we will check in Sender Communication channel by http://host:port/mdt/channelmonitorserlet

in RWB

we have the below monitoring tools in RWB like

compnonent monitor,message monitor,end-to--monitor,performance monitor , cache monitor..

after we will see in SXMB_MONI for xml messages in Integration engine

if we are sending the IDoc then we willsee the WE02 in r3 side

after we will see in SXMB_MONI_BPE for xml messages in Integration engine

next we will see the

/people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e7bc3a5a-0501-0010-1095-eb4...

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/servlet/prt/portal/prtroot/docs/library/uuid/2f2a9fa2-0a01-0010-32ac-d28...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/34860699-0701-0010-8aa7-d15...

Cheers..

Vasu

<i>** Reward Points if found useful **</i>

Former Member
0 Kudos

Hi,

We dnt have anything like debug.. the best way to test your design is using test tab in the MM & IM and for testing the configuration.. tools -> test configuration. You can also test all the Respository and Directory Objects in tran code: SXI_SUPPORT.

Regards

Former Member
0 Kudos

Thank you lakshmi, but i am using a LOOK ups , i am not satisfied with the test tool that we have in design , but in case of proxy we do have some debugging stuff

will tell anyother option please help me out in this

thanking g