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

RPCSDFDM SAP ABAP Report - Tax Table (D) 2011







RPCSDFDM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Official Program Flow Chart (PAP) 2011 A subprogram of this report is the official program flow chart PAP 2011 for the calculation of individual employment tax (FORM LST)...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 RPCSDFDM 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 RPCSDFDM. "Basic submit
SUBMIT RPCSDFDM AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSDFDM 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: F = D .
Selection Text: JARBL = D .
Selection Text: KDFBT = D .
Selection Text: KRV = D .
Selection Text: LZZRM = D .
Selection Text: MEHRJ = D .
Selection Text: PERFB = D .
Selection Text: PERFJ = D .
Selection Text: PKPV = D .
Selection Text: PKV = D .
Selection Text: PVS = D .
Selection Text: PVZ = D .
Selection Text: SOBEZ = D .
Selection Text: STRBG = D .
Selection Text: STRKL = D .
Selection Text: VBEZM = D .
Selection Text: VBEZS = D .
Selection Text: VJAHR = D .
Selection Text: VKAPA = D .
Selection Text: VRSBJ = D .
Selection Text: VRSBS = D .
Selection Text: VRSBZ = D .
Selection Text: ZMVB = D .
Selection Text: ENTSCH = D .
Selection Text: BRUTT = D .
Selection Text: ALTKZ = D .
Selection Text: AF = D .
Selection Text: SONSTENT = Compensation in Other Payments
Selection Text: JRE4ENT = Compensation in Annual Wage
Selection Text: AJAHR = Initial Year Old-Age Exemption
Title: Tax Table (D) 2011
Text Symbol: I01 = Entry
Text Symbol: I02 = STFI
Text Symbol: I03 = Gross
Text Symbol: I04 = Taxation Features
Text Symbol: I05 = Other Payments
Text Symbol: I06 = Pension Basis
Text Symbol: I07 = Details on Social Insurance





Text Symbol: O01 = Output
Text Symbol: O02 = STFO
Text Symbol: O03 = Taxes
Text Symbol: O04 = Internal Data
Text Symbol: S01 = Tax Gross Amount
Text Symbol: S02 = Details for Other Payments
Text Symbol: S03 = Details on Pension Basis and Benefits Payments
Text Symbol: S04 = Details on Social Insurance
Text Symbol: S05 = Details on Tax Calculation


INCLUDES used within this REPORT RPCSDFDM

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:

PYDE_GET_VERSORGUNGSFREIBETRAG CALL FUNCTION 'PYDE_GET_VERSORGUNGSFREIBETRAG' EXPORTING versorgungsbeginn = versorgungsbeginn IMPORTING prozentsatz = prozentsatz hoechstbetrag = hoechstbetrag zuschlag = zuschlag.

PYDE_GET_ALTERSENTLASTUNG CALL FUNCTION 'PYDE_GET_ALTERSENTLASTUNG' * EXPORTING * geburtsdatum = IMPORTING prozentsatz = prozentsatz hoechstbetrag = hoechstbetrag CHANGING erstjahr = ajahr.



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