Application Development 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: 

Debugging

Former Member
0 Kudos

Hi,

This is krishnakumar, I have a small query here in debugging

I want to change a value of a variable in debugging mode

but i dont have authorization to change the variable in debugging mode.

Is there any other ways to debug without authorization.

Thanks and Regards,

krishna

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Hopefully not!!

Changing values during debugging is an authorization that should only be given in test/development environemnt.

If you don't have that auth, I don't see any other way to bypass the problem.

Find someone who has this auth, or find someone who could give it you.

Best wishes,

Florin

5 REPLIES 5

Former Member
0 Kudos

Hi,

Hopefully not!!

Changing values during debugging is an authorization that should only be given in test/development environemnt.

If you don't have that auth, I don't see any other way to bypass the problem.

Find someone who has this auth, or find someone who could give it you.

Best wishes,

Florin

0 Kudos

Hi Florin,

Thanks for your response., Actually i was trying to debug a program without authorization so i was just trying is there any ways to by-pass the authorization.

As you said there is no way to bypass the authorization.

Regards,

krishna

former_member188685
Active Contributor
0 Kudos

Hi,

some where you are checking the authorization in the code , place the break point, where you check the sy-subrc after the authority check.

if sy-subrc <> 0. " here it may be 12 try to change it                "to 0 and proceed.

and now you can change the variable.

regards

vijay

0 Kudos

hmm... Vijay, if you don't have the authorization to change a variable on debugging, you can't change the subrc of the authorization test either ;_)

Former Member
0 Kudos

Hi,

The best thing you can do it is to contact your Basis team and get the Authorization. Nothing can be done without authorization.

Regards,

Vara