SAP Reports / Programs | Cross-Application Components | General Application Functions | Talent Management(CA-GTF-TM) SAP CA

RHTM_T77TM_JF_LEVEL SAP ABAP Report - Assign Levels to Job Families Using Scale







RHTM_T77TM_JF_LEVEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to assign a scale to the job family...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RHTM_T77TM_JF_LEVEL 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 RHTM_T77TM_JF_LEVEL. "Basic submit
SUBMIT RHTM_T77TM_JF_LEVEL AND RETURN. "Return to original report after report execution complete
SUBMIT RHTM_T77TM_JF_LEVEL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_CONV = Transferral of Data
Selection Text: P_SCID = Scale
Title: Assign Levels to Job Families Using Scale
Text Symbol: 001 = All Existing Relationships to Job Families Are Delimited
Text Symbol: 002 = Continue
Text Symbol: 003 = Cancel
Text Symbol: 004 = All Existing Relationships to Job Families Are Delimited; New Relationships Are Created
Text Symbol: HDG = Select Scale with Levels for Job Families


INCLUDES used within this REPORT RHTM_T77TM_JF_LEVEL

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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING set_default_plvar = 'X' IMPORTING act_plvar = lv_planversion EXCEPTIONS no_active_plvar = 0 OTHERS = 0.

HRTM_JF_RETRIEVE_WD_UI CALL FUNCTION 'HRTM_JF_RETRIEVE_WD_UI' EXPORTING status = 3 * AUTHORITY_CHECK = '03' IMPORTING t_jf_overview = lt_jf_overview t_return = lt_message_return.

HRTM_CHECK_USED_JF_WD_UI CALL FUNCTION 'HRTM_CHECK_USED_JF_WD_UI' EXPORTING jf_objid = ls_jf_overview-objid * STATUS = IMPORTING jf_is_used = lv_jf_is_used t_message_return = lt_message_return.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-001 text_button_1 = 'Fortfahren'(002) text_button_2 = 'Abbrechen'(003) display_cancel_button = space IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-004 text_button_1 = 'Fortfahren'(002) text_button_2 = 'Abbrechen'(003) display_cancel_button = space IMPORTING answer = lv_answer.

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING povstepl = lv_stepl EXCEPTIONS stepl_not_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = lv_retfield dynpprog = lv_dynprog dynpnr = lv_dynnr dynprofield = 'WA_OUTTAB-PROFCY_ID_NEW' stepl = lv_stepl value_org = 'S' TABLES value_tab = lt_profcies_new "lt_value_tab dynpfld_mapping = lt_dynp_map EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HRTM_JF_P_READ_WD_UI CALL FUNCTION 'HRTM_JF_P_READ_WD_UI' EXPORTING jobfamily_id = ls_jf_overview-objid IMPORTING relat_tab = lt_p_relats t_return = lt_message_return.

HRTM_MODIFY_P_TO_JF_WD_UI CALL FUNCTION 'HRTM_MODIFY_P_TO_JF_WD_UI' EXPORTING t_jf_p_relation = lt_p_relats begda = sy-datum kind_of_insert = '' vtask = 'D' IMPORTING t_message_return = lt_message_return.

HRTM_MODIFY_P_TO_JF_WD_UI CALL FUNCTION 'HRTM_MODIFY_P_TO_JF_WD_UI' EXPORTING t_jf_p_relation = lt_p_relats begda = sy-datum kind_of_insert = 'X' vtask = 'D' IMPORTING t_message_return = lt_message_return.

HRTM_JF_S_READ_WD_UI CALL FUNCTION 'HRTM_JF_S_READ_WD_UI' EXPORTING jobfamily_id = ls_jf_overview-objid IMPORTING relat_tab = lt_s_relats t_return = lt_message_return.

HRTM_MODIFY_S_TO_JF_WD_UI CALL FUNCTION 'HRTM_MODIFY_S_TO_JF_WD_UI' EXPORTING t_jf_s_relation = lt_s_relats begda = sy-datum vtask = 'D' IMPORTING t_message_return = lt_message_return.

HRTM_MODIFY_P_TO_JF_WD_UI CALL FUNCTION 'HRTM_MODIFY_P_TO_JF_WD_UI' EXPORTING t_jf_p_relation = lt_s_relats kind_of_insert = 'X' vtask = 'D' IMPORTING t_message_return = lt_message_return.



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