SAP Reports / Programs | Personnel Management | Personnel Administration | Germany(PA-PA-DE) SAP PA

RPDSV2D0 SAP ABAP Report - Documentation on SI Calculation







RPDSV2D0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report documents the SI calculation procedure...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 RPDSV2D0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_DSV2D0 - Documentation on SI Calculation


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 RPDSV2D0. "Basic submit
SUBMIT RPDSV2D0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPDSV2D0 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: SO_SVSPA = SI Division
Selection Text: SO_LGART = Input Wage Types
Selection Text: SO_BRUTT = Assessment Gross
Selection Text: PA_VGOUT = Note Output Wage Types
Selection Text: PA_VGORI = Note Input Wage Types
Selection Text: PA_SELDT = Key Date
Selection Text: PA_MODIF = SI Grouping
Selection Text: PA_KPKNZ = Miners' Insurance
Selection Text: PA_BRUTT = Details of SI Processing
Title: Documentation on SI Calculation
Text Symbol: V03 = Output Wage Type Rule
Text Symbol: V02 = Specification
Text Symbol: V01 = Routine
Text Symbol: U01 = Wage Type Routine All Splits
Text Symbol: S03 = Special Rule: Constant
Text Symbol: S02 = ER Contribution
Text Symbol: S01 = EE Contribution
Text Symbol: N03 = Where-Used List of Output Wage Types
Text Symbol: N01 = Where-Used List of Input Wage Types
Text Symbol: H05 = Miners' Insurance
Text Symbol: H04 = Assessment Gross
Text Symbol: H03 = SI Grouping
Text Symbol: H02 = Sort Indicator
Text Symbol: H01 = Division
Text Symbol: B07 = Factoring
Text Symbol: B06 = Time Unit
Text Symbol: B05 = East Constant
Text Symbol: B04 = West Constant
Text Symbol: B03 = Constant
Text Symbol: B02 = Routine
Text Symbol: B01 = Assessment Group
Text Symbol: 005 = Contributions and Special Rules
Text Symbol: 004 = Assessment Bases
Text Symbol: 003 = Assessment Bases to Fill
Text Symbol: 002 = Processing and Storage of Amounts
Text Symbol: 001 = Input Wage Types for Determination of Gross Amount


INCLUDES used within this REPORT RPDSV2D0

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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = MOLGA_DE BEGDA = PA_SELDT IMPORTING WAERS = WAERS.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING OPERATION = 'SHOW' OBJECT_NAME = ROUNA OBJECT_TYPE = 'PROG_FORM' ENCLOSING_OBJECT = PGMNA MONITOR_ACTIVATION = 'X' EXCEPTIONS OTHERS = 0.



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