2012 Nov 05 12:10 PM
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
2012 Nov 06 8:31 AM
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.
2012 Nov 06 10:38 AM
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.