SXDA2 SAP (SAPDXfer: Structure Info for Data Transfer Object) Table details

Dictionary Type: Table
Description: SAPDXfer: Structure Info for Data Transfer Object




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




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

SXDA2 is a standard SAP Table which is used to store SAPDXfer: Structure Info for Data Transfer Object data and is available within R/3 SAP systems depending on the version and release level.

The SXDA2 table consists of various fields, each holding specific information or linking keys about SAPDXfer: Structure Info for Data Transfer Object data available in SAP. These include SUBDX (Sub category of a data transfer object), DXPOS (Counter in data transfer object), TABNAME (Import Structure of BI Program), 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SXDA2T

Text table = SXDA2T

Text table = SXDA2T


SAP 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
TABNAMEImport Structure of BI Program DXBISTRUCCHAR30Assigned to domainAS4TAB
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
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 SXDA2 using ABAP code

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

SELECT SINGLE *
FROM SXDA2
INTO CORRESPONDING FIELDS OF WA_SXDA2
WHERE...

How to access SAP table SXDA2

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