MDXMAP SAP (Transfer Structure for Selection Settings External User) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Selection Settings External User




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




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

MDXMAP 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 "Transfer Structure for Selection Settings External User" 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_MDXMAP TYPE MDXMAP.

The MDXMAP table consists of various fields, each holding specific information or linking keys about Transfer Structure for Selection Settings External User data available in SAP. These include LIFNR (Vendor Key), AF_SS (Single-source vendor display filter), AF_MS (Display filter for multi-source vendor), WERKS (Plant).. 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 (character-type or numeric)


SAP MDXMAP 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
UNAMEUser Name SYUNAMECHAR12SYCHAR12
LIFNRVendor Key MD_LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED
AF_SSSingle-source vendor display filter AFIBZ_SSCHAR8T463CHAR8
AF_MSDisplay filter for multi-source vendor AFIBZ_MSCHAR8T463CHAR8
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
PLSCNPlanning Scenario of Long-Term Planning PLSCNNUMC3Assigned to domainPLSCNPLS
PRGRPName of the product group PRGRPCHAR18Assigned to domainMATN1MATNRPGP
DSP01MRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
BSTKZSelect by purchase orders BSTKZCHAR1CHAR1
BANKZSelect by purchase requisitions BANKZCHAR1CHAR1
PAUKZSelect by planned orders PAUKZCHAR1CHAR1
DTLFVStart of delivery date interval DTLFVDEC4DECV4
DTLFBEnd of delivery date interval DTLFBDEC4DECV4
ORDKZSelection from Source List MD_ORDKZCHAR1CHAR1
MAABCABC Indicator MAABCCHAR1TMABCMAABC
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSLSpecial procurement type SOBSLCHAR2Assigned to domainSOBSL
SELKZ1Selection indicator for exception groups SLKZXCHAR1CHAR1
SELKZ2Selection indicator for exception groups SLKZXCHAR1CHAR1
SELKZ3Selection indicator for exception groups SLKZXCHAR1CHAR1
SELKZ4Selection indicator for exception groups SLKZXCHAR1CHAR1
SELKZ5Selection indicator for exception groups SLKZXCHAR1CHAR1
SELKZ6Selection indicator for exception groups SLKZXCHAR1CHAR1
SELKZ7Selection indicator for exception groups SLKZXCHAR1CHAR1
SELKZ8Selection indicator for exception groups SLKZXCHAR1CHAR1
RWTYPRange of Coverage Type MD_RWTYPECHAR1MD_RWTYPE
RWGR1Upper-limit for range of coverage in case of shortage MD_RWLIMIT1DEC4DECV4
RWGR2Lower-limit for range of coverage selection excess MD_RWLIMIT2DEC4DECV4
BDBKZSelection indicator for processed MRP lists BDBKZCHAR1XFELD
NAUKZIndicator: new exception in the MRP list NAUKZCHAR1CHAR1
SGSELSelection indicator for single-source materials SGSELCHAR1CHAR1
ORDCKSingle-source check type ORDCKCHAR1ORDCK
TXWRKPlant - short text TXWRK_DCHAR30CHAR30
BERTXMRP area text BERTXCHAR40BERTX
LIFTXVendor name MD4LICHAR35NAME
PLSCTPlanning scenario description PLSCTCHAR40TEXT40
TSPANPeriod After Today's Date MD_ESPANINT410INT4
RALT1First limit for alert display RALT1DEC4(1) DECV3_1
RALT2Second limit for alert display RALT2DEC4(1) DECV3_1
VRFWEID: Requirement/receipt date - availability/goods receipt VRFWECHAR1XFLAG
BEDVLCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MDXMAP

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