RTRIG0 SAP (Structure of ABAP Trigger Control Block) Structure details

Dictionary Type: Structure
Description: Structure of ABAP Trigger Control Block




ABAP Code to SELECT data from RTRIG0
Related tables to RTRIG0
Access table RTRIG0




Structure field list including key, data, relationships and ABAP select examples

RTRIG0 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure of ABAP Trigger Control Block" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RTRIG0 TYPE RTRIG0.

The RTRIG0 table consists of various fields, each holding specific information or linking keys about Structure of ABAP Trigger Control Block data available in SAP. These include PROLOGCONT (Offset of First Cont CB of Event Prolog), EXTO (External Name), LITLID (External Name: Index in LITLID), NEXT (Next Event).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RTRIG0 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CONT Offset of First Cont CB of Processing Block0
PROLOGCONT Offset of First Cont CB of Event Prolog0
EXTO External Name0
LITLID External Name: Index in LITLID0
NEXT Next Event0
INIO Offset of Event Initial Value in the Load Table INIT0
INIL Length of Local Data in Initial Record Layout for Procedure0
LBAS Start of DSEG in Stack Frame0
LATT Start of ATTA in Stack Frame0
LDATSTACK Start of DATP in Stack Frame0
LDATINIT Start of DATP in Initial Record Layout0
LLOC Length of Static Part of Stack Frame (Stored in INIT)0
PCNT Number of Data Control Blocks in the DATP Table0
HASH Hash value for the trigger table0
NAMEInternal name of event (..., #PBO, #PAI, Fnnn, Cnnn) ABP_NAMECHAR4SYCHAR04
FLOCLFlag for events with local data (SPACE or X) ABP_FLOCLCHAR1SYCHAR01
FSYSTFlag for system events (SYEX or TRDIR-RSTAT = 'S') ABP_FSYSTCHAR1SYCHAR01
FFORMFlag for FORM or FUNCTION (SPACE or X) ABP_FFORMCHAR1SYCHAR01
FUNITFlag for FUNCTION (SPACE or X) ABP_FUNITCHAR1SYCHAR01
FMODLFlag for MODULE (SPACE or X) ABP_FMODLCHAR1SYCHAR01
FGLOBFlag for FUNCTION with global interface (SPACE or X) ABP_FGLOBCHAR1SYCHAR01
FRFCFlag for RFC function or FORM (SPACE or X) ABP_FRFCCHAR1SYCHAR01
FSYEXFlag for event SYSTEM-EXIT (SPACE or X) ABP_FSYEXCHAR1SYCHAR01
FCLASMETH Flag: Class Method?0
BCNT Number of Local Base Entries (DSEG, ATTA)0
FMETHFlag for METHOD (SPACE or X) ABP_FMETHCHAR1SYCHAR01
FISCOMPR Flag: Initial Record Layout Compressed0
ENVKIND Type of Environment (I : Interface or C : Klasse)0
ENVID Index in INTI (ENVKIND = I) or Index in CLAS (ENVKIND = C)0
DATLBEG Index in the Load Table DATL0
DATLCNT Number of Data Control Blocks in the Load Table DATL0
EXCPID List of Exceptions To Be Expected0
SORTIND Index for Sorted Access0

Key field Non-key field



How do I retrieve data from SAP structure RTRIG0 using ABAP code?

As RTRIG0 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RTRIG0 as there is no data to select.

How to access SAP table RTRIG0

Within an ECC or HANA version of SAP you can also view further information about RTRIG0 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!