RKEGESPL 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 RKEGESPL 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: CO-PA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_CHANGE_ERKRS CALL FUNCTION 'RKE_CHANGE_ERKRS' EXPORTING FCODE = 'SE' I_ERKRS = ERKRS I_PA_TYPE = PA_TYPE.
PCA_PCRD_SET_TCODE CALL FUNCTION 'PCA_PCRD_SET_TCODE' EXPORTING i_tcode = tcode.
RKE_PLAN_TOP_DOWN CALL FUNCTION 'RKE_PLAN_TOP_DOWN' EXPORTING I_ERKRS = ERKRS I_PA_TYPE = PA_TYPE IS_BPSEL = GS_BPSEL.
RKE_SEND_COPA_TO_LIS CALL FUNCTION 'RKE_SEND_COPA_TO_LIS' EXPORTING I_ERKRS = ERKRS IS_BPSEL = GS_BPSEL IS_SCMA = GS_PLSCMA.
RKE_TRANSFER_DATA_TO_PCA CALL FUNCTION 'RKE_TRANSFER_DATA_TO_PCA' EXPORTING I_ERKRS = ERKRS IS_BPSEL = GS_BPSEL IS_SCMA = GS_PLSCMA I_APPL = 'P'.
RKE_TRANSFER_DATA_TO_PCA CALL FUNCTION 'RKE_TRANSFER_DATA_TO_PCA' EXPORTING I_ERKRS = ERKRS IS_BPSEL = GS_BPSEL IS_SCMA = GS_PLSCMA I_APPL = 'F'.
RKE_TRANSFER_DATA_TO_PCA CALL FUNCTION 'RKE_TRANSFER_DATA_TO_PCA' EXPORTING I_ERKRS = ERKRS IS_BPSEL = GS_BPSEL IS_SCMA = GS_PLSCMA I_APPL = 'G'.
RKE_TRANSFER_DATA_TO_PCA CALL FUNCTION 'RKE_TRANSFER_DATA_TO_PCA' EXPORTING I_ERKRS = ERKRS IS_BPSEL = GS_BPSEL IS_SCMA = GS_PLSCMA I_APPL = 'H'.
RKE_PERIODIC_VALUATION_ACT CALL FUNCTION 'RKE_PERIODIC_VALUATION_ACT' EXPORTING ERKRS = ERKRS IS_BPSEL = GS_BPSEL IS_SCMA = GS_PLSCMA.
RKE_BPL_CHECK CALL FUNCTION 'RKE_BPL_CHECK' EXPORTING I_EVENT = 'GENERATE'.
RKD_INSERT_REPORT_TEMP CALL FUNCTION 'RKD_INSERT_REPORT_TEMP' IMPORTING REPORT_NAME = GENREPNAM TABLES CODE_TAB = REPTABO.
RKE_SOP_PLAN_TRANSFER CALL FUNCTION 'RKE_SOP_PLAN_TRANSFER' EXPORTING ARTFNAM = CEPL4-ARTFNAM BISPERIO = CEPL4-BPERIO ERKRS = ERKRS MNGFNAM = CEPL4-MNGFNAM RASTER = CEPL4-RASTER READEP = CEPL4-AENDUE TEST = CEPL4-TEST VERSI = CEPL4-VERSI VETXT = CEPL4-VETXT VONPERIO = CEPL4-VPERIO VRGAR = CEPL4-VRGAR VRSIO = CEPL4-VRSIO IS_BPSEL = GS_BPSEL IS_SCMA = GS_PLSCMA TABLES PLANMERK = PLANMERK.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.