‎2010 Sep 22 12:15 PM
Hi All,
My problem is "Update debugger is not working" is not working.
In VA02, I am creating a EDI output type, before saving it i am going into debug mode activating the 'Update Debugger'.
But after that a message is coming as 'Update debugging has been triggered' but debugger screen is not coming up.
Please let me if you have inputs on this.
Thanks
Satyamkumar Jha
‎2010 Sep 22 12:27 PM
Hello,
Are you sure if there are any "update tasks" being performed in the process you want to debug viz., CALL FUNCTION .. IN UPDATE TASK, PERFORM ... ON COMMIT etc.
Also note that "Update Debugging" will start once the update work process starts. Are you sure that the debugger doesn't branch to the relevant portion of the code once update work process starts.
BR,
Suhas
‎2010 Sep 22 12:47 PM
Hi Suhas,
Thanks for you inputs.
Actually same process when i am doing in testing system it working as per expected. i.e. update debugger is coming and i can debug it.
But when i am doing it it development system it's not working.
Even Orders are being locked for change & message is appearing for same but nothing happens after that.
Thanks & Regards
Satyamkumar Jha
‎2010 Sep 22 1:50 PM
Hi Sathya,
Please check that you do not have more than 5 SAP sessions opened. For SAP, there is alimit upto 6 sessions only. So one session should be left to bring the debugger screen up. Also set the breakpoint in starting point of your current program and test again.
Hope it helps..
Regards,
Sarav
‎2010 Sep 23 5:39 AM
Hi Saravraj ,
Even if 1 session is opened then also it is not going for update debugging.
Thanks
Satyam
‎2010 Sep 23 5:52 AM
>
> Hi Saravraj ,
>
> Even if 1 session is opened then also it is not going for update debugging.
>
> Thanks
> Satyam
Did you check if a COMMIT statement is getting triggered(you can do that by placing a break point in the debugger at the statement COMMIT)? Click on F5 once the control reaches COMMIT statment and wait for a new session to
get opened for debugging.
Not sure, about the debugger that you are using(classical/New), lately, I have faced issues with update debugging while using new debugger, it would be a good idea to cross-check in classical debugger.
-Rajesh.