‎2008 Jun 24 12:23 PM
Hi All ,
Anybody please send the step by step procedure to debugg
the outbound function module
thanks,
Sabu
.
‎2008 Jun 24 12:33 PM
Hi,
Go to debug mode after creating output message (output immediately) and click save. In debug mode select SETTINGS - UPDATE DEBUGGING and continue. Another debug screen will be displayed, set break point at function module and enter function module and click continue. It will stop at the function module.
Cheers.
...Reward if useful
‎2008 Jun 24 12:33 PM
Hi,
Go to debug mode after creating output message (output immediately) and click save. In debug mode select SETTINGS - UPDATE DEBUGGING and continue. Another debug screen will be displayed, set break point at function module and enter function module and click continue. It will stop at the function module.
Cheers.
...Reward if useful
‎2008 Jun 24 1:22 PM
Hi,
Put the break point in the outbound FM and execute the transaction for which you are sending the IDOC.
Regards,
Sharath
‎2010 Dec 09 6:01 PM