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: 

Smartform-graphics

Former Member
0 Kudos

Hi All,

I upload the TIFF format image thru the SAP standard program "RSTXLDMC" and now i need to display this image into my smartform. How can I use this image in smartform?

Can I see this image which I upload thru standard program?

My Main Question I am repeating again that how to use this image in smartform?

Thanks & Regards,

Jaten Sangal

9 REPLIES 9

Former Member
0 Kudos

Hey ,

it simple create a graphics by clicking on graphics option and specify your object name. You should have first uploaded that graphics in SAP.

Hope it clears your doubt.

Regards,

Uma Dave

0 Kudos

Hi UmaDave,

I am trying that when I run FM of smartform it giving me error

Exception FORMATTING_ERROR

Message ID: SSFCOMPOSER Message number: 159

Message:

Graphic cannot be displayed.

Can you please help in that?

Thanks,

Jaten

Edited by: Jaten.sangal on Jun 14, 2010 11:17 AM

0 Kudos

1. Go to transaction SE78

2. Select the desired graphic in the tree (for example, BMAP)

3. Choose GRAPHIC --> IMPORT

4. Enter the name of the graph and the description

5. Select the type of the image (black/white or color)

Now the logo is uploaded onto the application server. To print this logo using the SMARTFORM, create a graphic node in the window and enter the name of the image you had just uploaded. Your logo should now print.

Do all process step by step..

Thanks

Girish Goyal

0 Kudos

Hi,

Upload image through T-code Se78.

then in Smart form created Image node->

Name :&GV_Image1& (Name you uploaded in sE78)

Object :GRAPHICS

ID: BMAP

choose radio button based on color or b/w image.

Ashutosh

0 Kudos

Hi Girish,

I know how to show th pic but I am not able to show the pic in TIFF format. Whatever you suggest that is in case you have the pic in BITMAP format.

Please tell me how to show the pic in case of TIFF format.

Thanks,

Jaten Sangal

0 Kudos

Hi ,

If you are following the same steps :

se78 : to import the tiff file

then in smartforms using create-graphics

then you are going good . This should not lead you to the error . I think error reason would be something else.Might be something related tro size , is your image very big ?\

Please see have you successfully uploaded your image in SAP?

I am looking for it meanwhile you can try uploading another short image.

also refer this

Regards,

Uma Dave

Edited by: UmaDave on Jun 14, 2010 11:34 AM

Edited by: UmaDave on Jun 14, 2010 11:34 AM

faisal_altaf2
Active Contributor
0 Kudos

Hi, Sangal

You will have to upload Graphics using T-Code SE78 to use in Smartforms

Thanks and Regards,

Faisal

0 Kudos

Hi Faisal,

Yes you are right but I am not able to upload the TIFF format photo thru SE78. Its giving me a error " TIFF format does not supoort"

Is there any other way to display TIFF photo in smartform without convert it to BMP?

Thanks,

Jaten Sangal

satyajit_mohapatra
Active Contributor
0 Kudos

To upload the TIFF file in SE78/RSTXLDMC, the TIFF file format should be 6.0. Older versions are not supported.

Anyways, as per my understanding you need to upload the image to SE78 once only and use it in a smartform.

You can convert the TIFF to BMP then upload it in SE78. Just open the TIFF file in MS paint and save it as a BMP file. Upload this BMP file in SE78 instead of directly uploading the TIFF file.