RHCMPCREATE_ADJUSTMENTS_F03 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 RHCMPCREATE_ADJUSTMENTS_F03 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = repid i_callback_user_command = c_callback_prg i_callback_top_of_page = c_top_of_page is_layout = layout it_fieldcat = p_fieldcatalog[] it_sort = p_alv_sorttab[] i_save = 'X' is_variant = p_g_variant TABLES t_outtab = p_outp_data_tab[] EXCEPTIONS OTHERS = 0.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = combo_id values = items_y.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = combo_id values = items_p.
HRCM_COMPENSATION_PLVAR_SET CALL FUNCTION 'HRCM_COMPENSATION_PLVAR_SET' EXPORTING read_level = 1 read_cascade = 'X' read_only = ' ' message_mode = 1 reaction = c_no_msg IMPORTING plvar = p_hrcm_entry-plvar EXCEPTIONS no_valid_plvar_found = 1 OTHERS = 2.
HRCM_ERROR_SHOW CALL FUNCTION 'HRCM_ERROR_SHOW' EXPORTING title = text-004 popup = p_popup mark_flag = 'X' TABLES errorlist_ext = errorlist_ext.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = p_msg_cl msg_number = p_e_msg_no severity = p_sev reaction = p_reaction msg_par1 = p_e_par1 msg_par2 = p_e_par2 msg_par3 = p_e_par3 msg_par4 = p_e_par4 TABLES error_table = p_error_table EXCEPTIONS OTHERS = 0.
HRCM_CALL_SELID CALL FUNCTION 'HRCM_CALL_SELID' EXPORTING p_begda = p_hrcm_entry-begda p_endda = p_hrcm_entry-endda p_selid = p_hrcm_entry-selid p_plvar = p_hrcm_entry-plvar TABLES pernr_tab = p_pernr_tab EXCEPTIONS nothing_found = 1 OTHERS = 2.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-004 txt1 = text-001 txt2 = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHCMPCREATE_ADJUSTMENTS_F03 - RHCMPCREATEADJUSTMENTSF03 RHCMPCREATE_ADJUSTMENTS_F02 - RHCMPCREATEADJUSTMENTSF02 RHCMPCREATE_ADJUSTMENTS_F01 - RHCMPCREATEADJUSTMENTSF01 RHCMPCREATE_ADJUSTMENTS - Creating Compensation Adjustments RHCMPCREATE_ADJUSTMENTS - Creating Compensation Adjustments RHCMPCR0 - Compa-Ratio Analysis