/SAPSRM/C_MDASDL SAP (Look-Up Table for Dependant Object(Set) Action Metadata) Table details

Dictionary Type: Table
Description: Look-Up Table for Dependant Object(Set) Action Metadata




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




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

/SAPSRM/C_MDASDL is a standard SAP Table which is used to store Look-Up Table for Dependant Object(Set) Action Metadata data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/C_MDASDL table consists of various fields, each holding specific information or linking keys about Look-Up Table for Dependant Object(Set) Action Metadata data available in SAP. These include SET_TYPE (Business Object Set Type), ACTION_NAME (PDO Action Type), SET_SUBTYPE (Universal Field to Set Subtypes in PDO Layer), PDO_INST_MODE (Process Mode of PDO Object Instance).. 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_MDASDL 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_TYPECHAR5Assigned to domain/SAPSRM/PDO_SET_TYPE
ACTION_NAMEPDO Action Type /SAPSRM/PDO_ACTION_TYPECHAR20/SAPSRM/C_ACTSET/SAPSRM/PDO_ACTION_TYPE
SET_SUBTYPEUniversal Field to Set Subtypes in PDO Layer /SAPSRM/PDO_SET_SUBTYPECHAR32CHAR32
PDO_INST_MODEProcess Mode of PDO Object Instance /SAPSRM/PDO_INST_MODECHAR8Assigned to domain/SAPSRM/PDO_INST_MODE/SAPSRM/H_PDO_INST_MODE
ACTION_ENABLEDPDO Action Enabled /SAPSRM/PDO_META_ACTION_ENABLDCHAR1/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
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_MDASDL using ABAP code

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

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

How to access SAP table /SAPSRM/C_MDASDL

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