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

RPLSV1D0 SAP ABAP INCLUDE - documentation and ABAP source code







RPLSV1D0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPLSV1D0 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 RPLSV1D0. "Basic submit
SUBMIT RPLSV1D0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSV1D0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPLSV1D0

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:

H99B_GET_LFORM_PROPERTIES call function 'H99B_GET_LFORM_PROPERTIES' " exporting " i_molga = '01' " i_fogroup = 'HR_DE_KVDR' " i_folname = 'HR_DE_SV_KVDR' " i_fovariant = _param-fovar " i_date = _param-pn_endda " importing " e_forname = l_fname " E_FOTYPE = _param-fotype " exceptions " logical_group_not_found = 1 " type_name_not_maintained = 2 " others = 3. "

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting report = _param-report no_dialog = 'X' importing out_parameters = pri_params out_archive_parameters = arc_params exceptions archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 others = 4.

HR_GET_PAYROLL_RESULTS call function 'HR_GET_PAYROLL_RESULTS' exporting pernr = pernr-pernr pabrj = p_aktper-jahr pabrp = p_aktper-monat tables result_tab = p_abr exceptions no_results = 0 * ERROR_IN_CURRENCY_CONVERSION = 2 * T500L_ENTRY_NOT_FOUND = 3 * PERIOD_MISMATCH_ERROR = 4 * T549Q_ENTRY_NOT_FOUND = 5 * INTERNAL_ERROR = 6 others = 7.

HR_GET_PAYROLL_RESULTS call function 'HR_GET_PAYROLL_RESULTS' exporting pernr = pernr-pernr pabrj = l_per-jahr pabrp = l_per-monat pabrj_end = p_aktper-jahr pabrp_end = p_aktper-monat actual = 'X' "nur aktuelle Sätze tables result_tab = abr_tab exceptions no_results = 0 * ERROR_IN_CURRENCY_CONVERSION = 2 * T500L_ENTRY_NOT_FOUND = 3 * PERIOD_MISMATCH_ERROR = 4 * T549Q_ENTRY_NOT_FOUND = 5 * INTERNAL_ERROR = 6 others = 7.

ADDRESS_INTO_PRINTFORM call function 'ADDRESS_INTO_PRINTFORM' exporting adrswa_in = l_anschr importing adrswa_out = l_anschr.

ADDRESS_INTO_PRINTFORM call function 'ADDRESS_INTO_PRINTFORM' exporting adrswa_in = l_anschr importing adrswa_out = l_anschr.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'SPOOL' i_structure_name = c_log_struc exceptions others = 1.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = 'Übersicht der erzeugten Listen' i_categ_id = 'SPOOL' importing e_node_key = l_node_key exceptions others = 1.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_node_key i_row_data = l_log exceptions others = 1.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = p_datum foreign_amount = p_betrg foreign_currency = p_from_cur local_currency = p_to_cur importing local_amount = p_betrg exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 others = 6.

HR_CALC_MONTH call function 'HR_CALC_MONTH' exporting delta = p_anz changing periode = l_per exceptions others = 1.

HR_GET_ERROR_LIST call function 'HR_GET_ERROR_LIST' tables error = l_error errortexts = l_text exceptions no_errors = 1.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = c_arbgb msgty = l_msgty msgno = p_msgid msgv1 = p_txt1 msgv2 = p_txt2 msgv3 = p_txt3 msgv4 = p_txt4.

HELPSCREEN_NA_CREATE call function 'HELPSCREEN_NA_CREATE' exporting meld_id = _error-arbgb meld_nr = _error-msgno msgv1 = _error-msgv1 msgv2 = _error-msgv2 msgv3 = _error-msgv3 msgv4 = _error-msgv4 titel = l_titel.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = p_anz i_msgid = l_msg-msgid i_msgty = l_msg-msgty i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 exceptions others = 1.

HR_PAL_LOG_AND_ALV_DISPLAY call function 'HR_PAL_LOG_AND_ALV_DISPLAY' exporting i_s_display_profile = l_s_display_profile i_callback_program = sy-repid i_structure_name = c_alv_struc i_grid_title = l_gridtitle it_fieldcat = p_feldtab[] is_layout = l_s_layout i_save = 'A' is_variant = l_variant tables t_outtab = alv_tab exceptions others = 1.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = c_alv_struc changing ct_fieldcat = p_feldtab[] 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 RPLSV1D0 or its description.