DXFIELDS SAP (Data Transfer Fields) Structure details

Dictionary Type: Structure
Description: Data Transfer Fields




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




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

DXFIELDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Data Transfer Fields" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DXFIELDS TYPE DXFIELDS.

The DXFIELDS table consists of various fields, each holding specific information or linking keys about Data Transfer Fields data available in SAP. These include ALEINB (ALE Inbound Function Module), REPORT (Data transfer report), FUNCTION (Function module), BIREPORT (Batch Input Program).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DXFIELDS structure 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
METHODMethod to transfer mass data DXMETHODCHAR32SWC_ELEM
ALEINBALE Inbound Function Module DXALEINBCHAR30EDIFCTEDI_ROUTID
REPORTData transfer report DXREPORTCHAR40TRDIRPROGNAME
FUNCTIONFunction module DXFUNCTIONCHAR30TFDIRFUNCNAME
BIREPORTBatch Input Program DXBIREPORTCHAR40TRDIRPROGNAME
EXTRPRGReport to Create Test File with Application Data DXEXTRPRGCHAR40TRDIRPROGNAME
PROJECTData transfer project DXPROJECTCHAR15DXRUNDXPROJECT
SUBPROJECTData Transfer Subproject DXSUBPROJCHAR15DXRUNDXSUBPROJ
RUNDEFData Transfer - Run Definition DXDEFINITCHAR15DXRUNDXDEFINIT
RUNIDData Transfer Run DXRUNIDNUMC5DXRUNDXRUNID
ERRFILEIf an error occurs, write IDocs to error file DXXERRFILECHAR1XFLAG
EXISTObject exists DXXEXISTSCHAR1XFLAG
DIALOGCall with dialog DXXDIALOGCHAR1XFLAG
CHECKBOXCheckbox: 'X' = True, ' ' = False DXXCHECKCHAR1XFLAG
RETTYPReturn type DXRETTYPCHAR1DXRETTYP
THREADNONumber of Parallel Threads When Loading via BAPI DXTHREADNONUMC4
PARALLELParallel Loading in Server Group DXLOADPRLLCHAR1XFLAG
SERIELLSequential Loading DXLOADSERCHAR1XFLAG
LOCATIONFlag: Application or presentation server DXLOCATIONCHAR1DXLOCATION
FILEOPEROperation to perform on file DXFILEOPERCHAR1DXFILEOP
ABENDFLAGFlag: Processing terminated DXXABENDCHAR1XFLAG
LONGPATHLong path name DXLPATHCHAR255
FILEMASKMask for file name DXFILEMASKCHAR255
FILEEXFLAGFlag to indicate if file exists DXXFILEEXCHAR1XFLAG
XMASSPRCFlag to indicate if BAPI can handle mass processing DXXMSSPRCCHAR1XFLAG
DIRECTIONDirection DXDIRECTCHAR1DXDIRECT
LOGSYSLogical System DXLOGSYSCHAR10TBDLSALPHALOGSYSDXLOGSYS
OBJTEXTObject description DXOBJTEXTCHAR80TEXT80
ERRRECLine of first inconsistent record in error file DXERRECNUMC8
SPLITFSplit into Fixed Number of Target Files DXXSPLITFCHAR1XFLAG
SPLITLSplit according to Number of Lines per Target File DXXSPLITLCHAR1XFLAG
SPLITRSplit According to Number of Objects per Target File DXXSPLITRCHAR1XFLAG
LOGHANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



How do I retrieve data from SAP structure DXFIELDS using ABAP code?

As DXFIELDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DXFIELDS as there is no data to select.

How to access SAP table DXFIELDS

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