‎2007 Sep 26 10:26 AM
i have function modules being triggered from 00002010
00002020 BTEs for tcode F110.How do i set break point in them .i mean is it posible 'coz i guess a session is being created every time i run f110.
Please help.
Thanks and Regards,
Venkat
‎2007 Sep 26 1:34 PM
you can set an extrenal breakpoint and always you can create an endless loop which you can debug from sm50 (e.g. data x. while x ne 1. endwhile.)
regards, Rob
‎2007 Sep 26 1:34 PM
you can set an extrenal breakpoint and always you can create an endless loop which you can debug from sm50 (e.g. data x. while x ne 1. endwhile.)
regards, Rob
‎2007 Sep 26 7:11 PM
1. Set a break point in your function module.
2. F110 Schedule a payment run (Specify a start time - Do not check Start immediately)
3. SM37 - Select your job and enter '=JDBG' in the command field
4. Continue and and the program will stop at you break point
Reward points if helpful