SAP ABAP Function Module RSDU_EXPLAIN_PLAN_INF (Derive and present the query processing plan)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-SYS-DB-INF (Application Component) BW Informix
⤷
RSINF (Package) BW: Porting Informix

⤷

⤷

Basic Data
Function Module | RSDU_EXPLAIN_PLAN_INF | Derive and present the query processing plan |
Function Group | RSDU_UTIL_INF | Data Manager General Utilities (BW 2.0A) |
Program Name | SAPLRSDU_UTIL_INF | Data manager utilities |
INCLUDE Name | LRSDU_UTIL_INFU02 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
C_PROCESSED | TYPE | RS_BOOL | RS_C_FALSE | Boolean | ||
![]() |
E_COSTS | TYPE | I | DB-specific SQL-errorcode (OK = 0) | |||
![]() |
E_STMTSIZE | TYPE | I | Size of the SQL-Statement in Bytes | |||
![]() |
I_T_STMT | TYPE | RSDU_T_ABAPSOURCE | SQL-statement in an internal table | |||
![]() |
I_STMT | TYPE | C | SQL-statement in a string | |||
![]() |
I_SHOW_PLAN | TYPE | RS_BOOL | RS_C_FALSE | show execution plan | ||
![]() |
EXPLAIN_ERROR | TYPE | error during EXPLAIN PLAN call | ||||
![]() |
STATEMENT_TOO_COMPLEX | TYPE | statement is too long | ||||
![]() |
NO_STATEMENT | TYPE | no statement given | ||||
![]() |
PLAN_TABLE_ERROR | TYPE | error with PLAN_TABLE (only Oracle) | ||||
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 | 20090701 |
SAP Release Created in | 20B |