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

Chart(dynamic graphs) as image in Smartforms

Former Member
0 Likes
832

I am using a fm: GFW_PRES_SHOW that returns a binary table(RAW 255) which is a GIF image.

I want to display this image in Smartforms.

but as per my knowledge, the image should reside in SE78 and should be '.bmp' or '.tif'

I tried for the following solution:

1. Get the binary data from FM: GFW_PRES_SHOW

2. Put the data in the same repoository as SE78 Tcode does

(i replicated the same code as in SE78)

3. use the image in SMARTFORMS

but the program fails at step2 saying that it only needs a

'.bmp' or '.tif' file.

Can anyone please give me the solution either for

1. converting the '.gif' image to '.bmp' or '.tif'

or

2. a fm which can give the chart in '.bmp' or '.tif' format

that i will put in SE78 repository and use it

or

3. something at smartform level to show a binary image(GIF)

in a window.

4 REPLIES 4
Read only

Lakshmant1
Active Contributor
0 Likes
601

Hi Nirmit,

Try this,

Open the GIF file and save it as TIF or BMP and then try using SE78.

Hope this helps.

Thanks

Lakshman

Read only

0 Likes
601

thanx for the reply,

but this is a part of a process flow, without human intervention.

Read only

Former Member
0 Likes
601

Hi Nirmit,

I have same requirement as u had. Could you please tell me how you achieved barchart in smartform?

Thanks,

Gowri.

Read only

Former Member
0 Likes
601

Hello,

I have the same requirement ,

Can you please help me by sharing your solution.

Thanks !