‎2006 Aug 24 9:50 PM
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.
‎2006 Aug 24 10:07 PM
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
‎2006 Aug 24 10:07 PM
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
‎2006 Aug 28 9:27 PM
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.
‎2007 Jun 11 8:05 PM
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.