Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to debug function module under update task?

Former Member
0 Likes
3,221

Hi gurus,

How to debug function module under update task?

thanks a lot

3 REPLIES 3
Read only

Former Member
0 Likes
951

Activate update debugging.

When you are in the debugging screen go to

Settings -> Debugger settings

then check the update debugging checkbox.

Read only

Former Member
0 Likes
951

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..

Read only

Former Member
0 Likes
951

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.