RK2FGPCA 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 RK2FGPCA 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.
INCLUDE RK2FGTCA.
INCLUDE RK2FINC1.
INCLUDE RK2FINCF.
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING ACT_PLVAR = l_plvar EXCEPTIONS NO_ACTIVE_PLVAR = 1 OTHERS = 2.
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING ACT_PLVAR = l_plvar EXCEPTIONS NO_ACTIVE_PLVAR = 1 OTHERS = 2.
CACS_GET_BUPATXT_TO_CTRT CALL FUNCTION 'CACS_GET_BUPATXT_TO_CTRT' EXPORTING I_APPL = l_appl I_CTRTBU_ID = f_0001 IMPORTING E_BUPATEXT50 = bname1 E_BUPATEXT50_NAME = bname2 EXCEPTIONS OTHERS = 0.
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING ACT_PLVAR = l_plvar EXCEPTIONS NO_ACTIVE_PLVAR = 1 OTHERS = 2.
RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = l_plvar OTYPE = 'O' OBJID = f_0001 BEGDA = l_keydate ENDDA = l_keydate IMPORTING SHORT = pname1 STEXT = pname2 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING ACT_PLVAR = l_plvar EXCEPTIONS NO_ACTIVE_PLVAR = 1 OTHERS = 2.
RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = l_plvar OTYPE = 'S' OBJID = f_0001 BEGDA = l_keydate ENDDA = l_keydate IMPORTING SHORT = pname1 STEXT = pname2 EXCEPTIONS NOT_FOUND = 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.