SMT_MAPPING_DISP SAP (List Display of All Mappings) Structure details

Dictionary Type: Structure
Description: List Display of All Mappings




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




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

SMT_MAPPING_DISP 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 "List Display of All Mappings" 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_SMT_MAPPING_DISP TYPE SMT_MAPPING_DISP.

The SMT_MAPPING_DISP table consists of various fields, each holding specific information or linking keys about List Display of All Mappings data available in SAP. These include CONTEXT (Context), TRANS_ORDER (Key of Transformation Call-Up), COUNTER (Counter), TARGET_STRUCTURE (Target Structure).. 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: Can Be Enhanced (Deep)


SAP SMT_MAPPING_DISP 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
EVENTMapping Step SMT_EVENTCHAR30SMT_EVENT
CONTEXTContext SMT_CONTEXTCHAR10SMT_CONTEXT
TRANS_ORDERKey of Transformation Call-Up SMT_TRANS_ORDERNUMC5SMT_ORDER
COUNTERCounter SMT_COUNTNUMC5SMT_COUNT
TARGET_STRUCTURETarget Structure SMT_TARGET_STRUCTURECHAR30SMT_TABLE_NAME
TO_FIELDField of Target Structure SMT_TARGET_FIELDCHAR255SMT_FIELD
EXPORTINGExporting Parameter SMT_EXPORTINGCHAR30SMT_PARAMETER
TRANS_CLASSClass of Transformation Methods SMT_TRANSFORMATION_CLASSCHAR30SMT_CLASS
TRANS_METHODTransformation Method SMT_TRANSFORMATION_METHODCHAR61SMT_CLASS_METHOD
IMPORTINGImporting Parameter SMT_IMPORTINGCHAR30SMT_PARAMETER
FROM_STRUCTUREStructure SMT_STRUCTURECHAR30SMT_TABLE_NAME
FROM_FIELDField of Source Structure SMT_SOURCE_FIELDCHAR255SMT_FIELD
FIXED_VALUEGeneric Fixed Value SMT_FIXED_VALUECHAR255SMT_FIXED_VALUE
CONVERSIONClass of Simple Field Transformations SMT_CONVERSION_CLASSCHAR30SMT_CLASS
COND_CLASSClass of Condition Methods SMT_CONDITION_CLASSCHAR30SMT_CLASS
COND_METHODCondition Method SMT_CONDITION_METHODCHAR61SMT_CLASS_METHOD
PREDPredecessor Transformation SMT_PRED_TRANS_ORDERNUMC5SMT_ORDER

Key field Non-key field



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

As SMT_MAPPING_DISP 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 SMT_MAPPING_DISP as there is no data to select.

How to access SAP table SMT_MAPPING_DISP

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