TSMT_EVENT SAP (Event) Table details

Dictionary Type: Table
Description: Event




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




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

TSMT_EVENT is a standard SAP Table which is used to store Event data and is available within R/3 SAP systems depending on the version and release level.

The TSMT_EVENT table consists of various fields, each holding specific information or linking keys about Event data available in SAP. These include EVENT (Mapping Step), SOURCE_STRUCTURE (Source Structure), TARGET_STRUCTURE (Target Structure), PRED1_STRUCTURE (Structure of First Predecessor).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TSMT_EVENTT


SAP TSMT_EVENT 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
APPLICATIONMapping SMT_MAPCHAR30TSMT_APPLSMT_APPLICATIONSMT_MAP_ID
EVENTMapping Step SMT_MAPPING_STEPCHAR30SMT_EVENT
SOURCE_STRUCTURESource Structure SMT_SOURCE_STRUCTURECHAR30SMT_TABLE_NAME
TARGET_STRUCTURETarget Structure SMT_TARGET_STRUCTURECHAR30SMT_TABLE_NAME
PRED1_STRUCTUREStructure of First Predecessor SMT_PRED1_STRUCTURECHAR30SMT_TABLE_NAME
PRED2_STRUCTUREStructure of Second Predecessor SMT_PRED2_STRUCTURECHAR30SMT_TABLE_NAME
PRED3_STRUCTUREStructure of Third Predecessor SMT_PRED3_STRUCTURECHAR30SMT_TABLE_NAME
PRED4_STRUCTUREStructure of Fourth Predecessor SMT_PRED4_STRUCTURECHAR30SMT_TABLE_NAME
ADD1Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD2Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD3Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD4Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD5Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD6Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD7Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD8Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD9Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD10Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD11Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD12Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD13Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD14Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD15Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD16Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD17Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD18Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD19Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
ADD20Additional Structure SMT_ADD_STRUCTURECHAR30SMT_TABLE_NAME
CHANGE_STRUCTUREChange Structure/ Checkbox Structure SMT_CHANGE_STRUCTURECHAR30SMT_TABLE_NAME
GUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
VERSIONVersion SMT_VERSIONNUMC9SMT_VERSION

Key field Non-key field



How do I retrieve data from SAP table TSMT_EVENT using ABAP code

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

SELECT SINGLE *
FROM TSMT_EVENT
INTO CORRESPONDING FIELDS OF WA_TSMT_EVENT
WHERE...

How to access SAP table TSMT_EVENT

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