SIMAGECONTROLCLASSIMPL 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 SIMAGECONTROLCLASSIMPL 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONTROL_SET_WINDOW_PROPERTY call function 'CONTROL_SET_WINDOW_PROPERTY' EXPORTING H_CONTROL = M_H_CONTROL propid = propid VALUE = VALUE EXCEPTIONS OTHERS = 0.
CONTROL_GET_WINDOW_PROPERTY call function 'CONTROL_GET_WINDOW_PROPERTY' EXPORTING H_CONTROL = M_H_CONTROL propid = propid IMPORTING RETURN = VALUE EXCEPTIONS OTHERS = 0.
GUI_HAS_OBJECTS CALL FUNCTION 'GUI_HAS_OBJECTS' EXPORTING OBJECT_MODEL = SFES_OBJ_ACTIVEX IMPORTING RETURN = RETURN EXCEPTIONS OTHERS = 0.
GUI_HAS_OBJECTS CALL FUNCTION 'GUI_HAS_OBJECTS' EXPORTING OBJECT_MODEL = SFES_OBJ_JAVABEANS IMPORTING RETURN = RETURN EXCEPTIONS OTHERS = 0.
call function * See 'call function 'CONTROL_CREATE'' below.
CONTROL_INIT CALL FUNCTION 'CONTROL_INIT' EXCEPTIONS OTHERS = 0.
CONTROL_CREATE call function 'CONTROL_CREATE' exporting owner_repid = repid CLSID = M_PROG_ID SHELLSTYLE = STYLE_LOCAL PARENTID = DYNPRO_DEFAULT version_check = 'X' try = 'X' CHANGING H_CONTROL = M_H_CONTROL EXCEPTIONS OTHERS = 0.
CONTROL_LINK call function 'CONTROL_LINK' EXPORTING H_CONTROL = M_H_CONTROL repid = repid dynnr = dynnr CONTAINER = CONTAINER.
CONTROL_DESTROY call function 'CONTROL_DESTROY' CHANGING H_CONTROL = M_H_CONTROL EXCEPTIONS OTHERS = 0.
CONTROL_CALL_METHOD CALL FUNCTION 'CONTROL_CALL_METHOD' EXPORTING H_CONTROL = M_H_CONTROL METHOD = 'loadImageFromURL' P_COUNT = 1 P1 = URL IMPORTING RETURN = BOOL_RESULT_VALUE_0_OR_1 EXCEPTIONS OTHERS = 0.
CONTROL_CALL_METHOD CALL FUNCTION 'CONTROL_CALL_METHOD' EXPORTING H_CONTROL = M_H_CONTROL METHOD = 'clearImage' P_COUNT = 0 EXCEPTIONS OTHERS = 0.
CONTROL_REGISTER_EVT_CB call function 'CONTROL_REGISTER_EVT_CB' exporting event = evt_id callback_form = 'ON_CONTROL_EVENT' CHANGING H_CONTROL = M_H_CONTROL EXCEPTIONS OTHERS = 0.
CONTROL_REGISTER_EVENT call function 'CONTROL_REGISTER_EVENT' EXPORTING H_CONTROL = M_H_CONTROL EVENT = EVT_ID EXCEPTIONS OTHERS = 0.
CONTROL_SET_PROPERTY call function 'CONTROL_SET_PROPERTY' EXPORTING H_CONTROL = M_H_CONTROL PROPERTY = 'displayMode' VALUE = DISPLAY_MODE EXCEPTIONS OTHERS = 0.
CONTROL_GET_PROPERTY call function 'CONTROL_GET_PROPERTY' EXPORTING H_CONTROL = M_H_CONTROL PROPERTY = 'displayMode' CHANGING RETURN = DISPLAY_MODE EXCEPTIONS OTHERS = 0.
CONTROL_GET_EVENT_PARAM call function 'CONTROL_GET_EVENT_PARAM' EXPORTING H_CONTROL = M_H_CONTROL param_id = 0 CHANGING RETURN = MOUSE_POS_X EXCEPTIONS OTHERS = 0.
CONTROL_GET_EVENT_PARAM call function 'CONTROL_GET_EVENT_PARAM' EXPORTING H_CONTROL = M_H_CONTROL param_id = 1 CHANGING RETURN = MOUSE_POS_Y EXCEPTIONS OTHERS = 0.
CONTROL_GET_EVENT_PARAM call function 'CONTROL_GET_EVENT_PARAM' EXPORTING H_CONTROL = M_H_CONTROL param_id = 0 CHANGING RETURN = MOUSE_POS_X EXCEPTIONS OTHERS = 0.
call function 'CONTROL_GET_EVENT_PARAM' EXPORTING H_CONTROL = M_H_CONTROL param_id = 1 CHANGING RETURN = MOUSE_POS_Y EXCEPTIONS OTHERS = 0.
CONTROL_GET_EVENT_PARAM call function 'CONTROL_GET_EVENT_PARAM' EXPORTING H_CONTROL = M_H_CONTROL param_id = 0 CHANGING RETURN = MOUSE_POS_X EXCEPTIONS OTHERS = 0.
CONTROL_GET_EVENT_PARAM call function 'CONTROL_GET_EVENT_PARAM' EXPORTING H_CONTROL = M_H_CONTROL param_id = 1 CHANGING RETURN = MOUSE_POS_Y EXCEPTIONS OTHERS = 0.
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 SIMAGECONTROLCLASSIMPL or its description.
SIMAGECONTROLCLASSIMPL - documentation and ABAP source code SIMAGECONTROLCLASSDEF - documentation and ABAP source code SILM_VIEW_DEF_BACKEND_HOWTO - Program SILM_VIEW_DEF_BACKEND_HOWTO SILM_VIEW_DEF_BACKEND_HOWTO - Program SILM_VIEW_DEF_BACKEND_HOWTO SIC_VC_INDEX_FORMS01 - Include SIC_VC_INDEX_FORMS01 SIC_VC_INDEX_EVENTS - Program SIC_INDEX_EVENTS