DMC_SXDA2 SAP (DMC: Copy of SXDA2) Table details

Dictionary Type: Table
Description: DMC: Copy of SXDA2




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




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

DMC_SXDA2 is a standard SAP Table which is used to store DMC: Copy of SXDA2 data and is available within R/3 SAP systems depending on the version and release level.

The DMC_SXDA2 table consists of various fields, each holding specific information or linking keys about DMC: Copy of SXDA2 data available in SAP. These include SUBDX (Sub category of a data transfer object), DXPOS (Counter in data transfer object), TABNAME (Table Name), HLVEL (Hierarchy level within display/editing functions).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DMC_SXDA2 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
DXOBJKey for data transfer object SXDA_DXOBJNUMC4SXDA1SXDA_DXOBJDXO
SUBDXSub category of a data transfer object SXDA_SUBDXNUMC4SXDA1SXDA_SUBDXDXS
DXPOSCounter in data transfer object SXDA_DXPOSNUMC4SXDA_DXPOS
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
HLVELHierarchy level within display/editing functions SXDA_HLVELCHAR1SXDA_HLVEL
PARSEGName of parent segment PARSEGCHAR27Assigned to domainEDILSEGTYP
PARPNOSequential number of parent segment PARPNONUMC4NUM4
PARFLGFlag for parent segment: Segment is start of segment group PARFLGCHAR1XFELD
MUSTFLFlag: Mandatory entry MUSTFLCHAR1XFELD
OCCMINMinimum number of segments in sequence OCCMINNUMC10NUM10
OCCMAXMaximum number of segments in sequence OCCMAXNUMC10NUM10
HLEVELHierarchy level of IDoc type segment HLEVELNUMC2EDI_HLEVEL
TABNAME_ZAlternative Z structure SXDA_ZTABCHAR30Assigned to domainAS4TAB
ACTIV_ZActivity flag for Z structure SXDA_ACT_ZCHAR1XFELD
ACTIVActivity flag SXDA_ACTIVCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_SXDA2
INTO CORRESPONDING FIELDS OF WA_DMC_SXDA2
WHERE...

How to access SAP table DMC_SXDA2

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