SAP Table DMC_STRUCT

Sender Structure or Recipient Structure

DMC_STRUCT (Sender Structure or Recipient Structure) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link DMC_STRUCT to other SAP tables.

DMC_STRUCT table fields

Field Data element Checktable Datatype Length Decimals
GUID GUID in 'CHAR' format with upper-/lowercase (!) GUID_22 CHAR 22 0
STREE GUID in 'CHAR' format with upper-/lowercase (!) GUID_22 CHAR 22 0
FDDIC Boolean Variable (X=True, -=False, Space=Unknown) BOOLEAN CHAR 1 0
X true
- false
NULL unknown
DDICNAME Name of an ABAP Dictionary object DDNAME CHAR 30 0
TABCLASS Table category TABCLASS CHAR 8 0
TRANSP Transparent table
INTTAB Structure
CLUSTER Cluster table
POOL Pooled table
VIEW General view structure
APPEND Append structure
IDENT Tree Structure ID DMC_STIDT CHAR 20 0
CHNAM User Name SYUNAME CHAR 12 0
CHANGEDATE System Date SYDATUM DATS 8 0
VERSIO Version Number of Objects DMC_VERSIO NUMC 4 0
AUTHOR User Name SYUNAME CHAR 12 0
CREATEDATE System Date SYDATUM DATS 8 0
DESCR Description DMC_DESCR CHAR 60 0
AS4TIME Last changed at AS4TIME TIMS 6 0
AS4DATE Date of Last Change AS4DATE DATS 8 0
TECHNICAL DMC: Flag if structure or field is technical or not DMC_TECHN CHAR 1 0
X true
- false
NULL unknown
USES_STRINGS Boolean Variable (X=True, -=False, Space=Unknown) BOOLEAN CHAR 1 0
X true
- false
NULL unknown
APPL_INSERT MWB: Application Insert (Yes/No) DMC_APPL_INSERT CHAR 1 0
X true
- false
NULL unknown
READONLY Boolean Variable (X=True, -=False, Space=Unknown) BOOLEAN CHAR 1 0
X true
- false
NULL unknown
UC_CODEPAGE SAP Character Set ID CPCODEPAGE NUMC 4 0
TYPING_CLASS DMC: Indicator for type class (TTYP, REF, STRUC,...) DMC_TYPING CHAR 1 0
V Variable
T Table type (TTYP)
S Structure
O REF TO object
D REF TO data