cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic height for Business Graphics

Former Member
0 Kudos

Hi all,

we want create a dynamic height for the business graphics. For example we need to set it in a Gantt Chart because there are different numbers of categories from user to user.

Does someone have expirience in these or exists a good guidline for dynamic programming with Web Dynpro ABAP?

Thanks,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you are talking about Business grapghics(Gantt Chart) height or categories in Gantt chart height.

Please clarify me.

Thanks

Suman

Former Member
0 Kudos

Hi Suman,

i talking about the business graphics height. The Gantt i only an example. It can be also a bars business graphics. i need only a dynamic height for the business graphic.

Thanks,

Markus

Former Member
0 Kudos

Yes it is possible

check this code

method WDDOMODIFYVIEW .

data:lr_graph type ref to CL_WD_BUSINESS_GRAPHICS.

lr_graph ?= view->get_element( 'GRAPH1' ).

lr_graph->set_height( value = '400' ).

endmethod.

thanks

Suman

Former Member
0 Kudos

Hi Suman,

that was it.

Thanks,

Markus

Answers (0)