cancel
Showing results for 
Search instead for 
Did you mean: 

Business Graphics in WebDynpro - bundle chart and data sheet

frank_mueller2
Explorer
0 Kudos

Hi experts,

I have a simple chart with stacked columns in a WD4A application.

At the bottom of the chart I'd like to display the values of each column.

I know that it works in ABAP reports (CL_CU_DATA_SHEET).

Does anybody know how to do the same in a WebDynpro?

Thanks in advance!

Frank

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Frank,

I think ALV will solve your problem. Because the ALV can display the columns information in 3 formats.

<b>ie</b>

Table(By default)

Table and Graphics

Graphics

By using this you can show your information in the Graphics format also.

Warm Regards,

Vijay.

frank_mueller2
Explorer
0 Kudos

> Hi Frank,

>

> I think ALV will solve your problem. Because the

> ALV can display the columns information in 3

> formats.

> b]ie</b>

> Table(By default)

> Table and Graphics

> Graphics

> By using this you can show your information in the

> Graphics format also.

>

> Warm Regards,

> Vijay.

Hi Vijay,

Thank you for your answer!

The combination of ALV and Chart is not exactly what I'd like to use.

The following link shows an example of what I'd like to do (the 1st graphic on the right side).

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/70/8fa0375b5dd003e10000009b38f8cf/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/de/70/8fa0375b5dd003e10000009b38f8cf/frameset.htm</a>

Unfortunately the class cl_cu_data_sheet works only with the SAP GUI.

Best regards

Frank

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Frank ,

Yes It is possible in webDynpro ABAP now how ?

Please see Demo Component<b> WDR_TEST_EVENTS</b>.In this see view starting with BG*(Business Graphics ) .Run them see which will fit best to your problem and follow it .

Another thing you can see Business Chart assocaited with ALV coloumn values . Please refer to Package <b>SALV_WD_DEMO</b>and component <b>salv_wd_demo_table_toolbr</b>.In Dropdown in ALV you will find option like <b>Table and Graphics</b>. See it .It show chart but below ALV .I m not sure do u need something like this only ?

Hope this will help you .

Cheers

Parry

<b></b>

frank_mueller2
Explorer
0 Kudos

> Hi Frank ,

> Yes It is possible in webDynpro ABAP now how

> ?

> Please see Demo Component<b>

> WDR_TEST_EVENTS</b>.In this see view starting with

> BG*(Business Graphics ) .Run them see which will fit

> best to your problem and follow it .

> Another thing you can see Business Chart

> assocaited with ALV coloumn values . Please refer to

> Package <b>SALV_WD_DEMO</b>and component

> <b>salv_wd_demo_table_toolbr</b>.In Dropdown in ALV

> you will find option like <b>Table and Graphics</b>.

> See it .It show chart but below ALV .I m not sure do

> u need something like this only ?

>

> Hope this will help you .

>

> Cheers

> Parry

> <b></b>

Hi Parry,

thank you very much for your answer!

I cheked all examples in WDR_TEST_EVENTS but couldn't find any that fits.

The class <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/70/8fa0375b5dd003e10000009b38f8cf/frameset.htm">cl_cu_data_sheet</a> does exactly what I need, but only with SAP GUI.

I still hope that it will be possible to do the same in a WebDynpro.

Best regards

Frank

kai_gutenkunst
Active Contributor
0 Kudos

Hi,

you want to have a data table with exactly the same column widths than the categories of the chart, right? No, that's not possible.

SAPGUI uses a different chart component than the IGS.

Regards, Kai

frank_mueller2
Explorer
0 Kudos

> Hi,

> you want to have a data table with exactly the same

> column widths than the categories of the chart,

> right? No, that's not possible.

> SAPGUI uses a different chart component than the

> IGS.

> Regards, Kai

Hello Kai,

thats exactly what I'd like to do.

I just wondering why SAP doesn't provide the same functionality for WebDynpro.

Thank you for your reply!

Best regards

Frank