SAP Reports / Programs | Front Office | SAP Utilities | Front Office(IS-U-CS-FO) SAP IS

IECOV_OBJI_EVDISPATCH SAP ABAP INCLUDE - IS-U Customer Overview: Event Dispatching: Implementation







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


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 IECOV_OBJI_EVDISPATCH. "Basic submit
SUBMIT IECOV_OBJI_EVDISPATCH AND RETURN. "Return to original report after report execution complete
SUBMIT IECOV_OBJI_EVDISPATCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-U Customer Overview: Event Dispatching: Implementation


INCLUDES used within this REPORT IECOV_OBJI_EVDISPATCH

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:

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.



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