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

RPISVFD0 SAP ABAP Report - documentation and ABAP source code







RPISVFD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The law aimed at strengthening competition in statutory health insurance changes the rules for employees' exemption from statutory health insurance...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 RPISVFD0 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 RPISVFD0. "Basic submit
SUBMIT RPISVFD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPISVFD0 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 = D .
Selection Text: P_DELTA = D .
Selection Text: SPDATUM = D .
Title: Batch Input for Converting Insurance Relationship for New Regulations
Text Symbol: 001 = List of Candidates for Changing Insurance Relationship
Text Symbol: B01 = Create Session
Text Symbol: E01 = Session was already created
Text Symbol: E02 = Select lines
Text Symbol: E03 = Session created
Text Symbol: F00 = Program Control
Text Symbol: F01 = Batch Input
Text Symbol: T01 = Overrun 2006
Text Symbol: T02 = Overrun 2005
Text Symbol: T03 = Overrun 2004
Text Symbol: T04 = Payroll Results from
Text Symbol: T05 = Voluntarily from
Text Symbol: V01 = No conversion; SI attribute 28 entered


INCLUDES used within this REPORT RPISVFD0

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 = g_repid IMPORTING mapname = mapname.

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING mapname = mapname reportname = g_repid IMPORTING mapname = mapname.

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' is_variant = ls_variant is_layout = ls_layout is_pushbuttons = ls_pushbuttons i_rowmark = 'X' 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-001 i_categ_id = c_categ_data IMPORTING e_node_key = p_node EXCEPTIONS program_error = 1 OTHERS = 2.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = mapname user = sy-uname keep = space holddate = spdatum.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_node i_row_data = wa_en 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.

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = c_molga begda = c_stichtag IMPORTING waers = g_waers EXCEPTIONS OTHERS = 4.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = p_msgid msgty = l_msgty msgno = p_msgno msgv1 = p_txt1 msgv2 = p_txt2 msgv3 = p_txt3 msgv4 = p_txt4.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = p_msgid msgty = l_msgty msgno = p_msgno msgv1 = p_txt1 msgv2 = p_txt2 msgv3 = p_txt3 msgv4 = p_txt4.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = pernr-pernr pabrj = l_pabrj_begin pabrp = l_pabrp_begin pabrj_end = l_pabrj_end pabrp_end = l_pabrp_end actual = 'A' waers = g_waers TABLES result_tab = g_abr EXCEPTIONS no_results = 4 OTHERS = 8.

HR_GET_VALUES_ASSIGN_WAGETYPES CALL FUNCTION 'HR_GET_VALUES_ASSIGN_WAGETYPES' EXPORTING i_molga = c_molga i_appl = c_appl_kvjg i_date = g_abr-evp-fpbeg it_lgart_table = g_abr-inter-rt IMPORTING et_sumlgs = lt_rt EXCEPTIONS ddif_nametab_error = 1 OTHERS = 2.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' "Transaktionscode TABLES dynprotab = bdcdata.



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