MDCOVIND SAP (Structure with Range-of-Coverage Information and Index) Structure details

Dictionary Type: Structure
Description: Structure with Range-of-Coverage Information and Index




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




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

MDCOVIND is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure with Range-of-Coverage Information and Index" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MDCOVIND TYPE MDCOVIND.

The MDCOVIND table consists of various fields, each holding specific information or linking keys about Structure with Range-of-Coverage Information and Index data available in SAP. These include MANDT (Client), PLSCN (Planning Scenario of Long-Term Planning), MATNR (Material Number), WERKS (Plant).. 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: Can be enhanced (character-type or numeric)


SAP MDCOVIND structure 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
INDNRNumbering Index MD_INDEXCHAR10CHAR10
MANDTClient MANDTCLNT3Assigned to domainMANDT
PLSCNPlanning Scenario of Long-Term Planning PLSCNNUMC3Assigned to domainPLSCNPLS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
DISGRMRP Group DISGRCHAR4Assigned to domainDISGR
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MAABCABC Indicator MAABCCHAR1Assigned to domainMAABC
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSLSpecial procurement type SOBSLCHAR2Assigned to domainSOBSL
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
MMSTAPlant-Specific Material Status MMSTACHAR2Assigned to domainMMSTA
BERW1Stock Days' Supply Without Receipts BERW1DEC4(1) DECV3_1
BERW2First Receipt Days' Supply BERW2DEC4(1) DECV3_1
BERW4Second Receipt Days' Supply BERW4DEC4(1) DECV3_1
AMPELTraffic Light Status of All Ranges of Coverage MD_AMPELCHAR4Assigned to domainICON
ICON_AMPELIcon for Traffic Light Status of Ranges of Coverage MD_ICON_AMPELCHAR132SYCHAR132
EVAPREvaluation Profile for Range-of-Coverage Data MD_EVAPRCHAR3MD_EVAPR
MODBADIndicator: Modified By BAdI MD_BADI_MODCHAR1XFELD
LABSTValuated Unrestricted-Use Stock LABSTQUAN13(3) MENG13V
SPEMEBlocked Stock SPEMEQUAN13(3) MENG13V
EINMETotal Stock of All Restricted Batches EINMEQUAN13(3) MENG13V
INSMEStock in Quality Inspection INSMEQUAN13(3) MENG13V
KOBSTTotal Consignment Stock MD_KOBSTQUAN13(3) MENG13V
UMBSTStock in Transfer (Total) MD_UMBSTQUAN13(3) MENG13V
LBBSTTotal Subcontracting Stock MD_LBBSTQUAN13(3) MENG13V
EZBSTTotal of Individual Stocks (Project and Sales Order) MD_EZBSTQUAN13(3) MENG13V
KEBSTTotal Individual Sales Order Stocks MD_KEBSTQUAN13(3) MENG13V
PRBSTTotal Individual Project Stocks MD_PRBSTQUAN13(3) MENG13V
GSBSTWarehouse stock / total (including special stor.locs) SUM01QUAN13(3) MENG13
EISBESafety Stock EISBEQUAN13(3) MENG13
MINBEReorder Point MINBEQUAN13(3) MENG13
PERKZPeriod Indicator PERKZCHAR1PERKZPKZ
MRPPPPPC planning calendar MRPPPCHAR3Assigned to domainMRPPP
REQDUERequirement Quantity Subject to Delay MD_REQDUEQUAN13(3) MENG13
REQCURRequirement Quantity in Current Period MD_REQCURQUAN13(3) MENG13
REQNX1Requirement Quantity Next Period MD_REQNX1QUAN13(3) MENG13
REQNX2Requirement Quantity Period After Next MD_REQNX2QUAN13(3) MENG13
RECDUEReceipt Quantity Subject to Delay MD_RECDUEQUAN13(3) MENG13
RECCURReceipt Quantity in Current Period MD_RECCURQUAN13(3) MENG13
RECNX1Receipt Quantity in Next Period MD_RECNX1QUAN13(3) MENG13
RECNX2Receipt Quantity in Period After Next MD_RECNX2QUAN13(3) MENG13
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
APOKZIndicator: Is material relevant for APO APOKZCHAR1APOKZ
WZEITTotal replenishment lead time (in workdays) WZEITDEC3DEC3
AUSZ1Exception group in the MRP list AUSZXCHAR2CHAR2
AUSZ2Exception group in the MRP list AUSZXCHAR2CHAR2
AUSZ3Exception group in the MRP list AUSZXCHAR2CHAR2
AUSZ4Exception group in the MRP list AUSZXCHAR2CHAR2
AUSZ5Exception group in the MRP list AUSZXCHAR2CHAR2
AUSZ6Exception group in the MRP list AUSZXCHAR2CHAR2
AUSZ7Exception group in the MRP list AUSZXCHAR2CHAR2
AUSZ8Exception group in the MRP list AUSZXCHAR2CHAR2
GSAENNet change planning indicator GSAENCHAR1XFELD
DISSTLow-Level Code DISSTCHAR3DISST
ESTMPTimestamp: Last Update of Range of Coverage Data MD_ESTMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP structure MDCOVIND using ABAP code?

As MDCOVIND is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MDCOVIND as there is no data to select.

How to access SAP table MDCOVIND

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