TSMT_VARIANT_COM SAP (Communication Structure for Results Variant) Structure details

Dictionary Type: Structure
Description: Communication Structure for Results Variant




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




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

TSMT_VARIANT_COM 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 "Communication Structure for Results Variant" 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_TSMT_VARIANT_COM TYPE TSMT_VARIANT_COM.

The TSMT_VARIANT_COM table consists of various fields, each holding specific information or linking keys about Communication Structure for Results Variant data available in SAP. These include APPLICATION (Mapping), VARIANT_ID (Variant of an Event), EVENT (Mapping Step), SOURCE_STRUCTURE (Source 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: Cannot Be Enhanced


SAP TSMT_VARIANT_COM 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
APPLICATIONMapping SMT_MAPCHAR30TSMT_APPLSMT_APPLICATIONSMT_MAP_ID
VARIANT_IDVariant of an Event SMT_VARIANTCHAR10SMT_VARIANT
EVENTMapping Step SMT_MAPPING_STEPCHAR30TSMT_EVENTSMT_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
UPDATE_FLAGUpdate Indicator SMT_UPDATECHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table TSMT_VARIANT_COM

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