‎2007 Dec 05 3:24 PM
Hi all experts,
I have a question. I want to debug a program but with another user. I have authorization to run /h, but the user that encounters the problem hasn't got the authorization to debug. Is there a way so I can debug with his role and profile?
Thx in advacne and cheers,
Carl
‎2007 Dec 05 4:15 PM
try to set the activ user in other guy system and try from your system. otherwise, you have to get authorization for that user. i think abap_developer profile gives all authorization to do that.
‎2007 Dec 05 3:27 PM
Hi,
No. If the user does not have authorization then you cannot use his ID to debug. You may want to request the Basis to give you or the person access to debug.
Alternatively you can debug using your id rite?
Cheers
VJ
‎2007 Dec 05 3:29 PM
Basicaly no, but if yuo have some hardcoded checks in you abap code you cna change value of sy-uname
‎2007 Dec 05 3:33 PM
You can not.
Even you change the value of sy-uname it will be overwritten with each and everystep.
You can not debug in this case.
Pavan
‎2007 Dec 05 3:34 PM
go to utilities - settings- debugger - check activ and give the other user name and try debugging. this works in case of remote user and in sap from non-sap. try the same in your code.
‎2007 Dec 05 3:40 PM
I'm working on SAP 4.7. Is it in every transaction? Or is it in SE80? I can't find it. *** sorry ***
‎2007 Dec 05 3:42 PM
Ok, found it. It is in SE80..... I will have a try. Thanks for your help.
‎2007 Dec 05 3:47 PM
Nope, still the same error message. "User TESTTEST has no authorization for debugging".
‎2007 Dec 05 4:15 PM
try to set the activ user in other guy system and try from your system. otherwise, you have to get authorization for that user. i think abap_developer profile gives all authorization to do that.