cancel
Showing results for 
Search instead for 
Did you mean: 

Graphics in SAP Scripts

Former Member
0 Kudos

hi all,

Can I add the logo of the compnay in my form using sap scripts.If so, how should I do it.

Another query : How to find the main program for 'F110_ES_CHEQUE' form.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

To print a Logo, follow the steps below :

Built a Logo. This file can be a bit map or windows meta file.

Convert the Logo to a TIFF ( extension TIF ) file.

Use program RSTXLDMC to convert the TIF file to a standard text.

Print this standard text via SAPscript INCLUDE command.

e.g. /: INCLUDE ZHEX-IBMLOGO-PCL OBJECT TEXT ID ST

or

Goto se78->import graphics->give the path of logo

i think it will be useful for you.

Reward points if useful.

Thanks,

Usha

Former Member
0 Kudos

I am using the RSTXLDMC to upload the tiff file

But when i execute it I am gettting the following error:

"TIFF format error: No baseline TIFF 6.0 file"

Hence , when I add

Include ZHEX-MACRO-LOGO OBJECT TEXT ID ST.

There is no effect in the script program.

How to over come this.

Former Member
0 Kudos

hi

what is the file format of your logo.

if it is in bmp format u will get like this.

"TIFF format error: No baseline TIFF 6.0 file"

for this error u need to do one thing

save u r logo in TIFF format .

Former Member
0 Kudos

It is a tiff file only.While giving the upload file should I give the file name with extension

Former Member
0 Kudos

yes

Former Member
0 Kudos

Hi all,

Thanks for all,

In SAP 6.0 there is no need to convert to TIF, we can upload the graphics bmp image in se78 and import it in the sap scripts.

Answers (2)

Answers (2)

former_member585865
Contributor
0 Kudos

Hi Priya,

follow the steps,

go to se78 transaction.

click the graphics general graphics

then double click the bmap bitmap images.

then click import button.

give the file name, name,description.

amit_khare
Active Contributor
0 Kudos

Upload the logo in BMP or TIFF format in SE78.

Add a graphic window in your script.Add the uploaded logo there.

Regards,

Amit