Wednesday, 23 April 2014

How to debugg Outbound FM(IDOC)

1. Add the output type in Transaction( Eg:purchase order,sales order).

2. Enter '/h' to activate debugging in transaction window.

3. Save Transaction( Eg:purchase order,sales order).

4. The process enters debugging mode.

5. In Settings tab, select check box for Update Debugging.

6. Click F8.

7. The control will appear to go out and re-enter debugging mode.

8. Now from the menu bar, in breakpoints option, choose Break-point At Function Module option, and give the name of the function module which is processing the idoc.

9. Once break-point set, click F8.

10. The control will now go to the function module. You can then debug the FM.

No comments:

Post a Comment