SXDA3 SAP (SAPDXfer: Field Info for Data Transfer Object) Table details

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




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




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

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

The SXDA3 table consists of various fields, each holding specific information or linking keys about SAPDXfer: Field 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 (Table Name), FIELDNAME (Field Name).. 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


SAP SXDA3 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_DXOBJNUMC4SXDA2SXDA_DXOBJDXO
SUBDXSub category of a data transfer object SXDA_SUBDXNUMC4SXDA2SXDA_SUBDXDXS
DXPOSCounter in data transfer object SXDA_DXPOSNUMC4SXDA2SXDA_DXPOS
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FVALUField value SXDA_FVALUCHAR40SXDA_FVALU
FMUSTField is required SXDA_FMUSTCHAR1CHAR1
FDYNADynamic field (field value is SAP variable) SXDA_FDYNACHAR1CHAR1
IDENTField is identifier (value determines structure) SXDA_IDENTCHAR1CHAR1
ACTIV_ZActivity flag for Z structure SXDA_ACT_ZCHAR1XFELD
ACTIVActivity flag SXDA_ACTIVCHAR1XFELD
ZENTRYSAPDXfer: Z entry SXDA_ZENTRCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXDA3
INTO CORRESPONDING FIELDS OF WA_SXDA3
WHERE...

How to access SAP table SXDA3

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