‎2008 Aug 28 1:13 PM
Hi All,
I've created one Update Function Module for Inserting Values and Updating the Values in Ztable. And I'm calling that Function Module with Addition 'IN UPDATE TASK' in my report Program.
While I'm checking it in Debugging Mode, the control is not even going inside that Function Module. If I'm calling that Function Module without Addition 'IN UPDATE TASK' then it is working fine.
But I've call that Function Module IN UPDATE TASK only.
Any Solution Pls ?
Helpful Answers will be rewarded.
Regards,
Padmam.
‎2008 Aug 28 1:18 PM
You need to Start the Update Debugging.
How to start
Start from Normal Debugging using /H
Then From menu Settings-> Update Debugging
Then you wll be able to see the Debugging
‎2008 Aug 28 1:20 PM
well probably all worked fine, you just didnt notice.
SAP doesnt care if you got some breakpoints in you update task coding.
as long as you didnt switch on update-task debugging it will NOT stop in your coding which is beeing processed in update task.
run your program and before executing give /h in the ok-code-box. once you are in debug mode, click on debugging and the then on update task. now you have switched on update task debugging.
if it now doesnt stop as well then you really got a problem