Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

container

Former Member
2 REPLIES 2

Former Member
0 Kudos

Hi,

I have a question if it is possible to display graph and a table on one screen. I would like to have two containers on one screen in one container a graph and in second one a table.

0 Kudos

Hi,

You can display the graphics.

check the code.

Settings for displaying the ALV list as a diagram (for example, axis labels). The row type of the table has two fields (variables/value pairs):

PROP_ID: Assign a constant attribute of the class CL_ALV_GRAPHICS_CU with prefix CO_PROPID_ to this field to determine the changes to be made to the graphic. Use the CL_ALV_GRAPHICS_CU=>CO_PROPID_TITLE attribute, for example, to refer to the title of the diagram.

PROP_VAL: The value of the relevant topic, for example, 'My Title'.

So look (SE24) at attributes of the class CL_ALV_GRAPHICS_CU.

Regards,

Raj.