Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Graphs dont work in SAP GUI 7.10

Former Member
0 Kudos

Hi,

We were using a Bar Chart in one of our programs using the function module BARC_GRAPHIC_PBO. Upon an upgrade of the SAPGUI from 6.4 to 7.10 the graph is not displayed. The graph seems to be active because a double click in the area where the graph should be takes us to the appropriate function. None of the graphs are getting displayed. Has anyone faced similar problems? Any pointers?

Thanks and Regards,

Ramkumar V.

PS: Any help is appreciated. Will award points.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ram,

Use SAP ChartDesigner for your graphics application.

Hope this might Work

Cheers

If this is not allowed please delete it.

The Chart Designer ActiveX control was developed with Microsoft Visual C++ and

Microsoft Foundation Classes, so the redistributable files of MFC and Visual C++ are

needed to run the ActiveX control.

SAPGUI 6.20 depends on Microsoft Redistributable Files Version 6.

SAPGUI 6.40 depends on Microsoft Redistributable Files Version 7.

The redistributable files are included in the SAP Gui Installation.

Download Microsoft Visual Basic Redistributable Files

(http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8eddcdf2d29a79d5&

d isplaylang=en )

Edited by: sabyasachi kar on May 4, 2009 11:32 AM

4 REPLIES 4

Former Member
0 Kudos

Hi Ram,

Use SAP ChartDesigner for your graphics application.

Hope this might Work

Cheers

If this is not allowed please delete it.

The Chart Designer ActiveX control was developed with Microsoft Visual C++ and

Microsoft Foundation Classes, so the redistributable files of MFC and Visual C++ are

needed to run the ActiveX control.

SAPGUI 6.20 depends on Microsoft Redistributable Files Version 6.

SAPGUI 6.40 depends on Microsoft Redistributable Files Version 7.

The redistributable files are included in the SAP Gui Installation.

Download Microsoft Visual Basic Redistributable Files

(http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8eddcdf2d29a79d5&

d isplaylang=en )

Edited by: sabyasachi kar on May 4, 2009 11:32 AM

0 Kudos

Hi Sabyasachi,

From what I can understand the Chart Engine works with IGS (Internet Graphic Service) and that again is for graphics on a webpage.

My requirement is a report program, that draws a 2D graph of the workload and planning etc. Can I use the chart designer for this? Plus I dont think they will approve of it unless the old method is obsolete or something.

Have you had any experience with this chart designer?

Thanks for your help.

Ram.

Former Member
0 Kudos

you dont need to reinforce the fact that you'll be awarding points to the helpful replies.its rather obvious.

former_member189059
Active Contributor
0 Kudos

Hello,

This blog shows how to create charts with XML.. you can try this approach

/people/kai.gutenkunst/blog/2009/02/26/creating-charts-without-using-xml-classes

I have SAPGUI 7.10 and this method works