cancel
Showing results for 
Search instead for 
Did you mean: 

XML Message

Former Member
0 Kudos

Hi Experts,

I am finding a way to debug XML message.

Actually we have used /SCA/IF_EX_BIF_I_DESDLVRY~BEFORE_CONVERSION method to update delievry information in APO through XML message. Currently we are facing one issue to update delivery in APO so we would like to debug it within APO.

Can anyone suggest appropriate way to debug the XML message within APO?

Thanks in Advance....

Regards

Sujay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sujay

In order to debug an xml in APO system. go to transaction sxi_monitor and filter according to time and interface name , here it is

Despatch*

Then you can analyse the error in pay load (under inbound message) and error (under soap header)

What I assume is you are trying to send ASN information from supplier system, DDN_I

Is there any specific reason why you are only implementing BEFORE_CONVERSION method only ???

in general we implement all the three methods AFTER_CONVERSION and event creation with sample code!!!

Best Regards

Vinod