RPCE99P0 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 RPCE99P0 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: HR-PT: Output forms for statistical reports
Text Symbol: 001 = Could not assign employee to any professional level
Text Symbol: 002 = Could not assign employee to any contract group
Text Symbol: 003 = Could not assign employee to any entry/leaving reason
Text Symbol: 004 = Under 25
Text Symbol: EAS = Earnings survey
Text Symbol: HEA = STATISTICAL REPORT: EARNINGS SURVEY
Text Symbol: HSS = STATISTICAL REPORT: STRUCTURED EMPLOYMENT SURVEY
Text Symbol: HWS = STATISTICAL REPORT: WORK SCHEDULE SURVEY
Text Symbol: SES = Structured employment survey
Text Symbol: WSS = Work schedule survey
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = repid i_structure_name = 'PPTQ4' is_layout = layout TABLES t_outtab = l_tab_alv_ew EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = repid i_structure_name = 'PPTQ2' is_layout = layout TABLES t_outtab = p_out_tab 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.