SXMS_PACK_CONFIG SAP (Configuration of Lotting) Structure details

Dictionary Type: Structure
Description: Configuration of Lotting




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




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

SXMS_PACK_CONFIG 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 "Configuration of Lotting" 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_SXMS_PACK_CONFIG TYPE SXMS_PACK_CONFIG.

The SXMS_PACK_CONFIG table consists of various fields, each holding specific information or linking keys about Configuration of Lotting data available in SAP. These include MSG_SIZE (Message Size), WAIT (), ENGINE_NAME (XI Services: Adapter Engine Name), ADAPTER_TYPE (Pipeline Service Type).. 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 SXMS_PACK_CONFIG 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
MSG_NUMBER 0
MSG_SIZEMessage Size SXMS_SIZE_MSGDEC20SXMS_SIZE_MSG
WAIT 0
ENGINE_NAMEXI Services: Adapter Engine Name SSRV_ENGINE_NAMESTRG256SSRV_ADAPTER_ENGINE_NAME
ADAPTER_TYPEPipeline Service Type SXMSPSTYPECHAR10SXMSPSTYPE
BCFG_KEYKey for a Package Configuration SXMS_BCFGCHAR8SXMS_BCFG
ENGINE_TYPEXI Services: Adapter Engine Type SSRV_ENGINE_TYPECHAR2SSRV_ADAPTER_ENGINE_TYPE
IDOC_RFCDEST 0
IS_SUB_PARAMConfiguration parameters SXMSPARAMCHAR64SXMSPARAM
CHANNEL_NAMEXI Services: Channel Name SSRV_CHANNELNAMECHAR60
IDOC_RFCTYPE 0

Key field Non-key field



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

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

How to access SAP table SXMS_PACK_CONFIG

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