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

Update debugger is not working

Former Member
0 Likes
2,742

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

5 REPLIES 5
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,444

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

Read only

Former Member
0 Likes
1,444

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

Read only

Former Member
0 Likes
1,444

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

Read only

Former Member
0 Likes
1,444

Hi Saravraj ,

Even if 1 session is opened then also it is not going for update debugging.

Thanks

Satyam

Read only

0 Likes
1,444

>

> 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.