SAP Reports / Programs

RH_EXECUTE_EARMARKS SAP ABAP Report - Report for execution of personnel actions for designated persons







RH_EXECUTE_EARMARKS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Carrying out personnel actions for designated persons...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 RH_EXECUTE_EARMARKS 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 RH_EXECUTE_EARMARKS. "Basic submit
SUBMIT RH_EXECUTE_EARMARKS AND RETURN. "Return to original report after report execution complete
SUBMIT RH_EXECUTE_EARMARKS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Contents of table T77INT
Selection Text: SELMOD = Select All Prebookings
Selection Text: PLANVAR = Plan version
Selection Text: PERSNR = Personnel number
Selection Text: ORGDATUM = Personnel action valid from
Selection Text: AENDEDAT = Prebooking entered on
Title: Report for execution of personnel actions for designated persons
Text Symbol: USR = Person entered (name/user)
Text Symbol: TIT = Decision for next personnel number
Text Symbol: SEL = Selection:
Text Symbol: QUE = Do you want to continue with the next person?
Text Symbol: PLV = Plan version
Text Symbol: PER = Persons with designated personnel actions
Text Symbol: NUM = Personnel numbers
Text Symbol: NOT = not
Text Symbol: NEQ = Not equal to
Text Symbol: MOV = (execute personnel action for designated persons)
Text Symbol: LTH = Less than
Text Symbol: GTH = greater than
Text Symbol: GEQ = greater/equal
Text Symbol: ERR = List not processed due to error in list processing
Text Symbol: DAT = Pers. action valid from
Text Symbol: CON = You have chosen more than one person to transfer.
Text Symbol: BIS = To
Text Symbol: AND = and
Text Symbol: ALL = All Prebookings
Text Symbol: AED = Enter Prebooking
001 PersNo. Org.chng PlVer. Change


INCLUDES used within this REPORT RH_EXECUTE_EARMARKS

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_READ_ALL_FOR_INTEGRATION call function 'RH_READ_ALL_FOR_INTEGRATION' exporting act_mandt = sy-mandt client_spec_off = 'X' READ_NO_LOCKED_ALSO = selmod
tables act_int = sel_tab exceptions others = 0.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = prg_name i_callback_pf_status_set = stat_prg_main i_callback_user_command = user_command_main it_fieldcat = list_field_catalog[] is_layout = list_layout it_events = list_events tables t_outtab = show_tab exceptions program_error = 1 others = 2.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = p_list_events exceptions list_type_wrong.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = list_comments.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-con textline2 = text-que titel = text-tit cancel_display = space importing answer = user_answer.

RH_ACTIVATE_FROM_POOL call function 'RH_ACTIVATE_FROM_POOL' tables activ_earmark = sel_tab exceptions old_relation_not_cutted = 1 relations_s_p_not_inserted = 2 pernrlock_not_be_set = 3 relat_not_switched_to_activ = 4 update_not_done = 5 others = 6.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-con textline2 = text-que titel = text-tit cancel_display = space importing answer = user_answer.

RH_READ_DATA_FOR_INTEGRATION call function 'RH_READ_DATA_FOR_INTEGRATION' exporting act_pernr = show_tab-pernr act_plvar = show_tab-plvar importing act_int = test_t77int exceptions no_data_found = 1 no_active_plvar = 2 others = 3.

RH_READ_INFTY call function 'RH_READ_INFTY' exporting infty = '0001' tables innnn = 0001_tab objects = pernr_object exceptions others = 1.

RH_READ_INFTY call function 'RH_READ_INFTY' exporting infty = '0001' tables innnn = i0001 objects = objec exceptions all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 others = 5.



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