Where Used List (Function Module) for SAP ABAP Table DB6XPLSTMT (DB6: structure of EXPLAIN_STATEMENT)
SAP ABAP Table
DB6XPLSTMT (DB6: structure of EXPLAIN_STATEMENT) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
DB6_DELETE_EXPLAIN_ENTRIES VALUE(EXPLAIN_TIME) TYPE DB6XPLSTMT-EXPL_TIME
|
DB6: Clean Up Explain Tables when Exiting Explain | ||||
| 2 |
DB6_EXPLAIN
|
DB6: Explain - Perform Explain | ||||
| 3 |
DB6_GET_CATALOG_INFO VALUE(EEE_FLAG) TYPE DB6XPLSTMT-DELETABLE
|
DB6: Fill Systables,syscolumns,sysindexes for a Given Object (Table/Index) | ||||
| 4 |
DB6_PERFORM_EXPLAIN REFERENCE(OUTPUT_SQL_ERROR_TEXT) TYPE DB6XPLSTMT-STMT_TEXT
|
DB6: Explain Statement and Fill the Explain Tables | ||||
| 5 |
DB6_PERFORM_EXPLAIN REFERENCE(NEWOL) TYPE DB6XPLSTMT-UPDATABLE
|
DB6: Explain Statement and Fill the Explain Tables | ||||
| 6 |
DB6_PERFORM_EXPLAIN REFERENCE(STMT_STR) TYPE DB6XPLSTMT-STMT_TEXT
|
DB6: Explain Statement and Fill the Explain Tables | ||||
| 7 |
DB6_READ_EXPLAIN_TABLES REFERENCE(EXPLAIN_TIME) TYPE DB6XPLSTMT-EXPL_TIME
|
DB6: Explain - Returns the Explain Time for a Given Query No. | ||||
| 8 |
DB6_READ_EXPLAIN_TABLES REFERENCE(EEE_FLAG) TYPE DB6XPLSTMT-DELETABLE
|
DB6: Explain - Returns the Explain Time for a Given Query No. | ||||
| 9 |
DB6_READ_EXPLAIN_TABLES
|
DB6: Explain - Returns the Explain Time for a Given Query No. | ||||
| 10 |
DB6_TESTEXECUTE VALUE(STMT_STR) TYPE DB6XPLSTMT-STMT_TEXT
|
DB6 explain: perform test execute (RFC) | ||||