ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Calling an Unauthorised transaction

Print This Post Email This Post Written by admin on Feb 4th, 2008 | Filed under: Tips & Tricks

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.

Share

If you like this post, you may as well like these too:

  1. 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 =...
  2. 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...
  3. 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...
  4. 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...



2 Responses to “Calling an Unauthorised transaction”

  1. Wow…. great post. Keep up the good work man.

  2. what if I dont have authorization to run SE37 neither? =)

Leave a Reply