/SAPPSSRM/C_MDS SAP (System Set Type Metadata in Rule Framework) Table details

Dictionary Type: Table
Description: System Set Type Metadata in Rule Framework




ABAP Code to SELECT data from /SAPPSSRM/C_MDS
Related tables to /SAPPSSRM/C_MDS
Access table /SAPPSSRM/C_MDS




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

/SAPPSSRM/C_MDS is a standard SAP Table which is used to store System Set Type Metadata in Rule Framework data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/C_MDS table consists of various fields, each holding specific information or linking keys about System Set Type Metadata in Rule Framework data available in SAP. These include OBJECT_TYPE (Type of Object Used in Rule Framework), SET_TYPE (Business Object Set Type), CHILD_SET_TYPE (Business Object: Child Set Type), METADATA_TYPE (Metadata 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: Can be enhanced (character-type or numeric)


SAP /SAPPSSRM/C_MDS 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
OBJECT_TYPEType of Object Used in Rule Framework /SAPPSSRM/OBJECT_TYPECHAR10/SAPPSSRM/C_OBJT/SAPPSSRM/OBJECT_TYPE
SET_TYPEBusiness Object Set Type /SAPSRM/PDO_SET_TYPECHAR5/SAPSRM/C_SETTY/SAPSRM/PDO_SET_TYPE
CHILD_SET_TYPEBusiness Object: Child Set Type /SAPPSSRM/CHILD_SET_TYPECHAR5/SAPSRM/C_SETTY/SAPSRM/PDO_SET_TYPE
METADATA_TYPEMetadata Type /SAPPSSRM/RF_MD_TYPECHAR1/SAPPSSRM/RF_MD_TYPE
PARENT_SUBTYPEUniversal Field for Parent Subtypes /SAPPSSRM/RF_MD_PARENT_SUBTYPECHAR32/SAPPSSRM/RF_MD_PARENT_SUBTYPE
SET_SUBTYPEUniversal Field for Set Subtypes /SAPPSSRM/RF_MD_SET_SUBTYPECHAR32/SAPPSSRM/RF_MD_SET_SUBTYPE
COUNTERCharacter field of length 6 CHAR6CHAR6CHAR6
METADATASet Type Metadata (Internal Format) /SAPPSSRM/RF_MD_SET_TYPECHAR1/SAPPSSRM/RF_MD_SET_TYPE
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
OLD_METHODCheckbox XFELDCHAR1XFELD
METADATA_OLD3-Byte field CHAR3CHAR3CHAR3

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/C_MDS using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/C_MDS
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/C_MDS
WHERE...

How to access SAP table /SAPPSSRM/C_MDS

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