Show TOC

Instance for the SAP PictureLocate this document in the navigation structure

Definition

This instance is defined with reference to class cl_gui_picture:

            DATA PICTURE TYPE REF TO CL_GUI_PICTURE.
         
Use

An SAP Picture instance manages all information referring to an image on your screen. You can call the methods of this instance to define and change the properties of the image.

Integration

Class cl_gui_picture contains both class-specific methods and methods of the Control Framework.