Entering content frameFunction documentationset_graphics_container Locate the document in its SAP Library structure

Use

The toolbar of the ALV Grid Control includes a function for displaying graphics that can be used to display the table data in a diagram using the Graphical Framework (GFW). In the default setting, this graphic is integrated into a dialog box container control. If you want to use a different container control, pass the associated reference variable using this method. The ALV Grid Control then displays the graphic in this container.

Integration

The Structure link SAP Container documentation describes all container types available.

Features

CALL METHOD <ref. var. to CL_GUI_ALV_GRID > ->set_graphics_container

 EXPORTING
  I_GRAPHICS_CONTAINER  =  
<reference variable to CL_GUI_CONTAINER > .

Parameter

Meaning

I_GRAPHICS_CONTAINER

Reference variable to a container control in which the diagram with the output table data is to be displayed.

 

For an overview, see Methods of Class CL_GUI_ALV_GRID

 

 

 

 

Leaving content frame