SXMSLOOKUPENGINE SAP (Look Up Table for Engine Type and Engine Name) Table details

Dictionary Type: Table
Description: Look Up Table for Engine Type and Engine Name




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




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

SXMSLOOKUPENGINE is a standard SAP Table which is used to store Look Up Table for Engine Type and Engine Name data and is available within R/3 SAP systems depending on the version and release level.

The SXMSLOOKUPENGINE table consists of various fields, each holding specific information or linking keys about Look Up Table for Engine Type and Engine Name data available in SAP. These include ENGINE_KEY (Key for Engine Look Up Table), ENGINE_TYPE (XI Services: Adapter Engine Type), ENGINE_NAME (XI Runtime: Name of Adapter Engine).. 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


SAP SXMSLOOKUPENGINE 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
MANDTClient ID SYMANDTCLNT3Assigned to domainMANDT
ENGINE_KEYKey for Engine Look Up Table SXMS_ENGINE_KEYRAW16SYSUUID
ENGINE_TYPEXI Services: Adapter Engine Type SSRV_ENGINE_TYPECHAR2SSRV_ADAPTER_ENGINE_TYPE
ENGINE_NAMEXI Runtime: Name of Adapter Engine SXMS_ENGINE_NAMECHAR255SXMS_ENGINE_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXMSLOOKUPENGINE
INTO CORRESPONDING FIELDS OF WA_SXMSLOOKUPENGINE
WHERE...

How to access SAP table SXMSLOOKUPENGINE

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