/SAPSRM/V_MDA_HA SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

/SAPSRM/V_MDA_HA is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/V_MDA_HA table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include ACTION_NAME (PDO Action Type), PDO_INST_MODE (Process Mode of PDO Object (Edit/Display/Postedit Only)), BUS_OBJ_TYPE (Type of an object used for metadata), BUS_OBJ_SUBTYPE (Specification of a Purchasing Doc.(' ' 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SAPSRM/V_MDA_HA table view 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_CLIENTCLNT3MANDT
ACTION_NAMEPDO Action Type /SAPSRM/PDO_ACTION_TYPECHAR20/SAPSRM/C_ACTSET/SAPSRM/PDO_ACTION_TYPE
PDO_INST_MODEProcess Mode of PDO Object (Edit/Display/Postedit Only) /SAPSRM/PDO_INST_MODE_RESTRICTCHAR8/SAPSRM/C_INSTM/SAPSRM/PDO_INST_MODE/SAPSRM/H_PDO_INST_MODE_RESTRI
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
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

Key field Non-key field



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

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

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

How to access SAP table /SAPSRM/V_MDA_HA

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