RAPERB2000F4 is a standard ABAP INCLUDE 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 RAPERB2000F4 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = gs_post_int-tmstmp_d "<0830393 I_PERIV = T001-PERIV IMPORTING E_BUPER = L_SM_SPEC-TO_P E_GJAHR = L_SM_SPEC-GJAHR EXCEPTIONS OTHERS = 1.
LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = L_SM_SPEC-GJAHR I_PERIV = T001-PERIV I_POPER = L_SM_SPEC-TO_P IMPORTING E_DATE = l_sm_spec-BUDAT EXCEPTIONS OTHERS = 1.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = L_REPID TABLES SELECTION_TABLE = LT_RSPARAMS EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 2 OTHERS = 3.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = gs_post_int-tmstmp_d "<0830393 I_PERIV = T001-PERIV IMPORTING E_GJAHR = L_SM_SPEC-GJAHR EXCEPTIONS OTHERS = 3.
KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING LS_DETAIL = L_LS_DETAIL ls_witem = ls_witem "> 922426 LS_APPL = L_SM_SPEC IMPORTING LS_KEY = L_LS_KEY TABLES LT_SELKRIT = LT_SELECT.
KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING LS_KEY = L_LS_KEY LS_MESSAGE = LS_MESSAGE LD_OBJECTS = GD_POSTED_DOCS LS_SCMA_EVENT = L_SCMA_EVENT TABLES LT_SPOOL = GT_SPOOL CHANGING LD_APLSTAT = L_APLSTAT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.