The DXRELAT table in SAP ERP or S/4HANA stores Assignment of Files to Tasks data. There are total 7 fields in DXRELAT table. The Assignment of Files to Tasks table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of DXRELAT table. It is in Data Transfer Workbench (S_DX_BAPI) ABAP package and is part of the Data Transfer Workbench (BC-SRV-DX-DXW) module.
SAP DXRELAT Table Fields
Following is the list of fields that are available in SAP DXRELAT table. The primary key fields of the table are MANDT (Client), PROJECT (Data transfer project), SUBPROJECT (Data Transfer Subproject), RUNDEF (Data Transfer – Run Definition), TASK (Data transfer task), FILEID (File ID for data transfer into R/3), TASKIO (Input or output file of task?).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | DXTASKS | CLNT (3) |
| PROJECT | Data transfer project | DXPROJECT | DXTASKS | CHAR (15) |
| SUBPROJECT | Data Transfer Subproject | DXSUBPROJ | DXTASKS | CHAR (15) |
| RUNDEF | Data Transfer – Run Definition | DXDEFINIT | DXTASKS | CHAR (15) |
| TASK | Data transfer task | DXTASK | DXTASKS | CHAR (15) |
| FILEID | File ID for data transfer into R/3 | DXFILEID | DXFILE | NUMC (5) |
| TASKIO | Input or output file of task? | DXTASKIO | CHAR (1) |


