Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging: How to stop and re-process Inbound XML Mesage

Former Member
0 Likes
1,123

Hi All,

From SRM system when Central Contract is modified and distributed to ECC system, Outline Agreement is not updating few fields in ECC system.

I have taken trace in ECC system when CC is distributed from SRM system for the background user ( XI REMOTE in my case ), and could find some custom programs

in the SQL trace list. I have put a break point in the custom code and tried reporcessing the XML again from TCode SPROXY. this time it did not stop at the breakpoint

where it has gone through initially.

Can anyone please tell me whether we can stop the XML when it is sent from SRM system initially. And reprocess the inbound XML message like we do in IDoc.

Or is there any other way to debug directly when CC is distributed from SRM system.

Please help me.

Thanks in Advance

Pragna Siddha

Hi All,

From SRM system when Central Contract is modified and distributed to ECC system, Outline Agreement is not updating few fields in ECC system.

I have taken trace in ECC system when CC is distributed from SRM system for the background user ( XI REMOTE in my case ), and could find some custom programs

in the SQL trace list. I have put a break point in the custom code and tried reporcessing the XML again from TCode SPROXY. this time it did not stop at the breakpoint

where it has gone through initially.

Can anyone please tell me whether we can stop the XML when it is sent from SRM system initially. And reprocess the inbound XML message like we do in IDoc.

Or is there any other way to debug directly when CC is distributed from SRM system.

Please help me.

Thanks in Advance

Pragna Siddha

2 REPLIES 2
Read only

Former Member
0 Likes
658

Hi Pragna,

I'm not sure if this would work but you can try to input hard coded BREAK-POINT statement in your custom code then go to your work process in SM50 then Program/Session > Debugging.

Read only

former_member189779
Active Contributor
0 Likes
658

May be you can try:

1. Identify the service interafce in SPROXY which is creating inbound document.

2. Exceute that interface, paste the WSDL from message. When you press F8 on service interface you will see a pop up where you can check box Debug Method.