MDM_CS_FIELD_TAB SAP (MDM: Field Table of SAP System) Table details

Dictionary Type: Table
Description: MDM: Field Table of SAP System




ABAP Code to SELECT data from MDM_CS_FIELD_TAB
Related tables to MDM_CS_FIELD_TAB
Access table MDM_CS_FIELD_TAB




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

MDM_CS_FIELD_TAB is a standard SAP Table which is used to store MDM: Field Table of SAP System data and is available within R/3 SAP systems depending on the version and release level.

The MDM_CS_FIELD_TAB table consists of various fields, each holding specific information or linking keys about MDM: Field Table of SAP System data available in SAP. These include LOGICAL_OBJ_NAM (), FIELD_CODE (), FIELD_TABLE_CODE (), FIELD_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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MDM_CS_FIELD_TAB 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 MANDTCLNT3Assigned to domainMANDT
LOGICAL_OBJ_NAM 0
FIELD_CODE 0
FIELD_TABLE_CODE 0
FIELD_TYPE 0
API_TYPE 0
CLNT_NAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
CLNT_POSITIONPosition of the field in the table TABFDPOSNUMC4AS4POS
CLNT_KEYIdentifies a key field of a table KEYFLAGCHAR1KEYFLAG
CLNT_CHECKTABLECheck table name of the foreign key CHECKTABLECHAR30Assigned to domainAS4TAB
CLNT_TYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
CLNT_DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
CLNT_LENGTHLength (No. of Characters) DDLENGNUMC6DDLENG
CLNT_DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
CLNT_TXTSHShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT

Key field Non-key field



How do I retrieve data from SAP table MDM_CS_FIELD_TAB using ABAP code

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

SELECT SINGLE *
FROM MDM_CS_FIELD_TAB
INTO CORRESPONDING FIELDS OF WA_MDM_CS_FIELD_TAB
WHERE...

How to access SAP table MDM_CS_FIELD_TAB

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