RPCCTX30 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 RPCCTX30 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 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' EXPORTING COMPANYCODE = SATZ-BUKRS BUSINESSAREA = SATZ-GSBER IMPORTING CONTRLAREA = RK-KOKRS EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
RK_KOKRS_FIND * CALL FUNCTION 'RK_KOKRS_FIND' * 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.
HRCA_COSTCENTER_TEXT CALL FUNCTION 'HRCA_COSTCENTER_TEXT' EXPORTING CONTROLLINGAREA = RK-KOKRS COSTCENTER = KOSTL READ_DATE = BEGDA LANGUAGE = SY-LANGU IMPORTING OBJECTNAME = RK-KTEXT EXCEPTIONS NOTHING_FOUND = 1 OTHERS = 2.
RK_KOSTL_CHECK * CALL FUNCTION 'RK_KOSTL_CHECK' * 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.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.