/XLSO/MG_DM SAP (Maintain Material Group to Delivery Method Mapping) Table details

Dictionary Type: Table
Description: Maintain Material Group to Delivery Method Mapping




ABAP Code to SELECT data from /XLSO/MG_DM
Related tables to /XLSO/MG_DM
Access table /XLSO/MG_DM




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

/XLSO/MG_DM is a standard SAP Table which is used to store Maintain Material Group to Delivery Method Mapping data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/MG_DM table consists of various fields, each holding specific information or linking keys about Maintain Material Group to Delivery Method Mapping data available in SAP. These include DELIVERY_METH (Delivery Method), MATERIAL_GRP (Material Group).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /XLSO/MG_DM 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 MANDTCLNT3Assigned to domainMANDT
DELIVERY_METHDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
MATERIAL_GRPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG

Key field Non-key field



How do I retrieve data from SAP table /XLSO/MG_DM using ABAP code

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

SELECT SINGLE *
FROM /XLSO/MG_DM
INTO CORRESPONDING FIELDS OF WA_/XLSO/MG_DM
WHERE...

How to access SAP table /XLSO/MG_DM

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