IECOV_OBJI_EVDISPATCH 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 IECOV_OBJI_EVDISPATCH 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: IS-U Customer Overview: Event Dispatching: Implementation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREEV_GET_SELECTED_NODE CALL FUNCTION 'TREEV_GET_SELECTED_NODE' EXPORTING HANDLE = TREE IMPORTING NODE_KEY = NODE_KEY EXCEPTIONS FAILED = 1 OTHERS = 2.
TREEV_GET_EP_NODE_DBL_CLK CALL FUNCTION 'TREEV_GET_EP_NODE_DBL_CLK' EXPORTING HANDLE = TREE IMPORTING NODE_KEY = NODE_KEY EXCEPTIONS FAILED = 1 OTHERS = 2.
HTMLCNTL_GET_EVENT_URL CALL FUNCTION 'HTMLCNTL_GET_EVENT_URL' EXPORTING H_CONTROL = H_HTML_CONTROL CHANGING URL = URL.
HTMLCNTL_GET_EVENT_ACTION CALL FUNCTION 'HTMLCNTL_GET_EVENT_ACTION' EXPORTING H_CONTROL = H_HTML_CONTROL CHANGING ACTION = ACTION.
HTMLCNTL_GET_EVENT_GETDATA CALL FUNCTION 'HTMLCNTL_GET_EVENT_GETDATA' EXPORTING H_CONTROL = H_HTML_CONTROL CHANGING GET_DATA = GETDATA.
ECV_INFOMODULE_ACTION CALL FUNCTION 'ECV_INFOMODULE_ACTION' EXPORTING X_FUNC = ARG4 X_OK = OK X_KEY = ROWKEY X_HANDLE = ARG2 X_COL = ARG3 EXCEPTIONS OTHERS = 1.
HTMLCNTL_DESTROY CALL FUNCTION 'HTMLCNTL_DESTROY' CHANGING H_CONTROL = H_HTML_CONTROL EXCEPTIONS OTHERS = 1.
CONTROL_EXIT call function 'CONTROL_EXIT'.
HTMLCNTL_STOP CALL FUNCTION 'HTMLCNTL_STOP' EXPORTING H_CONTROL = H_HTML_CONTROL EXCEPTIONS CNTL_SYSTEM_ERROR = 1 CNTL_ERROR = 2 CONTROL_NOT_INITIALIZED = 3 CALL_METHOD_ERROR = 4 OTHERS = 5.
ECV_GET_CURRENT_CUST CALL FUNCTION 'ECV_GET_CURRENT_CUST' IMPORTING Y_PARTNER = PART EXCEPTIONS OTHERS = 1.
ECV_INIT_AND_SHOW_CUST_DATA CALL FUNCTION 'ECV_INIT_AND_SHOW_CUST_DATA' EXPORTING X_PARTNER = PART X_DATE = SY-DATUM * X_CONF = 'TEST' EXCEPTIONS OTHERS = 1.
HTMLCNTL_GO_BACK CALL FUNCTION 'HTMLCNTL_GO_BACK' EXPORTING H_CONTROL = H_HTML_CONTROL.
HTMLCNTL_GO_FORWARD CALL FUNCTION 'HTMLCNTL_GO_FORWARD' EXPORTING H_CONTROL = H_HTML_CONTROL.
HTMLCNTL_DO_REFRESH * CALL FUNCTION 'HTMLCNTL_DO_REFRESH' * EXPORTING * H_CONTROL = H_HTML_CONTROL.
HTMLCNTL_GET_EVENT_ACTION CALL FUNCTION 'HTMLCNTL_GET_EVENT_ACTION' EXPORTING H_CONTROL = H_HTML_CONTROL CHANGING ACTION = ACTION.
ECV_INFOMODULE_ACTION CALL FUNCTION 'ECV_INFOMODULE_ACTION' EXPORTING X_FUNC = ARG4 X_OK = OK X_KEY = ROWKEY X_HANDLE = ARG2 X_COL = ARG3 EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IECOV_OBJI_EVDISPATCH - IS-U Customer Overview: Event Dispatching: Implementation IECOV_OBJI_ACCOUNT - IS-U Customer Overview: Class Partner: Implementation IECOV_OBJD_SERVICE - IS-U Customer Overview: Class Service: Definition IECOV_OBJD_SERVFACTORY - IS-U Customer Overview: Factory for Services, Premises: Definition IECOV_OBJD_PRESENTATION - IS-U Customer Overview: Presentation: Definition IECOV_OBJD_PREMISE - IS-U Customer Overview: Class Account: Definition