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

RHECM_ADJ_SALARY_STRUCF02 SAP ABAP INCLUDE - Update of Pay Grade Amounts: Form Routines for Data Retrieval







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


INCLUDES used within this REPORT RHECM_ADJ_SALARY_STRUCF02

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:

VIEW_AUTHORITY_CHECK call function 'VIEW_AUTHORITY_CHECK' exporting view_action = view_action view_name = 'V_T710' exceptions invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 others = 6.

VIEW_ENQUEUE call function 'VIEW_ENQUEUE' exporting action = enqueue_action enqueue_mode = 'E' view_name = 'V_T710' enqueue_range = true tables sellist = sellist exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 others = 7.

HR_ECM_GET_SALARY_ADJ_DATA call function 'HR_ECM_GET_SALARY_ADJ_DATA' destination call_dest "#EC * exporting molga = molga saladjvers = adjustmentkey-saladjvers begda = adjustmentkey-begda importing saladjdata_tab = saladjdata_tab message_tab = message_tab is_ok = is_ok exceptions system_failure = 1 communication_failure = 2 others = 3.

HR_ECM_MAP_FREQU_CMP_TO_ECM call function 'HR_ECM_MAP_FREQU_CMP_TO_ECM' exporting frequ_cmp = i710a-frequ message_handler = message_handler importing frequ_ecm = salarystruupdate-frequ is_ok = is_ok.

HR_ECM_ADD_MESSAGE call function 'HR_ECM_ADD_MESSAGE' exporting message_handler = message_handler msgty = message-msgty msgid = message-msgid msgno = message-msgno msgv1 = message-msgv1 msgv2 = message-msgv2 msgv3 = message-msgv3 msgv4 = message-msgv4.

HR_ECM_CONVERT_CURRENCY call function 'HR_ECM_CONVERT_CURRENCY' exporting old_amount = saladjdata-rangemin old_curre = saladjdata-currency new_curre = salarystruupdate-curre conversion_date = saladjdata-begda message_handler = message_handler importing new_amount = temp_rangemin is_ok = is_ok.

HR_ECM_CONVERT_CURRENCY call function 'HR_ECM_CONVERT_CURRENCY' exporting old_amount = saladjdata-rangemid old_curre = saladjdata-currency new_curre = salarystruupdate-curre conversion_date = saladjdata-begda message_handler = message_handler importing new_amount = temp_rangemid is_ok = is_ok.

HR_ECM_CONVERT_CURRENCY call function 'HR_ECM_CONVERT_CURRENCY' exporting old_amount = saladjdata-rangemax old_curre = saladjdata-currency new_curre = salarystruupdate-curre conversion_date = saladjdata-begda message_handler = message_handler importing new_amount = temp_rangemax is_ok = is_ok.

HR_ECM_CONVERT_FREQUENCY call function 'HR_ECM_CONVERT_FREQUENCY' exporting amount_in = temp_rangemin frequ_in = saladjdata-frequ frequ_out = salarystruupdate-frequ message_handler = message_handler importing amount_out = salarystruupdate-slmin_new is_ok = is_ok.

HR_ECM_CONVERT_FREQUENCY call function 'HR_ECM_CONVERT_FREQUENCY' exporting amount_in = temp_rangemid frequ_in = saladjdata-frequ frequ_out = salarystruupdate-frequ message_handler = message_handler importing amount_out = salarystruupdate-slref_new is_ok = is_ok.

HR_ECM_CONVERT_FREQUENCY call function 'HR_ECM_CONVERT_FREQUENCY' exporting amount_in = temp_rangemax frequ_in = saladjdata-frequ frequ_out = salarystruupdate-frequ message_handler = message_handler importing amount_out = salarystruupdate-slmax_new is_ok = is_ok.

HR_ECM_ADD_MESSAGE call function 'HR_ECM_ADD_MESSAGE' exporting message_handler = message_handler msgty = error_msg msgid = hrecm00jprtools msgno = '005' msgv1 = saladjdata-sltyp msgv2 = saladjdata-slreg msgv3 = saladjdata-slgrp msgv4 = saladjdata-sllvl.

HR_ECM_GET_TEXT_DOMAIN_VALUE call function 'HR_ECM_GET_TEXT_DOMAIN_VALUE' exporting domname = 'ECM_FREQH' domvalue = salarystruupdate-frequ message_handler = message_handler importing domvalue_text = salarystruupdate-frequ_text.



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