CHARACTER_DMLH SAP (Characteristic) Table details

Dictionary Type: Table
Description: Characteristic




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




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

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

The CHARACTER_DMLH table consists of various fields, each holding specific information or linking keys about Characteristic 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 CHARACTER_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
CHARACT_NAMECME Characteristic Name CME_CHARACT_NAMESSTR100CME_CHARACT_NAME
DEF_SCOPECME Definition Scope - GUID CME_DEF_SCOPE_GUIDRAW16DSCOPCME_DEF_SCOPE_GUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM CHARACTER_DMLH
INTO CORRESPONDING FIELDS OF WA_CHARACTER_DMLH
WHERE...

How to access SAP table CHARACTER_DMLH

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