RSDRT_TRACE_RECOMPUTE 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 RSDRT_TRACE_RECOMPUTE 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: Recalculate Available Traces
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSDRT_TRACE_RECOMPUTE CALL FUNCTION 'RSDRT_TRACE_RECOMPUTE' EXPORTING i_infoprov = infoprov i_tuser = tuser IMPORTING e_successful = g_successful e_failed = g_failed e_subrc = g_subrc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDRT_TRACE_RECOMPUTE - Recalculate Available Traces RSDRT_TRACE_RECOMPUTE - Recalculate Available Traces RSDRT_TRACE_LIST - Listing of a Recorded RSDRT Trace for an InfoProvider RSDRT_TRACE_LIST - Listing of a Recorded RSDRT Trace for an InfoProvider RSDRT_INFOPROV_RANDOM_QUERIES - Simple Queries Generated and Executed RSDRT_INFOPROV_RANDOM_QUERIES - Simple Queries Generated and Executed