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

Debug function module in Update task

Former Member
0 Likes
9,139

Hi Experts,

I have requirement of debugging a function module which is in Update task,But my control doesnt go inside,

Can any one please let me know ,how can we debug, the code inside the function module.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,089

To Debug function modules in Update Task - you have to enable some settings.

In your debugger window - go to menu Item - Settings and there select Update Debugging and save your settings.

Once all the code is executed your Update Function modules will be called which you can debug now.

Hope this helps.

Regards

Manas Dua

3 REPLIES 3
Read only

Former Member
0 Likes
4,089

Hi,

Switch on the debugger....go to Settings -> Display/Change Debugger Setting in that check the check box for 'Update Debugging'.

Edited By : Tejaswini Khante

Read only

Former Member
0 Likes
4,090

To Debug function modules in Update Task - you have to enable some settings.

In your debugger window - go to menu Item - Settings and there select Update Debugging and save your settings.

Once all the code is executed your Update Function modules will be called which you can debug now.

Hope this helps.

Regards

Manas Dua

Read only

umashankar_sahu
Active Participant
0 Likes
4,089

hi Karthick

you set a break point inside a function module where code is written and where you exactly want to analyze the code. and then execute, it stop where you already seted a break point.