DPR_PPM_SCHEDULING_TRACE 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 DPR_PPM_SCHEDULING_TRACE 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: Report DPR_PPM_SCHEDULING_TRACE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PPM_TS_SCHEDULING_TRACE' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 2 program_error = 4.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'DPR_PPM_SCHEDULING_TRACE' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'HANDLE_USER_COMMAND' it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = lt_sched_data EXCEPTIONS PROGRAM_ERROR = 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.
DPR_PPM_SCHEDULING_TRACE - Report DPR_PPM_SCHEDULING_TRACE DPR_PPM_SCHEDULING_TRACE - Report DPR_PPM_SCHEDULING_TRACE DPR_OLR3_GENERAL_PGM - Program DPR_OLR3_GENERAL_PGM DPR_OLR3_GENERAL_PGM - Program DPR_OLR3_GENERAL_PGM DPR_MOVE_MSP_CONFIG_DPR_MSPF01 - Include DPR_MOVE_MSP_CONFIG_DPR_MSPF01 DPR_MOVE_MSP_CONFIG_DPR2RPMF01 - Include DPR_MOVE_MSP_CONFIG_DPR2RPMF01