on 2008 Sep 22 6:08 AM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.