RPCCTX31 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 RPCCTX31 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: Tax Type Statement: Main Routines (INCLUDE)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING BONUS_DATE = P_BONDT * INPER = PN/PAPER "QIH INPER = C_PAPER "QIH * inper_modif = pn/permo "XMZ981104 INPER_MODIF = PN-PERMO "XMZ981104 PAY_IDENT = P_PAYID PAY_TYPE = P_PAYTY TABLES EVPDIR = EVP RGDIR = RGDIR IABKRS = IABKRS "XTWS11K151258 EXCEPTIONS NO_RECORD_FOUND = 01.
HRCA_CONTROLLINGAREA_FIND CALL FUNCTION 'HRCA_CONTROLLINGAREA_FIND' "bdp EXPORTING COMPANYCODE = SATZ-BUKRS "bdp BUSINESSAREA = SATZ-GSBER "bdp IMPORTING CONTRLAREA = RK-KOKRS "bdp EXCEPTIONS NOT_FOUND = 1 "bdp OTHERS = 2. "bdp
RK_KOKRS_FIND * call function 'RK_KOKRS_FIND' "bdp * exporting * bukrs = satz-bukrs * gsber = satz-gsber * importing * kokrs = rk-kokrs * exceptions * assignment_not_allowed * insufficient_input * no_kokrs_assigned * no_kokrs_for_bukrs * no_kokrs_for_bu_gb * wrong_kokrs_for_bukrs * wrong_kokrs_for_bu_gb. "bdp
HRCA_COSTCENTER_TEXT CALL FUNCTION 'HRCA_COSTCENTER_TEXT' "bdp EXPORTING CONTROLLINGAREA = RK-KOKRS "bdp COSTCENTER = KOSTL "bdp READ_DATE = BEGDA "bdp LANGUAGE = SY-LANGU "bdp IMPORTING OBJECTNAME = RK-KTEXT "bdp EXCEPTIONS NOTHING_FOUND = 1 "bdp OTHERS = 2. "bdp
RK_KOSTL_CHECK * call function 'RK_KOSTL_CHECK' "bdp * exporting * datum = begda * kokrs = rk-kokrs * kostl = kostl * spras = sy-langu * v_bukrs = satz-bukrs * v_gsber = satz-gsber * importing * ktext = rk-ktext * error_occurred = error_return * exceptions * kostl_not_complete = 1 * kostl_not_found = 2 * text_not_found = 3 * wrong_bukrs = 4 * wrong_gsber = 5 * others = 6. "bdp
CD_CHECK_PAYROLL_RESULT CALL FUNCTION 'CD_CHECK_PAYROLL_RESULT' EXPORTING INPER = INPER INPER_MODIF = IPERM PAY_IDENT = PAYID PAY_TYPE = PAYTY BONUS_DATE = BONDT TABLES RGDIR = RGDIR EXCEPTIONS NO_RECORD_FOUND = 01.
CD_EVALUATION_PERIODS_VOID call function 'CD_EVALUATION_PERIODS_VOID' exporting bonus_date = p_bondt inper_modif = p_iperm inper = p_inper pay_type = p_payty pay_ident = p_payid SPECIAL_VOID = ' ' tables rgdir = rgdir evpdir = evp * iabkrs = exceptions no_record_found = 1 others = 2.
CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING BONUS_DATE = P_BONDT INPER_MODIF = P_IPERM INPER = P_INPER PAY_TYPE = P_PAYTY PAY_IDENT = P_PAYID TABLES RGDIR = RGDIR EVPDIR = EVP * iabkrs = EXCEPTIONS NO_RECORD_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.
RPCCTX31 - Tax Type Statement: Main Routines (INCLUDE) RPCCTX30 - Tax Type Statement: Main Routines (INCLUDE) RPCCTX21 - documentation and ABAP source code RPCCTX20 - Tax Type Statement: Print Routines (INCLUDE) RPCCTX11 - documentation and ABAP source code RPCCTX10 - Tax Type Statement: Read Routines (INCLUDE)