Calling an Unauthorised transaction
Did you ever have the need to run a transaction and SAP ditched you by saying…’You are not authorized to use transaction <Transaction>’. This neat little trick will help you to skip it.
Goto – SE37 -> and key in ‘C160_TRANSACTION_CALL’ and give any transaction and execute. This will skip the initial authorization check.
If you like this post, you may as well like these too:
- ABAP Programs: Calling a function REPORT ZSOURCE1010.* Variable for later useDATA: X TYPE I VALUE 5, Y LIKE X VALUE 7, MAXIMUM LIKE X.* Calling a functionCALL FUNCTION ‘MAX_TEST’ EXPORTING A = X B =...
- Calling BAPI from Visual Basic(VB) In this exercise you will learn about logging onto the SAP system and you will also use a BAPI and create a sales order in SAP. All without logging onto...
- Calling ABAP Programs Internally From a user perspective there are two ways of starting programs: direct execution using the program name for executable programs, or selecting a transaction code for module pools. These two...
- Transaction Code to Access Other Transaction Code with Values Many times in SAP, you may come across situations where in the users wants to have a separate transaction codes for some of the tables which can be easily maintained...



















Wow…. great post. Keep up the good work man.
what if I dont have authorization to run SE37 neither? =)