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

debugging

Former Member
0 Likes
1,173

experts,

in debugging mode if i try to change a value , not allowing to change and is regaining its original value even though the variable has been declared using data and not with constant.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,151

Hi,

If you are using classical debugger, edit the data and click on the pencil (or edit icon) next to it.

If you are using a new debugger, just press enter.

Thanks & Regards,

Navneeth K.

11 REPLIES 11
Read only

Former Member
0 Likes
1,151

You do not have proper authorization for replacing values in the debugger. Contact your respective basis team for the same.

Read only

Former Member
0 Likes
1,151

hi,

r u saving after changing the value,

after changing variable value u have to click on pencil icon.

regards,

Chandu

Read only

Former Member
0 Likes
1,151

Hi

It means you've a profile without the authorization to change the data in debugging: u can only ask your basis if it's possible (it can depends on the policy of your company) to add that authirization.

Max

Read only

Former Member
0 Likes
1,152

Hi,

If you are using classical debugger, edit the data and click on the pencil (or edit icon) next to it.

If you are using a new debugger, just press enter.

Thanks & Regards,

Navneeth K.

Read only

0 Likes
1,151

experts,

i have done all of the answers i have got, here i am changing the value of a simple variable defined in a function module but not allowing me to do so.

this is not related to any authorizations or so.

expecting replies.

thanks in advance.

Read only

0 Likes
1,151

hi,

you might have changed value before it is populating.

just check it once.

if it a function module exporting parameter allow the cursor to reach FM and change the value.

any other parameter check that any vlaues are hardcoded in the FM.

tell us the situation.

Read only

0 Likes
1,151

Have you tried pressing ENTER after changing the value?

Change the value, press F5 once and check the value. if it has the modified value then it means value is being reset in some other part of the coding.

Read only

0 Likes
1,151

Hi

So that could mean you need to change a value of IMPORT parameter? If it's so u can't do it

Max

Read only

0 Likes
1,151

experts,

thnks for responding.

problem solved.

regards.

rae

Read only

0 Likes
1,151

Hi,

If your problem is solved, please close the thread as answered..

Regards

Karthik D

Read only

former_member212005
Active Contributor
0 Likes
1,151

Hi, once you change the value of a variable, u certainly need to click the Change Fld Contents button next to the Field box.

If you have also clicked the button and still it retains the original value, then you certainly do not have the authorization.