DEFSCOPE_DMLH SAP (Definition Scope) Table details

Dictionary Type: Table
Description: Definition Scope




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




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

DEFSCOPE_DMLH is a standard SAP Table which is used to store Definition Scope data and is available within R/3 SAP systems depending on the version and release level.

The DEFSCOPE_DMLH table consists of various fields, each holding specific information or linking keys about Definition Scope data available in SAP. These include OBJVERS_ID (Object Version Key), CHANGE_COUNTER (Change Management Counter), INACTIVE (Inactive States), TIMESTMP_MODIFY (Last Change Time Stamp).. 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 DEFSCOPE_DMLH 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
OBJVERS_IDObject Version Key DML_OBJVERS_IDRAW16
CHANGE_COUNTERChange Management Counter DML_CHANGE_COUNTERINT25INT2
INACTIVEInactive States DML_INACTIVECHAR1DML_INACTIVE
TIMESTMP_MODIFYLast Change Time Stamp DML_TMSTMP_MODIFYDEC15TZNTSTMPS
OBJECT_TYPEMDF Object Type DML_OBJTYPCHAR10CHAR10DML_OBJTYP
OBJECT_IDMDF Object GUID DML_OBJECT_IDRAW16
VERSIONVersion DML_VERSIONNUMC10
STATUS_SCHEMAStatus Profile DML_STATUSSCHEMACHAR8Assigned to domainJ_STSMA
STATE_IDKey Status DML_STATE_IDRAW16
OWNEROwner DML_OWNERRAW16OWNERDML_OWNER
OBJGROUPGroup DML_GRPCHAR10CHAR10
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
CHANGE_ORDERChange Order DML_CHANGE_ORDERRAW16
DELETEDDeletion Indicator DML_DELETIONFLAGCHAR1FLAG
USER_CREATECreated By DML_USER_CREATECHAR12Assigned to domainXUBNAME
TIMESTMP_CREATECreated On DML_TMSTMP_CREATEDEC15TZNTSTMPS
USER_MODIFYChanged by DML_USER_MODIFYCHAR12Assigned to domainXUBNAME
ORG_SYSTEMLogical System DML_SYSTEMCHAR10Assigned to domainALPHALOGSYS
SCOPE_NAMEName of Definition Scope (External Key) CME_SCOPE_NAMESSTR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM DEFSCOPE_DMLH
INTO CORRESPONDING FIELDS OF WA_DEFSCOPE_DMLH
WHERE...

How to access SAP table DEFSCOPE_DMLH

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