/SAPSRM/C_MDA_HL SAP (Meta Data Configuration for Business Object Header Fields) Table details

Dictionary Type: Table
Description: Meta Data Configuration for Business Object Header Fields




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




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

/SAPSRM/C_MDA_HL is a standard SAP Table which is used to store Meta Data Configuration for Business Object Header Fields data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/C_MDA_HL table consists of various fields, each holding specific information or linking keys about Meta Data Configuration for Business Object Header Fields data available in SAP. These include ACTION_NAME (PDO Action Type), PDO_INST_MODE (Process Mode of PDO Object Instance), BUS_OBJ_SUBTYPE (Specification of a Purchasing Doc.(' ' replaced by '0')), PROCESS_TYPE (Business Transaction 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: 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_MDA_HL 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
ACTION_NAMEPDO Action Type /SAPSRM/PDO_ACTION_TYPECHAR20/SAPSRM/C_ACTSET/SAPSRM/PDO_ACTION_TYPE
PDO_INST_MODEProcess Mode of PDO Object Instance /SAPSRM/PDO_INST_MODECHAR8Assigned to domain/SAPSRM/PDO_INST_MODE/SAPSRM/H_PDO_INST_MODE
BUS_OBJ_SUBTYPESpecification of a Purchasing Doc.(' ' replaced by '0') /SAPSRM/PDO_BO_SUBTYPE_0CHAR2Assigned to domain/SAPSRM/PDO_BO_SUBTYPE_0/SAPSRM/H_PDO_BO_SUBTYPE_0
PROCESS_TYPEBusiness Transaction Type BBP_PROC_TYPECHAR4BBPC_PROC_TYPEBBP_PROC_TYPEBBP_PROCESS_TYPE
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_NAMCHAR30SEOCLASSSEOCLSNAMECLASS
DYN_CONTROL_METHFull Name of Dynamic Control Method for Metadata Config. /SAPSRM/PDO_META_DYN_METH_NAMECHAR61CHAR61CLASS
ACTION_ENABLD_CUPDO Action Enabled /SAPSRM/PDO_META_ACTION_ENABLDCHAR1Assigned to domain/SAPSRM/PDO_XFIELD_W_DEFAULTS
DYN_CTRL_CU_CLASName of Dynamic Control Class for Metadata Configuration /SAPSRM/PDO_META_DYN_CLASS_NAMCHAR30SEOCLSNAMECLASS
DYN_CTRL_CU_METHFull Name of Dynamic Control Method for Metadata Config. /SAPSRM/PDO_META_DYN_METH_NAMECHAR61CHAR61CLASS
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_MDA_HL using ABAP code

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

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

How to access SAP table /SAPSRM/C_MDA_HL

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