SAP Reports / Programs

RPUSDFD0 SAP ABAP Report - documentation and ABAP source code







RPUSDFD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to calculate the employment tax in accordance with the official schedule...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 RPUSDFD0 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 RPUSDFD0. "Basic submit
SUBMIT RPUSDFD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUSDFD0 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_PVZ = D .
Selection Text: P_PVS = D .
Selection Text: P_PKV = D .
Selection Text: P_PKPV = D .
Selection Text: P_KRV = D .
Selection Text: P_FAKTOR = D .
Selection Text: P_ENTSCH = D .
Selection Text: P_ZMVB = Number of Months
Selection Text: P_VRSBZ = Benefits Payments
Selection Text: P_VRSBS = Other Benefits Payments
Selection Text: P_VRSBJ = Prev. Year Pension
Selection Text: P_VKAPA = Pension Equity Payment
Selection Text: P_VJAHR = Relevant First Year
Selection Text: P_VBEZS = Prev. Other Pension
Selection Text: P_VBEZM = Regular Pension Payments
Selection Text: P_STTAB = Tax Table
Selection Text: P_STRKL = Tax Class
Selection Text: P_STRBG = Death Benefit
Selection Text: P_SOBEZ = Other Payments
Selection Text: P_PERFJ = Annual Exemption
Selection Text: P_PERFB = Personal Exemption
Selection Text: P_MEHRJ = Multi-Year Income
Selection Text: P_LZZRM = Payroll Period
Selection Text: P_KDFBT = Number of Child Tax Exemptions
Selection Text: P_JARBL = Previous Year Wage
Selection Text: P_DATUM = Key Date
Selection Text: P_BRUTT = Tax Gross Amount
Selection Text: P_ALTKZ = Identifier Old-Age Exemption
Selection Text: P_AJAHR = Initial Year Old-Age Exemption
Title: Tax Formula Main Program
Text Symbol: 008 = Details on Social Insurance
Text Symbol: 007 = SSC
Text Symbol: 006 = Other Pension Details
Text Symbol: 005 = Pension Basis
Text Symbol: 004 = Old Age Exemptn
Text Symbol: 003 = Gross
Text Symbol: 002 = Tax Card
Text Symbol: 001 = Key Date





INCLUDES used within this REPORT RPUSDFD0

INCLUDE RPUSDFD0_DATA.
INCLUDE RPUSDFD0_SELSCREEN.
INCLUDE RPUSDFD0_FORMS.
INCLUDE RPUSDFD0_OUTPUT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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