SAP Reports / Programs | Payroll | USA(PY-US) SAP PY

RPCCTX31 SAP ABAP INCLUDE - Tax Type Statement: Main Routines (INCLUDE)







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


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


Text pool values


Title: Tax Type Statement: Main Routines (INCLUDE)


INCLUDES used within this REPORT RPCCTX31

No INCLUDES are used within this REPORT code!


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:

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.



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