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

Skip Authorization Check

Former Member
0 Likes
30,364

How to access a Tcode when you don't have the authorization for the TCode?

Please help!!!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
14,655

Very usefull link on how to do it:

http://forum.saptechies.com/viewtopic.php?t=5936

Regards,

Prashant.

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
14,655

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.

Read only

Former Member
0 Likes
14,655

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.

Read only

Former Member
0 Likes
14,655

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.

Read only

Former Member
0 Likes
14,656

Very usefull link on how to do it:

http://forum.saptechies.com/viewtopic.php?t=5936

Regards,

Prashant.

Read only

Former Member
0 Likes
14,655

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

Read only

Former Member
0 Likes
14,655

Hi,

I hope the below link can help you.

Thanks,

Khushbu.