SAP Reports / Programs | Payroll | Canada | Reporting(PY-CA-RP) SAP PY

RPCROEK0_GENERATOR_F04_CE SAP ABAP INCLUDE - Include RPCROEK0_GENERATOR_F04_CE







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


INCLUDES used within this REPORT RPCROEK0_GENERATOR_F04_CE

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:

HRNA_EVAL_RUN_CREATE CALL FUNCTION 'HRNA_EVAL_RUN_CREATE' EXPORTING molga = c_molga sagrp = c_sagrp_ce appl = c_appl name = space simu = p_test program = l_repid nrname = 'RP_ROE' IMPORTING runid = g_run_info-runid EXCEPTIONS nr_overflow = 1 type_not_valid = 2 nr_not_intern = 3 nr_object_not_found = 4 nr_object_corrupted = 5 no_interval_init = 6 nr_already_exists = 7 OTHERS = 8.

HRNA_EVAL_ATTR_SET CALL FUNCTION 'HRNA_EVAL_ATTR_SET' EXPORTING molga = c_molga sagrp = c_sagrp_ce appl = c_appl runid = g_run_info-runid attr = p_attr value = p_attrval EXCEPTIONS run_not_found = 1 attr_not_valid = 2 OTHERS = 3.

HRNA_EVAL_STATUS_SET CALL FUNCTION 'HRNA_EVAL_STATUS_SET' "#EC * EXPORTING sagrp = c_sagrp_ce appl = c_appl runid = g_run_info-runid status = c_st_exp_ok molga = c_molga EXCEPTIONS run_locked = 1 run_not_found = 2 status_not_valid = 3 insert_failed = 4 OTHERS = 5.

HR_CA_CHECK_OVERLAPPING_ROE_CE CALL FUNCTION 'HR_CA_CHECK_OVERLAPPING_ROE_CE' EXPORTING im_personid = gendata-personid_ext im_fstdt = gendata-fstdt im_lstdt = gendata-lstdt im_busnm = gendata-busnm IMPORTING ex_overlapped_roe = l_overlapped_roe EXCEPTIONS invalid_import_param = 1 overlapped_roe_found = 2 OTHERS = 3.

HR_CA_GET_ROE_CE_STATUS CALL FUNCTION 'HR_CA_GET_ROE_CE_STATUS' EXPORTING im_person = p_overlapped_roe-personid_ext im_lstdt = p_overlapped_roe-lstdt im_runid = p_overlapped_roe-runid im_busnm = p_overlapped_roe-busnm IMPORTING ex_status = l_status ex_status_actual = l_status_actual EXCEPTIONS invalid_import_param = 1 roe_not_found = 2 invalid_roe_status = 3 OTHERS = 4.



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