Over View
By setting a unique transaction code for a screen or program, you can use the set transaction code to quickly jump to any task in the SAP application.
In this section, we will introduce the transactions that may be involved as ABAPer.
Contents
・Development
・Help
・Management
・Option
Development
SE11 ABAP dictionary
Centralized management of DB table definitions and data type definitions used in the SAP system
SE18 BADI(Business add-in) Define
SE19 BADI(Business add-in)・Enhancement
SE20 Enhancements
SE21 Create Package
SE24 Class Builder
SE30 Run time analysis(Old)
SAT Run Time analysis(New)
SE36 Change logical database
(I don’t think we’ll use it much, but sometimes I have to change it to extend the standard.)
SE37 Function module Builder
SE38 ABAP Editer
SE41 Menu Painter
SE43 Menu
SE43N
SE51 Screen Painter
SE63 Translate to Smart Forms
SE71 SAPSCRIPT
SE76 Use multiple languages for SAPSCRIPT
SE78 Form graphics
SE80 Object Navigator
SE91 Message Class
SE93 Transaction Code
SM36 Background Job
SMARTFORMS Smart Forms
SFP Adobe Forms
ヘルプ系
ABAPHELP basic help
ABAPDOCU ABAP Document and example
DWDM Enjoy demo center: inquiry
LIBS Table and list design ideas
List output example and color sample
ICON View “Update Icon” Display: Overview
Management
SE01 Transport Management
Search transport and can release for next system.
SE03 Transport Organizer
Can change the package etc.
SU01 User Management
Create/Change User-ID etc.
SU03 Update Authority
SM04 User List
SM12 Lock Entry
SM37 Job Log
SM50 Process List
ST05 Trace
ST22 ABAP runtime error
SCDO Change Document Object: Overview
SCI Code inspector
SCOT If you have stopped sending to the outside with a development machine etc., it will be collected here
Option
/n
When T / C is specified after the end, the currently executed transaction is ended and the specified transaction is executed.
/o
If T / C is specified at the end, another session (window) is created and then the specified transaction is executed.
/i
/h
/NEX
Recent Comments