ABAP tip and trick to break Tcode access to not so authorized Tcodes:)
Don’t get jammed when you find the not authroised message There is trick to crack this,exercise caution however!
SE37 tcode –Function Module
Click display and ctrl+F for sy-subrcand place a break point
Now go back to easy access and execute STMS tcode
Change the value from 4 to 0
Click the pencil and edit 4 to 0
Hit F8 execute and wear a smile on your face TCODE is authorised
http://www.sapdev.co.uk/security/bypass/bypass-tcode.htm
You are tempted to ask what if SE37 tcode –Function Module access is not available, he could smell it coming
Note 587410 – Test environment: Activity 16 (Execute) in S_DEVELOP
No Worries
Karthik
This function is only possible if you have debug authorizations 😉
If your authorization admin has done his work well you don´t have authorizations for debugging 😉
Regards,
Damian
i cant agree anymore with ya Damian and have highlighted the same in the doc 😉
No Worries
Karthik
Hi All,
But isn't using FM - C160_TRANSACTION_CALL the easiest way to access unauthorized tcodes?
Regards,
Harsh Bansal
No, if you go in coding of FM - C160_TRANSACTION_CALL you can see that the t-code which you want to open with the FM will be checked within your authorizations 😉
Regards,
Damian
Unfortunately this does not work for all tcodes. I tried with SM59 and this FM is not even called.
obviously this does not work with all t codes. i am trying to figure out what is that perticular thing which is called whenever we execute some t code and checks whether we are authorized to do that or not.
This might be a very old thread but just for future help, the debugger will trigger in SM59 too, but you need to have System debugging switched on.