SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

RPDAVMD0 SAP ABAP Report - Documentation German Pension Reform







RPDAVMD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for German Pension Reform documentation When setting up the German Pension Reform, a multitude of tables need to be maintained in connection with infotype 0699 (German Pension Reform D)...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 RPDAVMD0 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 RPDAVMD0. "Basic submit
SUBMIT RPDAVMD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPDAVMD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_USBOX = D .
Selection Text: SO_BAUST = Modules:
Selection Text: SO_ANLAR = Investment Types
Selection Text: PA_SELDT = Key Date
Title: Documentation German Pension Reform
Text Symbol: D18 = Portion Addit. Tax-Exempt
Text Symbol: D19 = Enter Contribution Scale
Text Symbol: D20 = Calculation using ContribScale
Text Symbol: E50 = Wg Type
Text Symbol: E51 = on
Text Symbol: E52 = CtrGr
Text Symbol: E53 = Not in table
Text Symbol: E54 = exists
Text Symbol: E55 = Module
Text Symbol: E56 = Invest.Ty
Text Symbol: E57 = and
Text Symbol: E58 = to
Text Symbol: E59 = Processing Routine
Text Symbol: E60 = Financing
Text Symbol: E61 = Taxation
Text Symbol: H01 = Invest.Ty
Text Symbol: H02 = Module
Text Symbol: H03 = Flat Rate
Text Symbol: H04 = Available
Text Symbol: D17 = that have an additional tax-exempt contribution.
Text Symbol: 001 = Contribution Determination and Processing Routine (VC_T5DR2)
Text Symbol: 002 = Financing (VC_T5DR2)
Text Symbol: 003 = Taxation (VC_T5DR2)
Text Symbol: 004 = Contract Models (VC_T5DR2)
Text Symbol: 005 = Use in Modules (VC_T5DR2)
Text Symbol: 006 = Quota Deduction (VC_T5DR9)
Text Symbol: 007 = Statement and Subseq.WTypes (V_T5D2S_A)
Text Symbol: 008 = Taxation Acc. to S40b and Additional Tax Exemption to Sec.3 No.63 EStG
Text Symbol: D01 = Input Contrib.
Text Symbol: D02 = Contr.
Text Symbol: D03 = Input Propor.
Text Symbol: D04 = Proportion
Text Symbol: D05 = Base WT





Text Symbol: D06 = Basic Module
Text Symbol: D07 = Routine
Text Symbol: D08 = Statement WTy.
Text Symbol: D09 = Conversion Grp
Text Symbol: D10 = Conversion Wage Type
Text Symbol: D11 = Wage Type for Conversion
Text Symbol: D12 = ConversionTtl
Text Symbol: D13 = Tax-Free Portion
Text Symbol: D14 = Portion w. Flat-Rate Tax
Text Symbol: D15 = Portion Individually Taxed
Text Symbol: D16 = Modules with flat-rate tax cannot be combined with modules


INCLUDES used within this REPORT RPDAVMD0

INCLUDE RPDAVMD1_DATA. "GSG_PDFV
INCLUDE RPDAVMD1_SELSCREEN.
INCLUDE RPDAVMD1_FORMS.
INCLUDE RPDAVMD1_OUTPUT. "GSG_PDF^


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_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' "GSGN1456267v EXPORTING i_molga = c_molga_de " Ländergruppierung i_appl = 'BVVA' " Teilapplikation i_date = pa_seldt " Stichtag IMPORTING e_valid = l_appl_bvva. "GSGN1456267^



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