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

GFW Classes

Former Member
0 Likes
352

Hi to all!

I use the gfw classes to make a chart. I set the title with

call method bundle_drawing->if_customizing~set

EXPORTING

attr_id = cl_cu_drawing_area=>co_title

value = uschrift.

It work great! But sometimes the title is to long. How I can make a second line or a subtitle?

thank to everybody!

sincerly

arne

1 REPLY 1
Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
325

Hi Arne,

best way to avoid any length restrictions with the title is to stop working with the GFW. Instead use the chart engine.

Download the SAP Chart Designer from SDN - Downloads - WebAs and have a look at the demo reports GRAPHICS_CE.

The chart engine is available as class CL_GUI_CHART_ENGINE or CL_IGS_CHART_ENGINE.

Regards, Kai