‎2008 Aug 07 7:23 AM
Hi gurus,
How to debug function module under update task?
thanks a lot
‎2008 Aug 07 7:27 AM
Activate update debugging.
When you are in the debugging screen go to
Settings -> Debugger settings
then check the update debugging checkbox.
‎2008 Aug 07 7:31 AM
First Start Debugging using the /H or keeping the BREAK-POINT in the code.
Once you reach the break point screen , From menu
Settings->Update Debugging
Now update Debugging will be activated. Press F8. if there are any update functions then it will stop there for Debugging a new session will be opened..
‎2008 Aug 07 7:37 AM
1st put a breakpoint on ur update Fm then in debug mode set update debugging checkbox from Settings->Debugger settings and press F8 it will open another session where if u press F8 button again then it will goto the breakpoint that u set earlier.