OMC_MDEP SAP (Enhanced Dependency Editor: Assign Scheme) Table details

Dictionary Type: Table
Description: Enhanced Dependency Editor: Assign Scheme




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




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

OMC_MDEP is a standard SAP Table which is used to store Enhanced Dependency Editor: Assign Scheme data and is available within R/3 SAP systems depending on the version and release level.

The OMC_MDEP table consists of various fields, each holding specific information or linking keys about Enhanced Dependency Editor: Assign Scheme data available in SAP. These include TNAME (Objects of Enhanced Dependency Editor), CS (Single-Character Indicator), SC (Single-Character Indicator), SC_GLOBAL (Assignment of Global Object Dependency).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP OMC_MDEP 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
TNAMEObjects of Enhanced Dependency Editor OMC_TNAMECHAR30OMC_TNAME
CSSingle-Character Indicator CHAR1CHAR1CHAR1
SCSingle-Character Indicator CHAR1CHAR1CHAR1
SC_GLOBALAssignment of Global Object Dependency OMC_SC_GLOBALCHAR1CHAR1
SC_SINGLE1:1 Assignment of Selection Condition OMC_SC_SINGLECHAR1CHAR1
SC_DOCUDisplay of Documentation for Dependency OMC_SC_DOCUCHAR1CHAR1
SC_BASICDisplay of Basic Data for Dependency OMC_SC_BASICCHAR1CHAR1
SC_CScheme Name OMC_SC_CCHAR10OMC_MCDEPCHAR10
PRSingle-Character Indicator CHAR1CHAR1CHAR1
PR_GLOBALSingle-Character Indicator CHAR1CHAR1CHAR1
PR_SINGLESingle-Character Indicator CHAR1CHAR1CHAR1
PR_DOCUSingle-Character Indicator CHAR1CHAR1CHAR1
PR_BASICSingle-Character Indicator CHAR1CHAR1CHAR1
PR_CCharacter Field Length = 10 CHAR10CHAR10CHAR10
ACSingle-Character Indicator CHAR1CHAR1CHAR1
AC_GLOBALSingle-Character Indicator CHAR1CHAR1CHAR1
AC_SINGLESingle-Character Indicator CHAR1CHAR1CHAR1
AC_DOCUSingle-Character Indicator CHAR1CHAR1CHAR1
AC_BASICSingle-Character Indicator CHAR1CHAR1CHAR1
AC_CCharacter Field Length = 10 CHAR10CHAR10CHAR10
PCSingle-Character Indicator CHAR1CHAR1CHAR1
PC_GLOBALSingle-Character Indicator CHAR1CHAR1CHAR1
PC_SINGLESingle-Character Indicator CHAR1CHAR1CHAR1
PC_DOCUSingle-Character Indicator CHAR1CHAR1CHAR1
PC_BASICSingle-Character Indicator CHAR1CHAR1CHAR1
PC_CCharacter Field Length = 10 CHAR10CHAR10CHAR10
CREADATDate of Application PVS_ANDATDATS8DATUM
CREABYUser who created record PVS_ANNAMCHAR12USNAM
CHNGDATDate of Last Change PVS_AEDATDATS8DATUM
CHNGBYName of Person Who Changed Object PVS_AENAMCHAR12USNAM
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OMC_MDEP
INTO CORRESPONDING FIELDS OF WA_OMC_MDEP
WHERE...

How to access SAP table OMC_MDEP

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