/SAPTRX/EXT_EVT SAP (Extraction table for Event Types) Table details

Dictionary Type: Table
Description: Extraction table for Event Types




ABAP Code to SELECT data from /SAPTRX/EXT_EVT
Related tables to /SAPTRX/EXT_EVT
Access table /SAPTRX/EXT_EVT




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

/SAPTRX/EXT_EVT is a standard SAP Table which is used to store Extraction table for Event Types data and is available within R/3 SAP systems depending on the version and release level.

The /SAPTRX/EXT_EVT table consists of various fields, each holding specific information or linking keys about Extraction table for Event Types data available in SAP. These include TRK_OBJ_TYPE (Business Process Type), EVENT (Event Type), MSG_STRUCTURE (Event Message Structure), COUNTER (Row Number for Distinction of Event Msg Data in Extraction).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPTRX/EXT_EVT table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TRK_OBJ_TYPEBusiness Process Type /SAPTRX/TRK_OBJ_TYPECHAR20/SAPTRX/MTOTYPE/SAPTRX/TRK_OBJ_TYPE
EVENTEvent Type /SAPTRX/EVTYPECHAR20/SAPTRX/EVTYPES/SAPTRX/EVTYPE
MSG_STRUCTUREEvent Message Structure /SAPTRX/MSG_STRUCTURECHAR30RS38L_PARA
COUNTERRow Number for Distinction of Event Msg Data in Extraction /SAPTRX/ROW_NUMBER_EXTNUMC3NUM3
MSG_FIELDField Name /SAPTRX/MSG_FIELDCHAR30DD03LFDNAME
EXTRACTION_FIELDName for Extraction Field /SAPTRX/EXT_FIELDCHAR20/SAPTRX/EXT_FLD/SAPTRX/EXTRACT_FIELD_NAME
CONSTANTConstant Value /SAPTRX/CONSTANT_VALUECHAR60/SAPTRX/CHAR60L

Key field Non-key field



How do I retrieve data from SAP table /SAPTRX/EXT_EVT using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPTRX/EXT_EVT to SELECT all data from the table
DATA: WA_/SAPTRX/EXT_EVT TYPE /SAPTRX/EXT_EVT.

SELECT SINGLE *
FROM /SAPTRX/EXT_EVT
INTO CORRESPONDING FIELDS OF WA_/SAPTRX/EXT_EVT
WHERE...

How to access SAP table /SAPTRX/EXT_EVT

Within an ECC or HANA version of SAP you can also view further information about /SAPTRX/EXT_EVT 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!