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
755

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
Read only

Former Member
0 Likes
717

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
Read only

Former Member
0 Likes
718

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

Read only

0 Likes
717

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

Read only

Former Member
0 Likes
717

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

Read only

0 Likes
717

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 ;_)

Read only

Former Member
0 Likes
717

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