RSQDRETRPROG_TEMPLATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSQDRETRPROG_TEMPLATE 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: SAP Query(BW): Generation template for data retrieval program
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSQ_BUILD_SELTAB *call function 'RSQ_BUILD_SELTAB' * exporting program = progname * importing seltab = it_seltab * exceptions no_selection = 1 * others = 2.
RSDRO_READ_MOST_RECENT_ODS *call function 'RSDRO_READ_MOST_RECENT_ODS' * exporting * i_odsobject = odsobject * i_t_selection = it_seltab * importing * e_t_data = it_data * exceptions x_message = 1 * others = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSQDRETRPROG_TEMPLATE - SAP Query(BW): Generation template for data retrieval program RSQDRETRPROG_TEMPLATE - SAP Query(BW): Generation template for data retrieval program RSQBW_INFORMATION - Include RSQBW_INFORMATION RSQBW_EXPAND_TRKORR - Checking Transport Requests with InfoSet Queries in BW RSQBW_EXPAND_TRKORR - Checking Transport Requests with InfoSet Queries in BW RSQBW_CALLSQ02 - InfoSet maintenance call in global work area