‎2008 Oct 30 9:31 AM
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.
‎2008 Oct 30 9:36 AM
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.
‎2008 Oct 30 9:32 AM
You do not have proper authorization for replacing values in the debugger. Contact your respective basis team for the same.
‎2008 Oct 30 9:34 AM
hi,
r u saving after changing the value,
after changing variable value u have to click on pencil icon.
regards,
Chandu
‎2008 Oct 30 9:35 AM
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
‎2008 Oct 30 9:36 AM
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.
‎2008 Oct 30 9:41 AM
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.
‎2008 Oct 30 9:48 AM
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.
‎2008 Oct 30 10:02 AM
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.
‎2008 Oct 30 10:09 AM
Hi
So that could mean you need to change a value of IMPORT parameter? If it's so u can't do it
Max
‎2008 Oct 30 11:13 AM
‎2008 Oct 30 11:19 AM
Hi,
If your problem is solved, please close the thread as answered..
Regards
Karthik D
‎2008 Oct 30 9:38 AM
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.