Skip to Content
0
Former Member
Feb 16, 2009 at 09:52 AM

How to use Class "CL_GUI_CHART_ENGINE" in a abap program ?

760 Views

Hi Guys,

I want to display data in my internal table in the form of a Graph using class "cl_gui_chart_engine".

I had a look at sample program given by SAP - GRAPHICS_GUI_CE_DEMO but need some help to understand how can we use our own data to be displayed in the graph ? Basically what I am looking for is that where we need to do the changes in creation of XML file so that we can pass our own data ?

( perform create_data_demo using l_ixml_data_doc)

Could you please help me with some sample code or pseudocode ?

Thanks

Ashwa