SAP Reports / Programs

RKEGESPL SAP ABAP Report - CO-PA







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RKEGESPL. "Basic submit
SUBMIT RKEGESPL AND RETURN. "Return to original report after report execution complete
SUBMIT RKEGESPL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: CO-PA


INCLUDES used within this REPORT RKEGESPL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RKEGESPL or its description.