Go to the SAP initial screen right click to insert transaction
Showing posts with label Transaction code. Show all posts
Showing posts with label Transaction code. Show all posts
Adding Transaction to personal favorites (Customize SAP initial screen)
Go to the SAP initial screen right click to insert transaction
Create a transaction and screen variant for VA01
Create a transaction and screen variant for VA01 (Sales order creation standard transaction)

Create a transaction for OO method of a class
We can create a transaction code for public method of global class using OO transaction model or a class defined in the local program without checking OO transaction model.
Scenario: We have created a local class Z_CLASS_METHOD with public methods, Display in ZLOCAL_DEMO module pool program. Now we would like to have a transaction code for method Display. Display method will display a message like “Transaction code for OO method class”.
Create a transaction for report program
Scenario: There are many ways to create a transaction code for report program.
We are creating a transaction code for report ZABC which has default screen(1000).
ZABC report is a sample report for displaying a test string. Once the transaction for report is executed text ‘Sample for report transaction ' will be displayed.
Create a transaction for dialog program
Scenario :We are going to create a transaction code for dialog program Z_DIALOG_TEST with screen 1000 .In screen 1000 we have a text field “sample transaction for dialog program” that will be display once the transaction is executed.
How to Create Transaction code for table
How to Create Transaction code for table display SE16 (Display)/SM30 (maintenance) in ABAP DDIC
Basically ABAP is 4TH generation transaction based ERP language.
Transaction code can be created for report, dialog program, OO Transaction, Variant transaction and parameter transaction (tables etc).
Transaction code for table maintenance
Transaction code for table maintenance




- Create any table go to se11
- Go to the maintenance generator utilities-->table maintenance or (SE56)
- Generate the table maintenance, create a function group in se80 ,(if the function group is not maintained ,we cannot create maintenance screen in SM30 as the module for the maintenance generator going to be saved in the function group)
- Go to code SE93 give the tcode for the table maintenance generator ZEMPLOYEE_TCODE
- press enter go to the next screen fill the values as follows:
Tcode SM30 (maintenance generator), View name = table name, Update = X
- execute the tcode
Subscribe to:
Posts (Atom)