SAP Reports / Programs | Personnel Time Management | Shift Planning(PT-SP) SAP PT

GRID_EVENT_RECEIVER SAP ABAP INCLUDE - GRIDEVENTRECEIVER







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

FORM INCLUDE_NEXT_DAY USING IM_PERSON_RECORD


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:

RHP6_SHOW_PROFILE_RECURSIVE CALL FUNCTION 'RHP6_SHOW_PROFILE_RECURSIVE' EXPORTING profile_view = 'WP' plvar = pfedy-plvar otype = 'SR' objid = call_objid begda = pfedy-begda endda = pfedy-endda maintain = ' ' commit_flg = ' ' EXCEPTIONS cancelled = 1 no_authority = 2 not_found = 3 OTHERS = 4. "#EC *

RH_CREATE_REQ_ASSIGNMENT CALL FUNCTION 'RH_CREATE_REQ_ASSIGNMENT' EXPORTING person_id = sel_person begin_date = sel_begda end_date = sel_endda no_dialog = 'D' "note 712009 include_next_day = include_next_day "xqi 1574313 * IMPORTING * PLANNED_BEGIN = * PLANNED_END = * PLANNED_REQ_ID = * PERSON_GET_REQ_TIME = * NEW_SHIFT = * NEW_BEGIN_TIME = * NEW_END_TIME = TABLES org_assignment = pernr_orgeh_tab assignments = req_assign person_timetab = person_record * CHANGED_DATES = user_cust_tab = param_tab request_tab = mark_requests employee_tab = mark_employees EXCEPTIONS no_requirement_found = 1 OTHERS = 2.

RH_SUGGESTION_MATCHUP CALL FUNCTION 'RH_SUGGESTION_MATCHUP' EXPORTING begin_date = sel_date end_date = sel_date sel_pernr = sel_pernr no_message_output = 'X' auto_assign_flag = 'X' TABLES assignments = req_assign ptimeinfo = person_record * p_param_tab = param_tab "MF L9CK047162 p_param_tab = local_param_tab "MF L9CK047162 request_tab = local_request_tab. "L9CK011672 VEX



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