SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

RPLSVMD0 SAP ABAP Report - documentation and ABAP source code







RPLSVMD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If an employee leaves the company and starts a new job at another employer, the annual remuneration earned in the last three years at previous employers have to be taken into consideration for the assessment of the compulsory 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 RPLSVMD0 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_LSVM - Certify Annual Remuneration


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 RPLSVMD0. "Basic submit
SUBMIT RPLSVMD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSVMD0 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: FOVAR = Form Variant
Selection Text: P_PRDIA = Change Print Parameters
Selection Text: P_PRNTR = Output Device
Title: Annual Income Limit HI: Statement on Leaving
Text Symbol: D01 = Form
Text Symbol: S01 = Selected Personnel Numbers
Text Symbol: S02 = Edited personnel numbers
Text Symbol: S05 = Incorrect Personnel Numbers
Text Symbol: S10 = Program Control
Text Symbol: S11 = Month of Leaving
Text Symbol: S12 = Only Leavers in Evaluation Month
Text Symbol: S20 = Print Options
Text Symbol: U10 = Statements for Annual Income for Month
Text Symbol: U21 = Error Messages


INCLUDES used within this REPORT RPLSVMD0

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:

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting report = l_repid no_dialog = 'X' importing out_parameters = gs_pri_params exceptions archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 others = 4.

RP_SET_NAME_FORMAT call function 'RP_SET_NAME_FORMAT' exporting repid = gs_param-repid importing format = $$format.

HR_GET_REPORTING_COMPANY call function 'HR_GET_REPORTING_COMPANY' exporting p_molga = '01' p_appl = gc_appl_ber p_werks = i_werks p_btrtl = i_btrtl p_struc = pme01 p_date = gs_param-endda importing werks_sum = c_werks_sum btrtl_sum = c_btrtl_sum exceptions rep_comp_not_found = 1 others = 2.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = 'ADDRS' struc_content = pme36 importing back = l_subty exceptions others = 1.

HR_MAKE_ADDRESS call function 'HR_MAKE_ADDRESS' exporting pp0001 = p0001 pp0002 = p0002 pp0006 = p0006 edit_name = $edit-name line_count = 5 importing adrs = ls_adrs.

DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' exporting name = 'P01_JAEG_KVSTATUS' langu = sy-langu tables dd07v_tab = lt_dd07v exceptions others = 0.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting end = gs_param-endda "YCTN1118696 importing hire_date = c_einda tables pphifi = lt_hifi pp0000 = p0000 pp0001 = p0001.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' importing fire_date = c_ausda tables pphifi = lt_hifi pp0000 = p0000 pp0001 = p0001.

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '01' begda = i_datum importing waers = c_waers.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = i_datum foreign_amount = c_betrg foreign_currency = i_from_cur local_currency = i_to_cur importing local_amount = c_betrg exceptions others = 1.

OPEN_FORM call function 'OPEN_FORM' exporting dialog = gs_param-prdia form = gs_param-fname options = gs_pri_opt_ssc.

START_FORM call function 'START_FORM'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITEL' function = 'APPEND' type = 'BODY' window = 'TITEL'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'SACHBEARBEITER' function = 'APPEND' type = 'BODY' window = 'SACH'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'ABSENDER' function = 'APPEND' type = 'BODY' window = 'ABSENDER'.

HR_GET_REPORTING_COMPANY_DATA call function 'HR_GET_REPORTING_COMPANY_DATA' exporting p_molga = '01' p_appl = gc_appl_ber p_werks_sum = i_werks p_btrtl_sum = i_btrtl p_date = gs_param-endda p_anart = '/A' importing sender = cs_sender infodata = cs_info exceptions rep_comp_not_found = 1 address_not_found = 2 sender_not_found = 3 clerk_not_found = 4 version_mismatch = 5 others = 6.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'ADRESSE' function = 'APPEND' type = 'BODY' window = 'PERNR'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'DATEN' function = 'APPEND' type = 'BODY' window = 'MAIN'.

END_FORM





call function 'END_FORM'.

CLOSE_FORM call function 'CLOSE_FORM' importing result = gs_print_itcpp.

FP_JOB_CLOSE call function 'FP_JOB_CLOSE' importing e_result = gs_pdf_output exceptions usage_error = 1 system_error = 2 internal_error = 3 others = 4.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting report = l_repid destination = gs_param-prntr no_dialog = 'X' importing out_parameters = gs_pri_params exceptions others = 0.

HR_99S_LEGAL_INTERPRET_OPT call function 'HR_99S_LEGAL_INTERPRET_OPT' exporting im_molga = '01' im_option = 'NFWOF' im_date = sy-datum im_sap_opt_value = '0' " Framework off changing ch_option_value = c_sw_framework ch_is_default_value = lc_sw_framework_default exceptions option_does_not_exist = 1 others = 2.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'FOVARIANT' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'FOVAR' value_org = 'S' tables value_tab = gt_f4_fovar exceptions parameter_error = 1 no_values_found = 2 others = 3.

H99B_GET_LFORM_PROPERTIES call function 'H99B_GET_LFORM_PROPERTIES' " exporting " i_molga = '01' i_fogroup = 'HR_DE' i_folname = i_sname i_fovariant = i_fovar i_date = i_datum importing e_forname = c_fname e_fotype = c_fotyp exceptions logical_group_not_found = 1 type_name_not_maintained = 2 " others = 4. "

H99B_GET_LFORM_PROPERTIES call function 'H99B_GET_LFORM_PROPERTIES' exporting i_molga = '01' i_fogroup = 'HR_DE' i_folname = i_sname i_fotype = 'SSC' "TEST i_date = i_datum importing e_forname = c_fname e_fotype = c_fotyp exceptions logical_group_not_found = 1 type_name_not_maintained = 2 others = 4.

FP_FUNCTION_MODULE_NAME call function 'FP_FUNCTION_MODULE_NAME' exporting i_name = i_fname importing e_funcname = c_fmname.

FP_JOB_OPEN call function 'FP_JOB_OPEN' changing ie_outputparams = g_fp_outputparams exceptions cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 others = 5.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = ls_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 = 'ERRPNR' i_structure_name = 'BAL_HR_EXT' i_with_msg_fields = 'X' i_msg_text_pos = 3 i_icon_ltext_pos = 4 exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ERRPNR' i_node_txt = text-u21 i_categ_id = 'ERRPNR' importing e_node_key = l_node_key_pernr exceptions program_error = 1 others = 2.

HR_PAL_NODE_MSG_ADD call function 'HR_PAL_NODE_MSG_ADD' exporting i_node_key = l_node_key_pernr i_msgid = wa_error-arbgb i_msgty = wa_error-msgty i_msgno = wa_error-msgno i_msgv1 = wa_error-msgv1 i_msgv2 = wa_error-msgv2 i_msgv3 = wa_error-msgv3 i_msgv4 = wa_error-msgv4 i_context = wa_error-pernr exceptions program_error = 1 others = 2.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = gs_statistik-selper i_msgid = 'RP' i_msgno = '016' i_msgv1 = text-s01 exceptions others = 1.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = gs_statistik-prozper i_msgid = 'RP' i_msgno = '016' i_msgv1 = text-s02 exceptions others = 1.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = gs_statistik-errper i_msgid = 'RP' i_msgty = 'E' i_msgno = '016' i_msgv1 = text-s05 exceptions others = 1.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = gs_statistik-errper i_msgid = 'RP' i_msgty = 'I' i_msgno = '016' i_msgv1 = text-s05 exceptions others = 1.



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