RK2FPRKK 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 RK2FPRKK 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: Read Program RKC
Text Symbol: 001 = Period
Text Symbol: 002 = Fiscal Year
Text Symbol: 003 = Not Assigned
INCLUDE RK2FTPKK.
INCLUDE LKEATF16.
INCLUDE LKEATF17.
INCLUDE LKEATF18.
No SAP DATABASE tables are accessed within this REPORT code!
K_KSTRG_READ CALL FUNCTION 'K_KSTRG_READ' EXPORTING KSTRG = PROGR SPRAS = SY-LANGU IMPORTING E_CKPHV = ACKPHV EXCEPTIONS NOT_FOUND = 01.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = ' ' POPUP = ' ' IMPORTING E_KOKRS = KKBC-KOKRS EXCEPTIONS NOT_FOUND = 01.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = ' ' POPUP = ' ' IMPORTING E_KOKRS = KKBC-KOKRS EXCEPTIONS NOT_FOUND = 01.
K_KSTRG_CHECK CALL FUNCTION 'K_KSTRG_CHECK' EXPORTING KSTRG = LD_KSTRG IMPORTING E_CKPHV = ACKPHV EXCEPTIONS ACTIVITY_NOT_ALLOWED = 01 KATYP_NOT_ALLOWED = 02 NOT_FOUND = 03 POSTING_NOT_ALLOWED = 04 WRONG_BUKRS = 05 WRONG_GSBER = 06 WRONG_KOKRS = 07.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = ' ' POPUP = ' ' IMPORTING E_KOKRS = LD_KOKRS EXCEPTIONS NOT_FOUND = 01.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = ' ' POPUP = ' ' IMPORTING E_KOKRS = LD_KOKRS EXCEPTIONS NOT_FOUND = 01.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = ' ' POPUP = ' ' IMPORTING E_KOKRS = LD_KOKRS EXCEPTIONS NOT_FOUND = 01.
K_PERIODS_GET_FOR_KOKRS CALL FUNCTION 'K_PERIODS_GET_FOR_KOKRS' EXPORTING * GJAHR = ' ' * I_TKA01 = ' ' KOKRS = LD_KOKRS IMPORTING ANZBP = LD_ANZBP ANZSP = LD_ANZSP * FLAG_T009Y = * GJBEG = * GJEND = * XJABH = * XKALE = EXCEPTIONS INCONSISTENT_INPUT = 01 INSUFFICIENT_INPUT = 02 KOKRS_NOT_FOUND = 03 PERIV_NOT_FOUND = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.