‎2013 Mar 20 8:39 AM
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
‎2013 Mar 20 8:49 AM
‎2013 Mar 20 8:49 AM
‎2013 Mar 20 8:50 AM
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
‎2013 Mar 20 9:35 AM
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-