SAP Reports / Programs | Incentive and Commission Management (ICM)(ICM) SAP ICM

RK2FVPCA SAP ABAP INCLUDE - Fix Program for CACS Application







RK2FVPCA 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 RK2FVPCA 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 RK2FVPCA. "Basic submit
SUBMIT RK2FVPCA AND RETURN. "Return to original report after report execution complete
SUBMIT RK2FVPCA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Fix Program for CACS Application
Text Symbol: 001 = Not Assigned
Text Symbol: 002 = Rem.
Text Symbol: PER = Period


INCLUDES used within this REPORT RK2FVPCA

INCLUDE RK2FVTCA.
INCLUDE RK2FINC1.
INCLUDE RK2FINCF.


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:

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.



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 RK2FVPCA or its description.