The Function Module DX_BIDI_GET_ONE_RECORD (Lesen der Daten zu einem BI/DI aus der Datei) is a standard Function Module in SAP ERP and is part of the function group DX_TOOLS within the package S_DX_BAPI.
Function Module | DX_BIDI_GET_ONE_RECORD |
Short Text | Lesen der Daten zu einem BI/DI aus der Datei |
Function Group | DX_TOOLS |
Package | S_DX_BAPI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DXOBJ | LIKE | SXDA1-DXOBJ | Key for data transfer object | |
DXSUBOBJ | LIKE | SXDA1-SUBDX | Sub category of a data transfer object | |
LOADFILE | LIKE | DXFILEN-FILENAME | Data transfer filename |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EOF_FLAG | TYPE | XFLAG | Flag to show end of file | |
OBJECT_LINES | LIKE | DXATTRIB3-LINESNO | Number of record line contains in the record set |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CURRENT_LINE_NO | LIKE | DXATTRIB3-LINESNO | The current line number that is read from the complete data file | |
FLAG_PREV_CONTAINER | TYPE | XFLAG | Flag for the PREV_TEMP_CONTAINER | |
H_SESSION_HEADER | TYPE | SDXWBTEDAT | Structure to Copy Maintenance Data to 'S_DX_WB_EDIT_DATA' | |
PREV_TEMP_CONTAINER | TYPE | SDXWBTEDAT | Container to temporary store the header record line for the next record set |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_RAWDATA | LIKE | SDXWBTEDAT | Structure to Copy Maintenance Data to 'S_DX_WB_EDIT_DATA' |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_READ_FILE | Error while reading the data file |
ERROR_STRUCTURE_IDENTIFICATION | Error while identifying the structure of the record. |