TSMT_MAPPING_SER SAP (Mapping and Service Interface Information) Table details

Dictionary Type: Table
Description: Mapping and Service Interface Information




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




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

TSMT_MAPPING_SER is a standard SAP Table which is used to store Mapping and Service Interface Information data and is available within R/3 SAP systems depending on the version and release level.

The TSMT_MAPPING_SER table consists of various fields, each holding specific information or linking keys about Mapping and Service Interface Information data available in SAP. These include EVENT (Mapping Step), SERVICE_INTF (SMT Srvice Interface Proxy Name), SERVICE_OPR (SMT Service Interface operation name).. 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: Can Be Enhanced (Deep)


SAP TSMT_MAPPING_SER 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_APPLICATIONCHAR30SMT_APPLICATION
EVENTMapping Step SMT_EVENTCHAR30SMT_EVENT
SERVICE_INTFSMT Srvice Interface Proxy Name SMT_SERVICE_INTF_PROXYCHAR30SMT_SERVICE_INTF_PROXY
SERVICE_OPRSMT Service Interface operation name SMT_SERVICE_INTF_OPERATIONCHAR30SMT_SERVICE_INTF_OPERATION

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSMT_MAPPING_SER
INTO CORRESPONDING FIELDS OF WA_TSMT_MAPPING_SER
WHERE...

How to access SAP table TSMT_MAPPING_SER

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