SAP Reports / Programs | Payroll | Switzerland(PY-CH) SAP PY

RPLSUVCI_ELM SAP ABAP INCLUDE - RPLSUVCIELM







RPLSUVCI_ELM 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 RPLSUVCI_ELM 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 RPLSUVCI_ELM. "Basic submit
SUBMIT RPLSUVCI_ELM AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSUVCI_ELM 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 RPLSUVCI_ELM

INCLUDE RPLSUVC0_MAK.
INCLUDE RPLPERC1_TYPES.
INCLUDE RPLSUVC0_TOP.
INCLUDE RPLSUVC0_SEL.
INCLUDE RPLELMCS.


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:

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "MBUAHRK058968 EXPORTING repid = repid IMPORTING format = $$format.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = c_molga begda = pn-begda IMPORTING waers = g_waers EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001 EXCEPTIONS OTHERS = 0.

HR_CH_APPEND_ALV_CHECKDIALOG CALL FUNCTION 'HR_CH_APPEND_ALV_CHECKDIALOG' IMPORTING no_dialog = g_no_dialog.

HR_CH_APPEND_ALV_ADR CALL FUNCTION 'HR_CH_APPEND_ALV_ADR' EXPORTING p_anwschch = 'UVG' p_endda = pn-endda p_header = gt_addr_header TABLES p02abreh_adr = gt_addr_new CHANGING tables_and_infos = gt_tableref_and_info.

HR_CH_APPEND_ALV CALL FUNCTION 'HR_CH_APPEND_ALV' EXPORTING clist_variant_repid = sy-repid clist_tableref = g_ctrl_list_ref clist_strucname = c_ctrl_list_grid tables_and_infos = gt_tableref_and_info is_variant_ctrl = g_variant_ctrl "XAWKM03882264 CHANGING ERRORLIST = gt_hr_ch_message_list EXCEPTIONS call_error = 1 OTHERS = 2.

HR_CH_READ_ABREINHEIT CALL FUNCTION 'HR_CH_READ_ABREINHEIT' EXPORTING p02_abkrs = versc-abkrs p02_stichtag = wpbp-endda p02_anwschlch = 'UVG' p02_pernr = pernr-pernr "MBBAL0K042336 IMPORTING p02_abreinheit = suva-abreinheit TABLES p02_wpbp = wpbp p02_t_abreinheit = gi_abreinheit pi_merkm = lt_err_merkm EXCEPTIONS table_access_error = 1 abreinheit_not_found = 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 RPLSUVCI_ELM or its description.