RPISVSD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report
If you would like to execute this report or see the full code listing simply enter RPISVSD0 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.
Selection Text: PA_UPD = Database Update
Selection Text: P_DRUCK = Output As Print List
Selection Text: P_PRNTR = Output Device
Title: SI Adjustment: Convert Person Groups in Infotype 0020 (DEUEV)
Text Symbol: B01 = Display Employee Data (PA20)
Text Symbol: L01 = Newly Added Infotype Records 0020 (DEUEV)
Text Symbol: L02 = Selected Persons
Text Symbol: L03 = Converted Persons
Text Symbol: L04 = Persons with Errors
Text Symbol: L06 = Persons
Text Symbol: T01 = Convers. Master Data
Text Symbol: T02 = Output Options
Text Symbol: T04 = Old Person Group Key
Text Symbol: T05 = New Person Group Key
INCLUDE RPISVSD0_DATA.
INCLUDE RPISVSD0_SELECTION_SCREEN.
INCLUDE RPISVSD0_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPISVSD0 - SI Adjustment: Convert Person Groups in Infotype 0020 (DEUEV) RPISVSD0 - SI Adjustment: Convert Person Groups in Infotype 0020 (DEUEV) RPISVRD0 - Batch Input for Modifying Maximum Contribution for Pensioners RPISVRD0 - Batch Input for Modifying Maximum Contribution for Pensioners RPISVPD0 - Batch Input to Fill SI Attribute '20' for Pensioners with Private HI RPISVPD0 - Batch Input to Fill SI Attribute '20' for Pensioners with Private HI