SAP ABAP Function Module RFC_READ_TABLE (External access to R/3 tables via RFC)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-WSW (Application Component) See Note 539477
⤷
SDTI (Package) Desktop Integration

⤷

⤷

Basic Data
Function Module | RFC_READ_TABLE | External access to R/3 tables via RFC |
Function Group | SDTX | Desktop Access |
Program Name | SAPLSDTX | |
INCLUDE Name | LSDTXU01 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
QUERY_TABLE | TYPE | DD02L-TABNAME | Table read | |||
![]() |
DELIMITER | TYPE | SONV-FLAG | SPACE | Sign for indicating field limits in DATA | ||
![]() |
NO_DATA | TYPE | SONV-FLAG | SPACE | If <> SPACE, only FIELDS is filled | ||
![]() |
ROWSKIPS | TYPE | SOID-ACCNT | 0 | |||
![]() |
ROWCOUNT | TYPE | SOID-ACCNT | 0 | |||
![]() |
OPTIONS | TYPE | RFC_DB_OPT | Selection entries, "WHERE clauses" (in) | |||
![]() |
FIELDS | TYPE | RFC_DB_FLD | Names (in) and structure (out) of fields read | |||
![]() |
DATA | TYPE | TAB512 | Data read (out) | |||
![]() |
TABLE_NOT_AVAILABLE | TYPE | QUERY_TABLE not active in Dictionary | ||||
![]() |
TABLE_WITHOUT_DATA | TYPE | QUERY_TABLE is name of structure | ||||
![]() |
OPTION_NOT_VALID | TYPE | Selection entries (e.g. syntax) incorrect | ||||
![]() |
FIELD_NOT_VALID | TYPE | Field to be read not in table | ||||
![]() |
NOT_AUTHORIZED | TYPE | User not authorized to access QUERY_TABLE | ||||
![]() |
DATA_BUFFER_EXCEEDED | TYPE | Selected fields do not fit into structure DATA | ||||
Processing Type
Normal Function Module | |
![]() |
BaseXML supported |
Update Module | Start immediately |
Immediate Start, No Restart | |
Start Delayed | |
Coll.run | |
JAVA Module Callable from ABAP | |
Remote-Enabled JAVA Module | |
Module Callable from JAVA |
History
Last changed by/on | SAP | 19950512 |
SAP Release Created in |