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 issue

Former Member
0 Likes
508

Hello Guys,

A user don't have ADMINISTRATOR  role , but i want to debug with this user id ( don't have  ADMINISTRATOR  role ), can any please let me know  how to debug

Thanks

Vijaya

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
484

Perform some search at help.sap.com with keywords : External Debugging

Regards,

Raymond

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
485

Perform some search at help.sap.com with keywords : External Debugging

Regards,

Raymond

Read only

Former Member
0 Likes
484

Hi,

In this cae, I think, you will have first place a breakpoint at message statement, in general.Now,when the system stops at the authorization message, you will have to by-pass this message by manipulating the value os sy-subrc etc.Only, in this way, it is possible to debug without any authorization.

BR,

Nitin

Read only

satyabrata_sahoo3
Contributor
0 Likes
484

You cannot debug without Auth. Object ' S_DEVELOP ' with OBJTYPE = DEBUG. However, external debugging can work.

Ref: http://wiki.sdn.sap.com/wiki/display/Duetent/Set+External+Breakpoints+for+ABAP+Debugging

-SS-