‎2008 Jul 08 12:16 PM
‎2008 Jul 08 12:26 PM
Hi,
when a function module is called in update task it cannot be debugged normally so in debugging mode goto menu
System-> update debugging. Switch it on to debug the FM.
Anju
‎2008 Jul 08 12:21 PM
hi,
update debugging is setting values at runtime ....and checking values.
regards,
sravanthi.
‎2008 Jul 08 12:26 PM
Hi,
when a function module is called in update task it cannot be debugged normally so in debugging mode goto menu
System-> update debugging. Switch it on to debug the FM.
Anju
‎2008 Jul 08 12:27 PM
Hi Ambarish,
Update Debugging
Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.
Update Debugging is useful when you want to debug some update function modules, some update tasks.
Generally you cannot do any Debug update tasks.
using Update Debugging you can debug update tasks.
Please check this link
http://help.sap.com/saphelp_nw70/helpdata/en/c6/617d0ce68c11d2b2ab080009b43351/content.htm
Best reagrds,
raam
‎2008 Jul 08 12:28 PM
‎2008 Jul 08 12:31 PM
Hello ambarish,
From the ABAP Debugger, we can set the debugging mode.Update debugging is one of the m,ode of debugging.
Update Debugging
Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.
For more info on other modes,have a look at;-
http://help.sap.com/saphelp_nw70/helpdata/en/c6/617d0ce68c11d2b2ab080009b43351/content.htm
Best of luck,
Bhumika
‎2008 Jul 08 12:31 PM
Hello ambarish,
From the ABAP Debugger, we can set the debugging mode.Update debugging is one of the m,ode of debugging.
Update Debugging
Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.
For more info on other modes,have a look at;-
http://help.sap.com/saphelp_nw70/helpdata/en/c6/617d0ce68c11d2b2ab080009b43351/content.htm
Best of luck,
Bhumika