Quantcast
Channel: SCN : Blog List - ABAP Development
Viewing all articles
Browse latest Browse all 943

WORK AROUND: NOT AUTHORIZED TO A TRANSACTION

$
0
0

Many abap developers may not have authorization to use many of the transactions. E.g.

 

1.GIF

2.GIF

There is a way to use any transaction even though you don't have access. The Function module C14Z_TRANSACTION_CALL can be used.

Steps:

1. Go to transaction se37:

3.GIF

2. Give the FM "C14Z_TRANSACTION_CALL" and click 'Display'

4.GIF

3. Put a debugger at line no 44

5.GIF

 

4. Execute(F8) and give the Tcode that you want to use.

6.GIF

5. Then Execute. It will open a debugger session. double click on SY-SUBRC and see the value equal to 2.

7.GIF

6. Go to edit mode and make the SY-SUBRC value equal to 1.

 

8.GIF

7. Execute and enjoy

9.GIF

 

It is not recommended to use the transaction which you are not authorized to view.


Viewing all articles
Browse latest Browse all 943

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>