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

RPISVRD0 SAP ABAP Report - Batch Input for Modifying Maximum Contribution for Pensioners







RPISVRD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Batch input to adjust the contribution limit (HI max...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 RPISVRD0 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_ISVR - Change Maximum HI Gross Amount


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 RPISVRD0. "Basic submit
SUBMIT RPISVRD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPISVRD0 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: P_STICH = Key Date
Selection Text: SO_SPERR = Exclusion for SI Attribute
Selection Text: SPDATUM = Session Locked Until
Title: Batch Input for Modifying Maximum Contribution for Pensioners
Text Symbol: 000 = Old HI Max
Text Symbol: 001 = From
Text Symbol: 002 = To
Text Symbol: 003 = New HI Max
Text Symbol: F00 = Adjustmnt
Text Symbol: F01 = Batch Input
Text Symbol: T01 = You cannot use this rep. bef.
Text Symbol: T02 = Jan.1, 2001
Text Symbol: T03 = No constant
Text Symbol: T04 = found in T511K for time
Text Symbol: T05 = No change to constants
Text Symbol: T06 = found in T511K for time
Text Symbol: T07 = List of Adjustments
Text Symbol: T08 = Only HI Fund Adjusts HI Maximum


INCLUDES used within this REPORT RPISVRD0

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_DISPLAY_BASIC_LIST * CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' * EXPORTING * LAY_OUT = 5 * BASIC_LIST_TITLE = SY-TITLE * FILE_NAME = REPID * CURRENT_REPORT = REPID * TABLES * DATA_TAB = GTAB * FIELDNAME_TAB = FIELDNAMES * ERROR_TAB = ERROR_TABLE * EXCEPTIONS * OTHERS = 0.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = MOLGA_DE BEGDA = STICHTAG IMPORTING WAERS = WAERS EXCEPTIONS OTHERS = 1.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = STICHTAG FOREIGN_AMOUNT = BETRAG FOREIGN_CURRENCY = OLD_WAERS LOCAL_CURRENCY = NEW_WAERS IMPORTING LOCAL_AMOUNT = BETRAG EXCEPTIONS OTHERS = 1.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAPNAME USER = SY-UNAME "#EC DOM_EQUAL 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'.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_categ_data it_fieldcat = t_fieldcat it_sort = t_sortinfo i_save = 'A' i_default = 'X' is_variant = ls_variant is_layout = s_layout EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_node_key_root i_node_txt = text-t07 i_categ_id = c_categ_data IMPORTING e_node_key = p_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_node i_row_data = gtab EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_PERNR_MSG_ADD call function 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = error_table-pernr i_msgid = error_table-arbgb i_msgty = error_table-msgty i_msgno = error_table-msgno i_msgv1 = error_table-msgv1 i_msgv2 = error_table-msgv2 i_msgv3 = error_table-msgv3 i_msgv4 = error_table-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname fieldname = fieldname TABLES dfies_tab = dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.



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