‎2009 Jun 08 7:03 AM
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
‎2009 Jun 08 7:35 AM
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
‎2009 Jun 08 7:33 AM
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
‎2009 Jun 08 7:35 AM
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
‎2009 Jun 08 7:41 AM
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.