SAP Reports / Programs | Payroll | The Netherlands | Reporting(PY-NL-RP) SAP PY

RPCWCEN0_C04 SAP ABAP INCLUDE - Include RPCWCEN0_C04







RPCWCEN0_C04 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 RPCWCEN0_C04 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 RPCWCEN0_C04. "Basic submit
SUBMIT RPCWCEN0_C04 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCWCEN0_C04 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPCWCEN0_C04


INCLUDES used within this REPORT RPCWCEN0_C04

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_NL_LA_GET_GLBIDS_FROM_STAT CALL FUNCTION 'HR_NL_LA_GET_GLBIDS_FROM_STAT' EXPORTING i_t_jupers = imp_t_juper_range[] IMPORTING e_t_glbids = exp_t_glbids.

HR_NL_LA_GET_REPER_PERMO CALL FUNCTION 'HR_NL_LA_GET_REPER_PERMO' EXPORTING i_juper = IMPORTING e_permo = l_permo EXCEPTIONS custimizing_of_t5n14 = 1 OTHERS = 2.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = c_molga begda = imp_inendda IMPORTING waers = l_waers EXCEPTIONS OTHERS = 4.

HR_NL_GET_VALIDITY_OF_APPL CALL FUNCTION 'HR_NL_GET_VALIDITY_OF_APPL' EXPORTING imp_application = c_appl_la1w imp_datum = imp_inbegda imp_molga = c_molga IMPORTING exp_valid = l_check_weekly_payroll.

HR_NL_GET_DATES_OF_PERIOD CALL FUNCTION 'HR_NL_GET_DATES_OF_PERIOD' EXPORTING im_permo = -permo im_year = -anprj im_period = -anprm IMPORTING ex_begda = lv_begda ex_endda = lv_endda EXCEPTIONS error_reading_t549q = 1 OTHERS = 2.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_PCLX_INIT_BUFFER CALL FUNCTION 'HR_PCLX_INIT_BUFFER'.

PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING clusterid = 'RN' employeenumber = l_rgdir-pernr sequencenumber = l_rgdir-seqnr CHANGING payroll_result = g_payroll_result EXCEPTIONS illegal_isocode_or_clusterid = 1 error_generating_import = 2 import_mismatch_error = 3 subpool_dir_full = 4 no_read_authority = 5 no_record_found = 6 versions_do_not_match = 7 error_reading_archive = 8 error_reading_relid = 9 OTHERS = 10.

HR_NL_LA_GET_PERIOD_INTERVAL CALL FUNCTION 'HR_NL_LA_GET_PERIOD_INTERVAL' EXPORTING i_permo = l_permo i_pabrj = ch_eval_result-anprj i_pabrp = ch_eval_result-anprm IMPORTING e_begda = ch_eval_result-anprbeg e_endda = ch_eval_result-anprend EXCEPTIONS OTHERS = 0.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = imp_datum foreign_amount = l_wcr_er_data-amount foreign_currency = imp_waers local_currency = 'EUR' IMPORTING local_amount = l_wcr_er_data-amount EXCEPTIONS OTHERS = 01.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = imp_rgdir-pernr infty = c_infty_0000 begda = imp_rgdir-fpbeg endda = imp_rgdir-fpbeg bypass_buffer = abap_true TABLES infty_tab = p0000 EXCEPTIONS OTHERS = 0.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = imp_rgdir-pernr infty = c_infty_0001 begda = imp_rgdir-fpbeg endda = imp_rgdir-fpbeg bypass_buffer = abap_true TABLES infty_tab = p0001 EXCEPTIONS OTHERS = 0.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'NLWEX' struc_content = l_pmenw IMPORTING back = l_back EXCEPTIONS OTHERS = 1.

HR_NL_LA_GET_REPER_PERMO CALL FUNCTION 'HR_NL_LA_GET_REPER_PERMO' EXPORTING i_juper = c_employee_data-juper IMPORTING e_permo = lv_permo EXCEPTIONS OTHERS = 1.

HR_NL_GET_DATES_OF_PERIOD CALL FUNCTION 'HR_NL_GET_DATES_OF_PERIOD' EXPORTING im_permo = lv_permo im_year = c_employee_data-anprj im_period = c_employee_data-anprm IMPORTING ex_begda = lv_period_begda EXCEPTIONS error_reading_t549q = 1 OTHERS = 2.



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