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

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







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


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 RPCCTX30. "Basic submit
SUBMIT RPCCTX30 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCCTX30 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 RPCCTX30

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 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.



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