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

Change code in ABAP debugger mode ?

Former Member
0 Likes
3,953

Hello ABAP Experts,

How to change the code in the abap Debugger mode.

Suggestions appreciated.

Thanks,

BWer

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,207

Unfortunately NO.You cannot change the code in the abap debugger.

6 REPLIES 6
Read only

Former Member
0 Likes
2,208

Unfortunately NO.You cannot change the code in the abap debugger.

Read only

Former Member
0 Likes
2,207

You cannot change the code, you can change the values of variables in DEBUG mode.

Regards,

Ravi

Read only

0 Likes
2,207

Can't change code, can change variable field values(no constants). double click the field that you want to change the value of, it will show at the bottom of your screen, over write the value and click the pencil.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
2,207

You can not change the code in ABAP debugger. But you can change the value of variable/ internal table / structure in ABAP Debugger. Also you can not change the constant and if you are debugging the function module, you can not change the import parameters while debugging.

Regards,

Pratik

Read only

Former Member
0 Likes
2,207

HI,

Could you please mention your mail Id.I shall mail you some documents.

Regards,

Gayathri

Read only

0 Likes
2,207

Gayatri,

my mail id is mgmswsol@gmail.com.. thanks very much

BWer