SAP Reports / Programs | Personnel Management | Compensation Management(PA-CM) SAP PA

RHCMPCREATE_ADJUSTMENTS_F03 SAP ABAP INCLUDE - RHCMPCREATEADJUSTMENTSF03







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


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

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:

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 = ' '.



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