SAP Reports / Programs | Payroll | Italy(PY-IT) SAP PY

RPCDUDIZ SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPCDUDIZ

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:

HR_IT_READ_T5ITW5 CALL FUNCTION 'HR_IT_READ_T5ITW5' EXPORTING P_CDMODU = CONST1 P_BEGDA = DATEPRN P_ENDDA = DATEPRN * P_SELE = 'S' TABLES P_TAB = RE5ITW5 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = BEGDA END = ENDDA IMPORTING FIRE_DATE = FIRE HIRE_DATE = HIRE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001.

HR_IT_GET_WT_RESULTS CALL FUNCTION 'HR_IT_GET_WT_RESULTS' EXPORTING PERNR = PERNR BEGDA = BEG ENDDA = END WAGE = LGART TABLE = NAMETAB WAERS = WAERS JUPER = JUPER TABLES WTINFO = WT_TAB EXCEPTIONS NO_RESULTS = 1 ERROR_IN_CURRENCY_CONVERSION = 2 T500L_ENTRY_NOT_FOUND = 3 PERIOD_MISMATCH_ERROR = 4 T549Q_ENTRY_NOT_FOUND = 5 INTERNAL_ERROR = 6 OTHERS = 7.

HR_IT_READ_T5ITCS CALL FUNCTION 'HR_IT_READ_T5ITCS' EXPORTING P_TPASS = TPASS P_CDCON = CDCON P_BEGDA = ENDDA P_ENDDA = ENDDA P_SELE = 'S' TABLES P_TAB = RE5ITCS EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2 .

HR_IT_GET_MOABW CALL FUNCTION 'HR_IT_GET_MOABW' EXPORTING BEGDA = BEGDA ENDDA = ENDDA PERNR = PERNR TABLES WPBP_TAB = WPBP MOABW_TAB = MOABW_TAB EXCEPTIONS WPBP_NOT_FOUND = 1 T001P_NOT_FOUND = 2.

HR_IT_READ_T503 CALL FUNCTION 'HR_IT_READ_T503' EXPORTING P_PERSG = PERSG P_PERSK = PERSK P_SELE = 'S' TABLES P_TAB = RE503 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2 .

RH_GET_DATE_DAYNAME CALL FUNCTION 'RH_GET_DATE_DAYNAME' EXPORTING LANGU = SY-LANGU DATE = DAY IMPORTING DAYNR = DAYNUM DAYTXT = DAYTXT EXCEPTIONS NO_LANGU = 1 NO_DATE = 2 NO_DAYTXT_FOR_LANGU = 3 INVALID_DATE = 4.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING DAY_IN = BREAK-ENDDP IMPORTING LAST_DAY_OF_MONTH = LAST_DAY EXCEPTIONS DAY_IN_NO_DATE = 1.

HR_IT_GET_WT_RESULTS CALL FUNCTION 'HR_IT_GET_WT_RESULTS' EXPORTING PERNR = PERNR BEGDA = BEG ENDDA = END WAGE = LGART TABLE = NAMETAB WAERS = WAERS JUPER = JUPER TABLES WTINFO = WT_TAB.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = PAYBEG FOREIGN_AMOUNT = AMOUNT FOREIGN_CURRENCY = FOREIGN_CURRENCY LOCAL_CURRENCY = LOCAL_CURRENCY IMPORTING LOCAL_AMOUNT = RESULT EXCEPTIONS NO_RATE_FOUND = 01 OVERFLOW = 02.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING P_STRUCT1 = ncale IMPORTING P_STRUCT2 = pcali .

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = TMP_DAY IMPORTING WEEK = SETT EXCEPTIONS DATE_INVALID = 1.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING DAY_IN = BREAK-ENDDP IMPORTING LAST_DAY_OF_MONTH = LAST_DAY EXCEPTIONS DAY_IN_NO_DATE = 1.

HR_IT_ROUND_VALUES_2 CALL FUNCTION 'HR_IT_ROUND_VALUES_2' EXPORTING MODULE = MODULO SECTION = SECTION VALUE = AMOUNT BEGDA = BEGDA ENDDA = ENDDA P_WAERS = P_WAERS IMPORTING ROUNDVALUE = AMOUNT2 EXCEPTIONS NO_ENTRY_FOUND_TCURX = 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 RPCDUDIZ or its description.