SAP Reports / Programs | Basis Components | Frontend Services - Use subcomponents (see SAP Note 1322184) | SAP GUI for Windows Controls(BC-FES-CTL) SAP BC

SIMAGECONTROLCLASSIMPL SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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:

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.

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.

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.



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