RPCATMD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Module pool: Semiretirement This module pool contains FORM routines for the treatment of semiretirement...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCATMD0 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: HR-PY-DATZ: Semiretirement Module Pool
Text Symbol: 118 = Calculation of Regular Gross SI Amnt w/o Overtime
Text Symbol: 119 = Regular Gross SI Amount w/o Overtime (
Text Symbol: 120 = Additional Taxable Gross Amount (
Text Symbol: 121 = Tax-Free with Overtime (
Text Symbol: 122 = ):
Text Symbol: 123 = Tax-Free w/o Overtime (
Text Symbol: 124 = SuPHNI Bonuses for Overtime (
Text Symbol: 125 = Overtime (
Text Symbol: 126 = Normal Remuneration for ATR Calculation(
Text Symbol: 127 = Normal Remuneration for Increase 1 (
Text Symbol: 128 = Max. Amount
Text Symbol: 129 = Proc.ITh
Text Symbol: 130 = PI IT
Text Symbol: 131 = of PI IT and Normal Remun.
Text Symbol: 132 = Limit to Difference of
Text Symbol: 134 = NormalRemun.
Text Symbol: 135 = -> Min. Gross Amount for ATR Not Transferred
Text Symbol: 136 = -> Min. Gross Amount for ATR Transferred
Text Symbol: 137 = Min.GrossAmnt for ATR (
Text Symbol: 138 = Standard Gross for ATR (
Text Symbol: 139 = Comparison of Gross Amount for Addit. Taxable Revenue and Min. Gross Amt
Text Symbol: 140 = Max. Amount
Text Symbol: 141 = Proc.ITh
Text Symbol: 095 = Gross Part-time Reg.
Text Symbol: 096 = Gross Part-time Total
Text Symbol: 097 = For Unpaid Absence
Text Symbol: 098 = On Basis of 30 Days
Text Symbol: 099 = Specified Gross FT Amt (
Text Symbol: 100 = Reduction of Net Amounts
Text Symbol: 101 = UI Assessm. Thrsh.:
Text Symbol: 102 = Normal Remuneration (
Text Symbol: 103 = Limiting of Normal Remun. to UI Inc.Thresh.
Text Symbol: 104 = Regular SI Gross
Text Symbol: 105 = Reg. SI w/o Overtime
Text Symbol: 106 = Overtime
Text Symbol: 107 = Normal Remun.after Capping(
Text Symbol: 108 = Normal Remunerat. PI
INCLUDE RPCATDD0.
INCLUDE RPCATWD0.
INCLUDE RPCAT1D0.
No SAP DATABASE tables are accessed within this REPORT code!
HR_DE_GET_ATZ_NR call function 'HR_DE_GET_ATZ_NR' exporting datum = wpbp-endda importing atznr = l_neuregelung atzao = l_aufst1_alt atzro = l_rvaufst_alt tables atz = atz.
HR_CHECK_EURO_PAYROLL call function 'HR_CHECK_EURO_PAYROLL' " exporting " molga = '01' " importing " old_currency = waehrung_dem " exceptions " others = 4. "
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = datum foreign_amount = vollbrutto foreign_currency = currency * LOCAL_CURRENCY = T500C-WAERS "YLNL9CK034633 local_currency = waehrung_dem "YLNL9CK034633 importing local_amount = vollbrutto exceptions others = 4.
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = datum foreign_amount = pnet-paunet * FOREIGN_CURRENCY = T500C-WAERS "YLNL9CK034633 foreign_currency = waehrung_dem "YLNL9CK034633 local_currency = currency importing local_amount = pnet-paunet exceptions others = 4.
HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' " exporting " i_molga = molga " i_appl = 'ATZF' " i_date = atz-begda " IMPORTING " e_valid = l_valid. "YLNN1139778
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = $datum foreign_amount = $amount foreign_currency = $currency local_currency = $currency_dem importing local_amount = l_result exceptions others = 4.
HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' " exporting " i_molga = molga " i_appl = 'ATZL' " i_date = atz-endda " importing " e_valid = lv_valid. "
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 RPCATMD0 or its description.