SDOKMEP SAP (SDOK/Model: Model Entity Properties) Table details

Dictionary Type: Table
Description: SDOK/Model: Model Entity Properties




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




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

SDOKMEP is a standard SAP Table which is used to store SDOK/Model: Model Entity Properties data and is available within R/3 SAP systems depending on the version and release level.

The SDOKMEP table consists of various fields, each holding specific information or linking keys about SDOK/Model: Model Entity Properties data available in SAP. These include TYPE (Model: Model Object Type), ENTITY (Model: Entity Name), VERSION (Model: Entity Version), PROP_NAME (Attribute of a document or a relationship).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SDOKMEP 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
TYPEModel: Model Object Type SDOK_ETYPECHAR1Assigned to domainSDOK_ETYPE
ENTITYModel: Entity Name SDOK_ENTCHAR30SDOKMESDOK_ENT
VERSIONModel: Entity Version SDOK_EVERSCHAR1SDOK_EVERS
PROP_NAMEAttribute of a document or a relationship SDOK_PROPNCHAR25SDOKPROPSDOK_PROPN
PROP_INDEXKPro: General counter (uniqueness in DB) SDOK_INDXNUMC5SYNUM05
PROP_VALUEAttribute Value SDOK_PROPVCHAR64SDOK_PROPV
X_RUNTIMEModel: Property is relevant for runtime SDOK_RTIMECHAR1XFELD
X_OBLIGATAttribute must be evaluated SDOK_PROBLCHAR1XFELD
X_UNIQUEAttribute must be evaluated as a unique attribute SDOK_PRUNQCHAR1XFELD
X_MAINTAINAttribute can be displayed to end users for maintenance SDOK_PRMNTCHAR1XFELD
X_HIDDENAttribute should not be displayed to end users SDOK_PRHIDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDOKMEP
INTO CORRESPONDING FIELDS OF WA_SDOKMEP
WHERE...

How to access SAP table SDOKMEP

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