SAP Reports / Programs | Personnel Management | Enterprise Compensation Management | Job Pricing(PA-EC-JP) SAP PA

RHECM_ADJ_SALARY_STRUCF03 SAP ABAP INCLUDE - Update of Pay Grade Amounts: Form Routines for Data Display / Handling







RHECM_ADJ_SALARY_STRUCF03 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_ADJ_SALARY_STRUCF03 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 RHECM_ADJ_SALARY_STRUCF03. "Basic submit
SUBMIT RHECM_ADJ_SALARY_STRUCF03 AND RETURN. "Return to original report after report execution complete
SUBMIT RHECM_ADJ_SALARY_STRUCF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Update of Pay Grade Amounts: Form Routines for Data Display / Handling


INCLUDES used within this REPORT RHECM_ADJ_SALARY_STRUCF03

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_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'HRECM00SALARYSTRUUPDATE' changing ct_fieldcat = fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = repid i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' it_fieldcat = fieldcat i_grid_title = text-t01 is_variant = variant i_save = 'A' importing e_exit_caused_by_caller = exit_by_caller tables t_outtab = salarystruupdate_tab exceptions others = 0.

HR_ECM_SHOW_MESSAGES call function 'HR_ECM_SHOW_MESSAGES' exporting message_handler = message_handler.

VIEW_GET_CLIENT_STATE call function 'VIEW_GET_CLIENT_STATE' importing transp_state = transp_state.

TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = ko200 tables wt_e071k = e071k_tab exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_ko200 = ko200 tables wt_e071k = e071k_tab exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'HRECM00SALARYSTRUCHANGED' changing ct_fieldcat = fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = repid it_fieldcat = fieldcat i_grid_title = text-t02 is_variant = variant i_save = 'A' tables t_outtab = salarystruchanged_tab exceptions others = 0.



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