SAP ABAP Function Module /SDF/RBE_NATSQL_SELECT (execute native sql select statement)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
/SDF/STPI_6X (Package) Release 6.XX dependent Basis Addon SLM

⤷

⤷

Basic Data
Function Module | /SDF/RBE_NATSQL_SELECT | execute native sql select statement |
Function Group | /SDF/RBE_6X | RBE-Release dependent development >=6.20 |
Program Name | /SDF/SAPLRBE_6X | |
INCLUDE Name | /SDF/LRBE_6XU02 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
RC | TYPE | I | return code (needed for rfc) | |||
![]() |
SQL_CODE | TYPE | I | db specific error code | |||
![]() |
SQL_MESSAGE | TYPE | DBSQLMSG | SQL Error Message | |||
![]() |
ROWS | TYPE | I | number of fetches rows | |||
![]() |
RES_TAB | TYPE | /SDF/RBE_NATSQL_RESTAB_TT | native sql result table | |||
![]() |
FIELD_INFOS | TYPE | /SDF/RBE_NATSQL_SDD_FIELD_TT | table type for native sql field information | |||
![]() |
RUNTIME | TYPE | I | abap measured runtime of stmt | |||
![]() |
SQL_TEXT | TYPE | STRING | sql statement to be executed | |||
![]() |
MAX_ROWS | TYPE | I | maximum number of returned rows | |||
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 | 20100421 |
SAP Release Created in | 2005_1_620 |