WE, are independent and not related in any way to any Companies and Organizations; and,
-------------------------------------------------------------------------------------
WE, are greatly motivated by the spirit of "sharing knowledge and information" to others.
Jan
27th

How to Create SAP Transaction Codes?

Author: admin | Files under Uncategorized

SAP transaction codes are use as short cut to access transactions in the system. Transaction codes provide efficiency and quickness in doing things in an SAP system. Instead of going through the long-path to access transactions, you may enter the transaction code in the command field and automatically you’ll be directed to the transaction screen you want to access. SAP standard delivers a lot of standard transaction codes that are readily available to use.

Have you ever experienced to create your own transaction code for your customized programs? Here’s a quick guide you can use as your reference. Share it to others!

Menu Path: Tools → ABAP Workbench → Development → Other Tools.

Transaction Code: SE93

 

snag_program-0014

The Maintain Transaction screen appears. Enter your cuztomize transaction code e.g. ‘ZTCODE’ then click the Create button.

 

snag_program-0015

The Create Transaction pop-up window appears. Enter the description of your transaction code and select the radio button highlighted in the screen shot above. Then press Enter on your keyboard or click on the Enter button.

 

snag_program-0016

The Create Report Transaction screen appears. Enter the program on the “Program” portion e.g. ‘ZCUSTOMIZED_PROGRAM’. Then ticked all the check boxes under GUI SUPPORT section. Refer to the above screen shot.

Don’t forget to save your work. Select the Save button or use Ctrl+S of your keyboard.

Share the above tips to others!

You may also consider reading these:

Post a Comment