RHECM_CREATE_COMP_PROCESS_M01 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 RHECM_CREATE_COMP_PROCESS_M01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RHECM_CREATE_COMP_PROCESS_M01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_ECM_GET_POSS_COMP_REVIEWS CALL FUNCTION 'HR_ECM_GET_POSS_COMP_REVIEWS' EXPORTING consider_rev_period = false message_handler = screen_message_handler IMPORTING poss_review_tab = review_tab is_ok = is_ok.
HR_ECM_WRITE_GLOBAL_COMP_DATA CALL FUNCTION 'HR_ECM_WRITE_GLOBAL_COMP_DATA' EXPORTING review_tab = review_tab message_handler = screen_message_handler IMPORTING is_ok = is_ok.
HR_ECM_INITIALIZE_BUFFER CALL FUNCTION 'HR_ECM_INITIALIZE_BUFFER' EXPORTING message_handler = pernr_message_handler.
HR_ECM_PREPARE_PROCESS CALL FUNCTION 'HR_ECM_PREPARE_PROCESS' EXPORTING crevi = crevi cplan = cplan pernr_tab = pernr_tab message_handler = pernr_message_handler IMPORTING person_info_tab = person_info_tab plan_tab = plan_tab proc_planned_tab = proc_planned_tab proc_admin_tab = proc_admin_tab guideline_tab = guideline_tab budget_link_tab = budget_link_tab budget_data_tab = budget_data_tab is_ok = is_ok.
HR_ECM_ADD_MESSAGE CALL FUNCTION 'HR_ECM_ADD_MESSAGE' EXPORTING message_handler = pernr_message_handler msgty = success_msg msgid = hrecm00masterdata msgno = '030'.
HR_ECM_HANDLE_PROCESS_DATA CALL FUNCTION 'HR_ECM_HANDLE_PROCESS_DATA' EXPORTING pernr_selected_tab = pernr_selected_tab comp_update_tab = comp_update_tab function = function message_handler = aux_message_handler IMPORTING proc_planned_tab = proc_planned_tab proc_admin_tab = proc_admin_tab budget_link_tab = budget_link_tab budget_admin_tab = budget_data_tab plan_tab = plan_tab is_ok = is_ok.
HR_ECM_HANDLE_PROCESS_DATA CALL FUNCTION 'HR_ECM_HANDLE_PROCESS_DATA' EXPORTING pernr_selected_tab = pernr_selected_tab comp_update_tab = comp_update_tab function = function message_handler = pernr_message_handler IMPORTING proc_planned_tab = proc_planned_tab proc_admin_tab = proc_admin_tab budget_link_tab = budget_link_tab budget_admin_tab = budget_data_tab plan_tab = plan_tab is_ok = is_ok.
HR_ECM_ADD_MESSAGE CALL FUNCTION 'HR_ECM_ADD_MESSAGE' EXPORTING message_handler = pernr_message_handler msgty = success_msg msgid = hrecm00masterdata msgno = '025' msgv1 = string_comp_proc.
HR_ECM_ADD_MESSAGE CALL FUNCTION 'HR_ECM_ADD_MESSAGE' EXPORTING message_handler = pernr_message_handler msgty = success_msg msgid = hrecm00masterdata msgno = '026' msgv1 = string_comp_proc.
HR_ECM_MERGE_OBJECT_MESSAGES CALL FUNCTION 'HR_ECM_MERGE_OBJECT_MESSAGES' EXPORTING object_key = peras-pernr object_message_handler = pernr_message_handler collect_message_handler = collect_message_handler.
HR_ECM_SAVE_OBJECT_MESSAGES CALL FUNCTION 'HR_ECM_SAVE_OBJECT_MESSAGES' EXPORTING message_handler = collect_message_handler repid = repid.
HR_ECM_SHOW_OBJECT_MESSAGES CALL FUNCTION 'HR_ECM_SHOW_OBJECT_MESSAGES' EXPORTING title = text-t01 tree_text = text-t02 message_handler = collect_message_handler object_field = 'PERNR'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHECM_CREATE_COMP_PROCESS_M01 - Include RHECM_CREATE_COMP_PROCESS_M01 RHECM_CREATE_COMP_PROCESS_D01 - Include RHECM_CREATE_COMP_PROCESS_D01 RHECM_CREATE_COMP_PROCESS - Create Compensation Process Records RHECM_CREATE_COMP_PROCESS - Create Compensation Process Records RHECM_CREATE_0758TOP - Create Compensation Program Records: Data Definitions RHECM_CREATE_0758S01 - Create Compensation Program Records: Selection Screen