Application Development and Automation 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: 
Read only

Dinamic Graph in smartforms

fabio_bellocchio
Participant
0 Likes
751

Hi,

I need to create a dinamic graph in smartforms. I can to import the bitmap via transaction se78 and to create a new graphic windowns in the smartforms and put it the bitmap, but how can I do it if the graphic is dinamic? Is there a function module that generates the image (.bmp) for the graph?

Thanks.

1 ACCEPTED SOLUTION
Read only

LeonardoAraujo
SAP Mentor
SAP Mentor
0 Likes
523

In Smartforms, when you specify the general attributes of your graphic you have the following options:

- Black and White

- Color BMP

- Determine Dynamically <--- Use this one

Leonardo De Araujo

3 REPLIES 3
Read only

LeonardoAraujo
SAP Mentor
SAP Mentor
0 Likes
524

In Smartforms, when you specify the general attributes of your graphic you have the following options:

- Black and White

- Color BMP

- Determine Dynamically <--- Use this one

Leonardo De Araujo

Read only

fabio_bellocchio
Participant
0 Likes
523

Hi,

The graph (bar chart) will be generated from smartform item data. Then, I need to generate the image (.bmp) for the graph based on the values. After, I need to load this image to the smartform.

Is this possible?

Thanks for your help.

Read only

fabio_bellocchio
Participant
0 Likes
523

As the requirement was showing it in the Portal, the solution has been made in Java WebDynpro, using JFreeChart to generate the graphs, and Interactive Forms for NWDS (NetWeaver Developer Studio) to generate the PDF.

Thanks.