‎2008 Jul 29 6:52 AM
How to access a Tcode when you don't have the authorization for the TCode?
Please help!!!!!
‎2008 Jul 29 6:59 AM
‎2008 Jul 29 6:55 AM
hi,
WELCOME TO SDN.
first of all why u want to access a tcode which u dont have authorisation.
if its really required check with ur basis people thy will give u authorisation.
‎2008 Jul 29 6:56 AM
Hi,
Goto - SE37 -> Enter u2018C160_TRANSACTION_CALLu2019 execute the FM by giving the Tcode that u donu2019t have access. This will skip the initial authorization check.
Hope this solves your problem...
Thanks,
Chandra.
‎2008 Jul 29 6:57 AM
Hello,
You can skip authorization check.. but it is not suggestable...
go to debugging mode using "/h" and type your transaction and press enter...
normally authorization-check will have if statement to check the value of SY-SUBRC. in debugging mode you can change the value.
Best Regards,
Sasidhar Reddy Matli.
‎2008 Jul 29 6:59 AM
‎2008 Jul 29 7:00 AM
open a new screen
system>status>double click on the program name
-->
press shift+f5>program->tcode--->
double click on the program name .if it is a report execute from there.
else.
if it a module pool
system>status>double click on the program name
-->
press shift+f5>program->tcode--->
debb
breat point at message
before the message u keep the breat point.
execute once again.
sy-subrc = 0(change it)
u will get it.
Regards
Anbu
‎2008 Jul 29 7:00 AM