cancel
Showing results for 
Search instead for 
Did you mean: 

Business Graphics and Data Tables

AB
Contributor
0 Kudos

Hi All,

I have a SAPGUI application which uses the SAP Chart to display a pretty simple column chart with a data table underneath.

With the SAPGUI Chart Options this is set as so: [Chart Options |http://www.assetcentric.com.au/images/chart-options.png]

The result is a chart looking like so:

[Chart Example|http://www.assetcentric.com.au/images/chart-example.png]

Does anybody know whether this is possible to achieve with the IGS from WebDynpro?

Regards

Andrew

Accepted Solutions (1)

Accepted Solutions (1)

AB
Contributor
0 Kudos

I guess I should have been more explicit:

The question is using the Webdynpro Business Graphic UI Element, is it possible to construct a column graph with a data table directly below the chart showing the values of the categories.

If so, how? I couldn't see any option in the Business Graphic UI that enabled the display of the data table - as it was called in the SAPGUI OCX version of the business graphic.

matthias_gemmel
Active Participant
0 Kudos

Hi Andrew,

the data table is only available when you create charts from a BW web application. All other UI technologies that provide charts rendered by the IGS do not provide such a data table feature.

Best regards

Matthias

Former Member
0 Kudos

Hi Andrew,

I think this is not possible in Web Dynpro for ABAP by using Business Graphics.Because here we are building the graph by using chart designer tool,this tool doesn't create a table along with graph.

You can solve your problem in this way..

If you use ALV table to display the data and along with the table you can display the graph like below.

http://picasaweb.google.com/nvsuman519/UntitledAlbum02?authkey=2qCZrGnOluE#5248732322315285954

If your requirement is same as above let me know for the solution.

Thanks

Suman

AB
Contributor
0 Kudos

Matthias,

Many thanks for your response.

If I interpret your response correctly, then the IGS itself is able to produce a graphic with the table below when it is asked to do so. Only the BW Web Application "client" presently "requests" this feature.

Is it possible to "request" the generation of the table using the customizing XML or is it a parameter that is not controllable via the customizing XML?

Sorry for the additional question...

Kind Regards

Andrew

matthias_gemmel
Active Participant
0 Kudos

Hi Andrew,

it is not requestable via the customizing XML but through an additional parameter. But this does not return the data table immediately, it returns information about the coordinates and the data table is built within the BW coding.

Sorry, there is no way to get this information.

Regards

Matthias

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you are using webdynpro for ABAP then we cna use the Business Graphics UI element where we have differenet chart optins( bar, pie, lines etc) to have the graphs.

BG in Webdynpro -

http://help.sap.com/saphelp_nw70/helpdata/EN/ed/258841a79f1609e10000000a155106/content.htm

For WD4Java we need the separate IGS server to render the graphs, but in WD4A we dont need it. we can design webdynpro applicaitons in SE80 and can run the applciations in browser direclty.

we can use the data from BAPI by making a service call to that BAPI, and bind the tables to this BG UI element to display.

Regards

Lekha