Application Development and Automation 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: 
Read only

sample code CL_GFW

Former Member
0 Likes
380

Hi all,

I just want to display bar chart(graph) with 200 bars....is it possible to use

CL_GFW for this, I couldn't use FM for this as it's limited to some extend.

Any one have sample codes using CL_GFW class.

Regards

Jose

1 REPLY 1
Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
318

Hi,

have a look at report GFW_PROG_BAR. Providing more data should be easy.

However, you could also use the chart engine (CL_GUI_CHART_ENGINE) instead.

Regards, Kai