Category Archives: SAP ABAP

System Fields List

System Field Description ABCDE Constant: Alphabet (A,B,C,…) APPLI SAP applications BATCH Background active (X) BATZD Background SUBMIT: Daily BATZM Background SUBMIT: Monthly BATZO Background SUBMIT: Once BATZS Background SUBMIT: Immediately BATZW Background SUBMIT: Weekly BINPT Batch input active (X) BREP4 Background SUBMIT: Root name of request report BSPLD Background SUBMIT: List output to spool CALLD […]

System Tables List

ABAP / Data Dictionary – Table Description DD01L Domains DD02L/T/V SAP Tables (se11) DD03L/T Table Fields DD04L Data elements DD07L Values for the domains DD09L Technical settings of tables DD12L Secondary Indices TDEVC-T Packages TFDIR,TFTIT Function Module (se37) / FM short text ENLFDIR Add. Attributes: Function Modules TADIR-T Directory of Repository Objects TRDIR Programs / […]

Transaction Codes

ABAP / Tables / Data Dictionary – Transaction Description se11 Dictionary Definitions se14 Database utility se16 Data Browser (display only) se16n Modify: “&sap_edit” (uase16n) sd11 Data model sm30, sm31 SAP Table view maintenance se54 (SOBJ) Table / View Cluster se37 Function module editor se38 / se39 Program editor / split screen sa38 Program execution se80 […]

Insert Statement

INSERT statement adds a line/row to the internal table. The data requires to be filled in the table work-area and INSERT statement uses the same work area to insert the data into the internal table.
INDEX keyword is used to specify the table index position where the new row to be inserted.