Skip to Content
Author's profile photo Former Member

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!

/wp-content/uploads/2013/09/1_275432.png/wp-content/uploads/2013/09/2_275433.png/wp-content/uploads/2013/09/3_275434.png

SE37 tcode –Function Module

/wp-content/uploads/2013/09/4_275435.png

Click display and ctrl+F for sy-subrcand place a break point

/wp-content/uploads/2013/09/5_275436.png

Now go back to easy access and execute STMS tcode

/wp-content/uploads/2013/09/6_275437.png

Change the value from 4 to 0

/wp-content/uploads/2013/09/7_275438.png

/wp-content/uploads/2013/09/10_275440.png

Click the pencil and edit  4 to 0

/wp-content/uploads/2013/09/11_275441.png

Hit F8 execute and wear a smile on your face TCODE is authorised

/wp-content/uploads/2013/09/9_275442.png

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


Assigned Tags

      7 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Damian Reiner
      Damian Reiner

      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

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      i cant agree anymore with ya Damian and have highlighted the same in the doc 😉

      No Worries

      Karthik

      Author's profile photo Harsh Bansal
      Harsh Bansal

      Hi All,

      But isn't using FM - C160_TRANSACTION_CALL the easiest way to access unauthorized tcodes?

      Regards,

      Harsh Bansal

      Author's profile photo Damian Reiner
      Damian Reiner

      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

      Author's profile photo Former Member
      Former Member

      Unfortunately this does not work for all tcodes. I tried with SM59 and this FM is not even called.

      Author's profile photo Former Member
      Former Member

      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.

      Author's profile photo Bhaskar Chakraborty
      Bhaskar Chakraborty

      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.