EVENT_HANDLER_IMPLEMENTATION 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 EVENT_HANDLER_IMPLEMENTATION into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include EVENT_HANDLER_IMPLEMENTATION
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_SD_EVENT_FEATURE_TEXT_GET call function 'ISM_SD_EVENT_FEATURE_TEXT_GET' exporting im_spras = sy-langu im_feature_id = lv_feature importing ex_text_feature_kurz = lv_feature_text.
ISM_SD_EVENT_FEATURE_TEXT_GET call function 'ISM_SD_EVENT_FEATURE_TEXT_GET' exporting im_spras = sy-langu im_feature_id = lv_feature im_charact_id = lv_charact importing ex_text_charact_kurz = lv_charact_text.
ISM_SD_SINGLE_EVENT_GET call function 'ISM_SD_SINGLE_EVENT_GET' exporting im_eventid = ls_event_locator-jeventid importing ex_event = ls_event exceptions event_not_found = 1 others = 2.
ISM_SD_SINGLE_EVENT_GET call function 'ISM_SD_SINGLE_EVENT_GET' exporting im_eventid = pv_eventid importing ex_event = ls_event exceptions event_not_found = 1 others = 2.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-030 diagnose_object = 'ISMSD_RJKSDQEVENTMNG_DELETE3' text_question = text-024 text_button_1 = text-019 icon_button_1 = 'ICON_OKAY' text_button_2 = text-020 default_button = '2' importing answer = pv_answer exceptions text_not_found = 1 others = 2.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
ENQUEUE_EJKSDQPLANEVENT call function 'ENQUEUE_EJKSDQPLANEVENT' exporting mode_jksdplanqevent = 'E' mandt = sy-mandt jeventid = pv_eventid exceptions foreign_lock = 1 system_failure = 2 others = 3.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
ENQUEUE_EJKSDQPLANEVENTE call function 'ENQUEUE_EJKSDQPLANEVENTE' exporting mode_jksdplanqeventex = 'E' mandt = sy-mandt jeventid = pv_eventid exceptions foreign_lock = 1 system_failure = 2 others = 3.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
ISM_SD_SINGLE_EVENT_GET call function 'ISM_SD_SINGLE_EVENT_GET' exporting im_eventid = pv_eventid importing ex_event = ls_event exceptions event_not_found = 1 others = 2.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
ISM_SD_EVENT_EXECUTION_GET call function 'ISM_SD_EVENT_EXECUTION_GET' exporting im_jeventid = pv_eventid importing ex_event_execution_tab = lt_event_exec exceptions execution_not_found = 1 others = 2.
ISM_SD_EVENT_FEATURE_GET call function 'ISM_SD_EVENT_FEATURE_GET' exporting in_eventid = pv_eventid importing ex_eventfeature_tab = lt_event_feat.
ISM_SD_EVENT_TEXT_GET call function 'ISM_SD_EVENT_TEXT_GET' exporting im_event_id = pv_eventid importing ex_eventtext_tab = lt_event_text exceptions text_not_found = 1 others = 2.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = gt_return.
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 EVENT_HANDLER_IMPLEMENTATION or its description.