cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a business graphics from a SAPGUI program?

Former Member
0 Kudos

Dear experts,

I'm new to WebDynpro for ABAP. I was able to create a working WebDynpro application that shows a simple bar-chart. Nice. What I would like to realize is a bar chart as a pop-up when I click a button on an ALV table element. This ALV table is in the SAPGUI and not WebDynpro (and it shouldn't be). I searched a lot but only found people that talk of 100% WebDynpro applications. So I wonder if a hybrid is possible like embedding the graphics in a control container on a SAPGUI screen or such. I need to somehow submit the required data for the chart from the calling program.

Is this feasible or do I need to go for the GFW that SAP has marked as obsolete?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

You can create a transaction for WDA application and call that transaction on click of button ( but you cannot show it as popup) : You can check this for reference:

You can use CL_GFW classes to display graphs or cl_gui_chart_engine.. ref: Creating charts in Simple ABAP Programs - Code Gallery - SCN Wiki

Hope this helps u,

Regards,

Kiran

Answers (0)