‎2013 Oct 14 9:33 PM
Hello,
I have a Z program linked to migo transaction, I want to debug my program when migo call my program, I did set a break point, but migo never call my prgogram
Thanks
‎2013 Oct 14 10:42 PM
Hi, before performing you 'Z' transaction, did you checked your settings:
SE38 > menu Utilities > Settings > tab ABAP Editor > tab Debugging
Make sure the user - or the user you're testing with - is filled out in 'Users'
And 'X' Session breakpoint active immediatly also comes in handy.
Another way, is to use transaction SE93 put in your transaction, type '/h' in the transactionbar, press enter, and test (F8).
Best,
Sander
‎2013 Oct 15 12:32 PM
Hy Luis,
Did you tried the update debugging? some how your ZPROGRAM might be called in update task.
Try the following:
Mark the check box "Update debuging" and save the options:
NOTE: This session is triggered after commit work statement. All the function modules called with the addition "IN UPDATE TASK" will be called successively in the order they were submited.
Other ways to do this:
Hope it helps.
Best regards,
José VÃlia