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

RHCMPCREATE_ADJUSTMENTS_F01 SAP ABAP INCLUDE - RHCMPCREATEADJUSTMENTSF01







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

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:

HRCM_ADJTYPE_INFO_TABLE_GET CALL FUNCTION 'HRCM_ADJTYPE_INFO_TABLE_GET' EXPORTING cproc = p_hrcm_entry-procs cplan = p_hrcm_entry-cplan keyda = p_hrcm_entry-begda reaction = p_reaction TABLES pln_info_table = p_plan_info error_table = p_error_table EXCEPTIONS no_valid_adjustment_type_found = 1 OTHERS = 2.

HRCM_EMPLOYEE_ENQUEUE CALL FUNCTION 'HRCM_EMPLOYEE_ENQUEUE' EXPORTING reaction = p_reaction IMPORTING subrc = subrc TABLES emp_info_table = p_employee_info error_table = p_error_table.

HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER'.

HRCM_EMPLOYEE_INFO_TABLE_GET CALL FUNCTION 'HRCM_EMPLOYEE_INFO_TABLE_GET' EXPORTING plvar = p_hrcm_entry-plvar begda = p_hrcm_entry-begda endda = p_hrcm_entry-endda reaction = p_reaction TABLES emp_info_table = p_employee_info error_table = p_error_table EXCEPTIONS no_employees_found = 1 OTHERS = 2.

HRCM_ADJUSTMENT_DUMMY_CREATE CALL FUNCTION 'HRCM_ADJUSTMENT_DUMMY_CREATE' EXPORTING emp_info = p_empinfo cproc = p_hrcm_entry-procs cplan = p_plan_info-cplan reaction = p_reaction IMPORTING emp_plan_info = p_emp_pl_info eligibility = eligibility TABLES error_table = p_error_table EXCEPTIONS employee_data_not_found = 1 no_adjustment_type_data = 2 ctype_not_found = 3 component_not_found = 4 OTHERS = 5.

HRCM_EMPLOYEE_GUIDELINES_GET CALL FUNCTION 'HRCM_EMPLOYEE_GUIDELINES_GET' EXPORTING keyda = p_hrcm_entry-begda reaction = p_reaction TABLES emp_info_table = p_empinfo emp_plan_info_table = p_emp_pl_info guideline_table = p_guide_tab matrix_table = p_matrix_emp error_table = p_error_table EXCEPTIONS no_adjustments_found = 1 no_guidelines_found = 2 OTHERS = 3.

HRCM_BUDGET_INFO_TABLE_GET CALL FUNCTION 'HRCM_BUDGET_INFO_TABLE_GET' EXPORTING plvar = hrcm1-plvar istat = c_istat butgr = c_butgr bstat = c_bstat begda = p_hrcm1-begda endda = p_hrcm1-endda cnvda = p_hrcm1-cnvda bud_restrict = 'X' compadmin_up = ' ' reaction = p_reaction TABLES pln_info_table = p_plan_info emp_info_table = p_empinfo emp_budget_info_table = p_empbud_info error_table = p_error_table EXCEPTIONS no_budgets_found = 1 OTHERS = 2.

HRCM_BUDGET_ENQUEUE CALL FUNCTION 'HRCM_BUDGET_ENQUEUE' EXPORTING reaction = p_reaction IMPORTING subrc = p_subrc TABLES emp_budget_info_table = p_empbud_info error_table = p_error_table.

HRCM_BUDGET_TABLES_UPD CALL FUNCTION 'HRCM_BUDGET_TABLES_UPD' EXPORTING cnvda = p_hrcm1-cnvda reaction = p_reaction IMPORTING subrc = p_subrc TABLES pln_info_table = p_plan_info adj_info_table = p_adj_info emp_plan_info_table = p_emp_pl_info emp_budget_info_table = p_empbud_info error_table = p_error_table.

HRCM_ROUNDING_RULES_APPLY CALL FUNCTION 'HRCM_ROUNDING_RULES_APPLY' EXPORTING cplan = p_plan_info-cplan butyp = p_plan_info-butyp cnvda = p_hrcm1-cnvda reaction = p_reaction IMPORTING subrc = subrc TABLES emp_info_table = p_empinfo emp_plan_info_table = p_emp_pl_info emp_budget_info_table = p_empbud_info guideline_table = p_guide_tab matrix_table = p_matrix_emp error_table = p_error_table EXCEPTIONS no_employees_found = 1 no_adjustments_found = 2 OTHERS = 3.

HRCM_ADJUSTMENT_CHANGES_CHECK CALL FUNCTION 'HRCM_ADJUSTMENT_CHANGES_CHECK' EXPORTING cplan = p_hrcm1-cplan IMPORTING changes_found = p_changes_fl TABLES emp_info_table = p_empinfo new_emp_plan_info_table = p_emp_pl_info img_emp_plan_info_table = p_adj_info.

HRCM_BUDGET_CHECK CALL FUNCTION 'HRCM_BUDGET_CHECK' EXPORTING reaction = no_log IMPORTING subrc = subrc TABLES emp_budget_info_table = p_empbud_info bud_error_table = bud_error_table.

HRCM_ADJUSTMENT_SAVE CALL FUNCTION 'HRCM_ADJUSTMENT_SAVE' EXPORTING cplan = p_hrcm1-cplan reaction = p_reaction IMPORTING subrc = adj_subrc TABLES emp_info_table = p_empinfo new_emp_plan_info_table = p_emp_pl_info img_emp_plan_info_table = p_adj_info adj_info_table = db_380_table emp_error_table = emp_error_table error_table = p_error_table.

HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER'.

HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.

HRCM_BUDGET_SAVE CALL FUNCTION 'HRCM_BUDGET_SAVE' EXPORTING cnvda = p_hrcm1-cnvda reaction = p_reaction IMPORTING subrc = bud_subrc TABLES * PERNR_TABLE = pln_info_table = p_pln_info emp_budget_info_table = p_empbud_info emp_error_table = emp_error_table error_table = p_error_table.

HRCM_EMPLOYEE_DEQUEUE CALL FUNCTION 'HRCM_EMPLOYEE_DEQUEUE' EXPORTING reaction = p_reaction TABLES emp_info_table = p_empinfo error_table = p_error_table.

HRCM_BUDGET_DEQUEUE CALL FUNCTION 'HRCM_BUDGET_DEQUEUE' EXPORTING reaction = p_reaction TABLES emp_budget_info_table = p_empbud_info error_table = p_error_table.

REUSE_ALV_COMMENTARY_WRITE





CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_top_of_page.



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