Skip to Content
0
Oct 25, 2012 at 11:35 AM

Line Graphs in SAP ABAP

811 Views

I need to create Line Graph in SAP.

I am able to create bar graphs using interface IF_IXML_DOCUMENT.

By using this we can create line graphs as it is mentioned in chart types of SAP.

but when i enter

create_simple_element(

name = 'Lines' parent = global_settings)..nothing happens!! The chart displayed is a bar chart and not a line graph!!

Kindly help!!!