/SAPSRM/C_MDF_HD 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_MDF_HD
Related tables to /SAPSRM/C_MDF_HD
Access table /SAPSRM/C_MDF_HD




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

/SAPSRM/C_MDF_HD 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_MDF_HD 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 FIELD_NAME (Structure Field Name for Metadata Handling in PDO layer), BUS_OBJ_TYPE (Type of an object used for metadata), 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_MDF_HD 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
FIELD_NAMEStructure Field Name for Metadata Handling in PDO layer /SAPSRM/PDO_META_FIELD_NAMECHAR30DD03LFDNAME
BUS_OBJ_TYPEType of an object used for metadata /SAPSRM/OBJECT_TYPE_MDCHAR10/SAPSRM/C_OBJTY/SAPSRM/OBJECT_TYPE_MD
BUS_OBJ_SUBTYPESpecification of a Purchasing Doc.(' ' replaced by '0') /SAPSRM/PDO_BO_SUBTYPE_0CHAR2/SAPSRM/BO_TYSUB/SAPSRM/PDO_BO_SUBTYPE_0/SAPSRM/H_PDO_BO_SUBTYPE_0
PROCESS_TYPEBusiness Transaction Type BBP_PROC_TYPECHAR4BBPC_PROC_TYPEBBP_PROC_TYPEBBP_PROCESS_TYPE
ENTRY_TYPEEntry Type /SAPSRM/PDO_META_ENTRY_TYPECHAR1/SAPSRM/C_MDFET/SAPSRM/PDO_META_ENTRY_TYPE
VISIBLEPDO Field Property 'Visible' /SAPSRM/PDO_META_VISIBLECHAR1/SAPSRM/C_FLG_D/SAPSRM/PDO_XFIELD_W_DEFAULTS
ENABLEDPDO Field Property 'Editable' (Enabled) /SAPSRM/PDO_META_EDITABLECHAR1/SAPSRM/C_FLG_2/SAPSRM/PDO_XFIELD_W_DEFAULTS
REQUIREDPDO Field Property 'Required' /SAPSRM/PDO_META_REQUIREDCHAR1/SAPSRM/C_FLG_3/SAPSRM/PDO_XFIELD_W_DEFAULTS
POSTEDITABLEPDO Field Property 'Posteditable' when Ordered/Released /SAPSRM/PDO_META_POSTEDITABLECHAR1/SAPSRM/C_FLG_4/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

Key field Non-key field



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

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

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

How to access SAP table /SAPSRM/C_MDF_HD

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