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

RPCMUDIZ SAP ABAP INCLUDE - documentation and ABAP source code







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

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 * 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 = l_fire hire_date = l_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_trfar = wpbpaux-trfar p_trfgb = wpbpaux-trfgb 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.

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