cancel
Showing results for 
Search instead for 
Did you mean: 

Draw a graph from the values of a Bapi.

Former Member
0 Kudos

Hi,

I need to draw a graph using the values returned from a Bapi.

Can anyone please tell me how to go about it?

Any links or tutorials?

Regards,

Padmalatha.K

Points will be rewarded.

Accepted Solutions (0)

Answers (2)

Answers (2)

arun_srinivasan
Contributor
0 Kudos

HI

1) First Exceute the BAPI with proper import in the request node and you will get the output in the Response node

2) Map the Response node to the seriesSource of the BG

3)map the value attribute of response node to the series point source

Rfc execution steps see this thread

Thanks and regards,

Arun

Former Member
0 Kudos

Hi,

There are preset of graph types provided in Web Dynpro - Bar Graph, Pie Graph, Line Graph etc...

Please check following link

/people/sap.user72/blog/2006/05/01/advanced-business-graphics--time-scatter

/people/shyam.gopal/blog/2006/09/18/generating-gantt-chart-using-web-dynpro-business-graphics

Regards,

Ganga