/SAPSRM/C_MDS_IL SAP (Look-Up Table for Metadata Configuration for Item Set Types) Table details

Dictionary Type: Table
Description: Look-Up Table for Metadata Configuration for Item Set Types




ABAP Code to SELECT data from /SAPSRM/C_MDS_IL
Related tables to /SAPSRM/C_MDS_IL
Access table /SAPSRM/C_MDS_IL




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

/SAPSRM/C_MDS_IL is a standard SAP Table which is used to store Look-Up Table for Metadata Configuration for Item Set Types data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/C_MDS_IL table consists of various fields, each holding specific information or linking keys about Look-Up Table for Metadata Configuration for Item Set Types data available in SAP. These include SET_TYPE (Business Object Set Type), PROCESS_TYPE (Business Transaction Type), BUS_OBJ_SUBTYPE (Specification of a Purchasing Doc.(' ' replaced by '0')), ITEM_TYPE (Item Type of Purchasing Document with ' ' Replaced by '0').. 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 /SAPSRM/C_MDS_IL 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
CLIENTClient EC_CLIENTCLNT3Assigned to domainMANDT
SET_TYPEBusiness Object Set Type /SAPSRM/PDO_SET_TYPECHAR5/SAPSRM/C_SETTY/SAPSRM/PDO_SET_TYPE
PROCESS_TYPEBusiness Transaction Type BBP_PROC_TYPECHAR4BBPC_PROC_TYPEBBP_PROC_TYPEBBP_PROCESS_TYPE
BUS_OBJ_SUBTYPESpecification of a Purchasing Doc.(' ' replaced by '0') /SAPSRM/PDO_BO_SUBTYPE_0CHAR2/SAPSRM/BO_SUBTY/SAPSRM/PDO_BO_SUBTYPE_0/SAPSRM/H_PDO_BO_SUBTYPE_0
ITEM_TYPEItem Type of Purchasing Document with ' ' Replaced by '0' /SAPSRM/PDO_ITEM_TYPE_0CHAR4Assigned to domain/SAPSRM/PDO_ITEM_TYPE_0/SAPSRM/H_PDO_ITEM_TYPE_0
ITEM_PROCES_TYPItem Process Type /SAPSRM/PDO_ITEM_PROCESS_TYPECHAR10Assigned to domain/SAPSRM/PDO_ITEM_PROCESS_TYPE
SET_EXISTSPDO Set Exists /SAPSRM/PDO_META_SET_EXISTSCHAR1/SAPSRM/C_FLG_D/SAPSRM/PDO_XFIELD_W_DEFAULTS
DYN_CONTROL_CLASName of Dynamic Control Class for Metadata Configuration /SAPSRM/PDO_META_DYN_CLASS_NAMCHAR30SEOCLSNAMECLASS
DYN_CONTROL_METHFull Name of Dynamic Control Method for Metadata Config. /SAPSRM/PDO_META_DYN_METH_NAMECHAR61CHAR61CLASS
SET_EXISTS_CUPDO Set Exists /SAPSRM/PDO_META_SET_EXISTSCHAR1Assigned to domain/SAPSRM/PDO_XFIELD_W_DEFAULTS
DYN_CTRL_CU_CLASName of Dynamic Customer Control Class for Metadata /SAPSRM/PDO_META_DYN_CLASS_CUSCHAR30SEOCLSNAMECLASS
DYN_CTRL_CU_METHFull Name of Dynamic Customer Control Method for Metadata /SAPSRM/PDO_META_DYN_METH_CUSTCHAR61CHAR61CLASS
SWITCH_DEPENDANTSwitch-Dependent Object /SAPSRM/PDO_META_SWITCH_DEPCHAR1XFELD
DYN_CTRL_GEN_CLSName of Dynamic Control Class for Metadata Configuration /SAPSRM/PDO_META_DYN_CLASS_NAMCHAR30SEOCLSNAMECLASS
DYN_CTRL_GEN_MTDFull Name of Dynamic Control Method for Metadata Config. /SAPSRM/PDO_META_DYN_METH_NAMECHAR61CHAR61CLASS
DYN_CTRL_G_CU_CLName of Dynamic Customer Control Class for Metadata /SAPSRM/PDO_META_DYN_CLASS_CUSCHAR30SEOCLSNAMECLASS
DYN_CTRL_G_CU_MDFull Name of Dynamic Customer Control Method for Metadata /SAPSRM/PDO_META_DYN_METH_CUSTCHAR61CHAR61CLASS

Key field Non-key field



How do I retrieve data from SAP table /SAPSRM/C_MDS_IL using ABAP code

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

SELECT SINGLE *
FROM /SAPSRM/C_MDS_IL
INTO CORRESPONDING FIELDS OF WA_/SAPSRM/C_MDS_IL
WHERE...

How to access SAP table /SAPSRM/C_MDS_IL

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