RSXPLDB4 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for DB2/400 FORM routines for function module DB_EXPLAIN_PLAN..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSXPLDB4 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: iSeries Forms for Function Module DB_EXPLAIN_PLAN
Text Symbol: 008 = Explain Data could not be generated
Text Symbol: 009 = Conversion list to table failed
Text Symbol: D01 = Performance monitor data as of
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES LISTOBJECT = LISTTAB EXCEPTIONS NOT_FOUND = 4.
LIST_TO_ASCI CALL FUNCTION 'LIST_TO_ASCI' * exporting * LIST_INDEX = -1 TABLES LISTASCI = ASCILIST LISTOBJECT = LISTTAB EXCEPTIONS EMPTY_LIST = 1 * list_index_invalid = 2 OTHERS = 3.
LIST_FREE_MEMORY CALL FUNCTION 'LIST_FREE_MEMORY' TABLES LISTOBJECT = LISTTAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSXPLDB4 - iSeries Forms for Function Module DB_EXPLAIN_PLAN RSXPLDB4 - iSeries Forms for Function Module DB_EXPLAIN_PLAN RSXPLAIN - Database-Independent FORMs for Executing EXPLAIN RSXPLAIN - Database-Independent FORMs for Executing EXPLAIN RSXPLADA - ADABAS-Specific Module for Explain SQL RSXPLADA - ADABAS-Specific Module for Explain SQL