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

RPISVZD0 SAP ABAP Report - documentation and ABAP source code







RPISVZD0 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 create a batch input session that delimits the Social Insurance (0013) infotype or changes the Default Disruptive Event IT Deficit (0123) infotype and enters the changed pension insurance indicator...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 RPISVZD0 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 RPISVZD0. "Basic submit
SUBMIT RPISVZD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPISVZD0 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: MAPNAME = Session Name
Selection Text: P_MAPPE = Create Session
Selection Text: SPDATUM = Lock Date
Title: Batch Input for Converting PI Key for Salaried Employees from 2005
Text Symbol: 001 = From
Text Symbol: 002 = To
Text Symbol: 003 = Processed Infotypes
Text Symbol: 004 = No infotypes were converted.
Text Symbol: 005 = Old PI ID
Text Symbol: 006 = New PI ID
Text Symbol: F01 = Batch input


INCLUDES used within this REPORT RPISVZD0

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:

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING MAPNAME = mapNAME REPORTNAME = REPid IMPORTING MAPNAME = mapNAME.

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING MAPNAME = mapNAME REPORTNAME = REPid IMPORTING MAPNAME = mapNAME.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING arbgb = 'RP' msgno = '016' msgv1 = text-003 number = anz_infty.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = 0 processed = anz_bearb rejected = anz_not_bearb.

HR_DISPLAY_STAT_LIST CALL FUNCTION 'HR_DISPLAY_STAT_LIST' EXPORTING no_popup = 'X' no_empty_lines = 'X' linesize = 80 hidemsg = 'X'.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING LAY_OUT = 5 BASIC_LIST_TITLE = SY-TITLE FILE_NAME = repid CURRENT_REPORT = repid IMPORTING RETURN_CODE = RETCD TABLES DATA_TAB = gtab FIELDNAME_TAB = FIELDNAMES ERROR_TAB = ERROR_TABLE EXCEPTIONS OTHERS = 1.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = mapname USER = SY-UNAME KEEP = SPACE HOLDDATE = spdatum.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' "Transaktionscode TABLES DYNPROTAB = BDCDATA.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.



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