MDG_BS_MAT_TCDAT SAP (Test Class Default Data for MDGM) Table details

Dictionary Type: Table
Description: Test Class Default Data for MDGM




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




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

MDG_BS_MAT_TCDAT is a standard SAP Table which is used to store Test Class Default Data for MDGM data and is available within R/3 SAP systems depending on the version and release level.

The MDG_BS_MAT_TCDAT table consists of various fields, each holding specific information or linking keys about Test Class Default Data for MDGM data available in SAP. These include GV_DEFAULT_CTYPE (Class Type), GV_DEFAULT_MATKL (Material Group), GV_DEFAULT_MBRSH (Industry sector), GV_DEFAULT_MEINS (Base Unit of Measure).. 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 MDG_BS_MAT_TCDAT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GV_DEFAULT_CTYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
GV_DEFAULT_MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
GV_DEFAULT_MBRSHIndustry sector MBRSHCHAR1Assigned to domainMBRSHMTP
GV_DEFAULT_MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GV_DEFAULT_MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
GV_DEFAULT_PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GV_DEFAULT_VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
GV_DEFAULT_VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
GV_PP_ACTIVESingle-Character Indicator CHAR1CHAR1CHAR1
GV_PREFIXVersion Number Component CHAR2CHAR2CHAR2
GV_USMD_MODELVersion Number Component CHAR2CHAR2CHAR2
GS_TESTMODEMDGM Test Mode 0: Test 1: ECN 2: MULT 3: DS TCHARCHAR4
GV_ECN_CTYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDG_BS_MAT_TCDAT
INTO CORRESPONDING FIELDS OF WA_MDG_BS_MAT_TCDAT
WHERE...

How to access SAP table MDG_BS_MAT_TCDAT

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