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

RPLFAKCI_ELM_CE SAP ABAP INCLUDE - RPLFAKCIELMCE







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

INCLUDE RPUPNPC0_CE.
INCLUDE RPLELMCS_CE.


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.

HR_CH_GET_VNR_OUT CALL FUNCTION 'HR_CH_GET_VNR_OUT' " EXPORTING " iv_svnr = p0036-nahvn " iv_ahvnr = p0036-ahvnr " iv_gebdat = p0002-gbdat " IMPORTING " ev_vnr_out = ma_line-vnout " EXCEPTIONS " OTHERS = 0. "SAFKM1903459

HR_CH_READ_ABREINHEIT CALL FUNCTION 'HR_CH_READ_ABREINHEIT' EXPORTING p02_abkrs = versc-abkrs p02_stichtag = wpbp-endda p02_anwschlch = 'FAK' p02_pernr = pernr-pernr "MBBAL0K042336 * IMPORTING * p02_abreinheit = ahv-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.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P02RPLFAKC2_ALV1' CHANGING ct_fieldcat = l_it_fieldcatalog.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P02RPLFAKC2_ALV2' CHANGING ct_fieldcat = l_it_fieldcatalog.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = l_wa_tab-bukrs IMPORTING comp_name = text city = ort EXCEPTIONS not_found = 1.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = l_bukrs IMPORTING comp_name = text city = ort EXCEPTIONS not_found = 1.

HR_CH_APPEND_ALV_CHECKDIALOG CALL FUNCTION 'HR_CH_APPEND_ALV_CHECKDIALOG' IMPORTING no_dialog = g_no_dialog.

HR_CH_APPEND_ALV CALL FUNCTION 'HR_CH_APPEND_ALV' EXPORTING tables_and_infos = tableref_and_info pf_status = 'LISTSTATUS' pf_status_prog = sy-repid clist_variant_repid = sy-repid callback_program = sy-repid clist_tableref = g_ctrl_list_ref * CE extension: selection of ALV variant is_variant_ctrl = g_variant_ctrl * /CE extension clist_strucname = c_ctrl_list_grid.



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