cancel
Showing results for 
Search instead for 
Did you mean: 

why should we will only go for tiff files for logos in sap scripts

Former Member
0 Kudos

hi exxperts,

can any one of answer m e pls.

why should we will only go for tiff files for logos in sap scripts

what is the benifit by using these rather than other files.

but any way we are using bit map files... pls clarify the difff b/w these two alos.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

y can't we use jpeg or any other files for logos in scripts....

Former Member
0 Kudos

Hi

Scripts are made like that, they accept only .tiff files as logos so we can'y use jpeg files , so we have to convert the bmp files into tiff and to use as logos

SAP SCRIPT

To create a logo in SAP printouts just do the following

1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.

2. Run program RSTXLDMC and enter the following parameters

Enter file name C:\COMPLOGO.TIF

UOM CM

Line width for text 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Number of Tiff gray levels (2,4,9) 2

3. Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally in the text element, mention

/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.

Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!

You will not be able to see the logo in a test print. The same will be printed in actual printout.

SMARTFORM

1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)

2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description

3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures

4) Select any picture and set its Resolution in DPI

5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo

6) Set any other parameters if required, save and activate.

7) If there is only 1 Window in the forms, set it as Main Window in general attributes.

😎 Use TCode SE78 to upload new pictures and logos.

Reward points for useful Answers

Regards

Anji

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi!

Not only tiff files can be used, you can use bmp (windows bitmap) as well. Just upload it with SE78 and use it in your sapscripts.

Regards

Tamá

amit_khare
Active Contributor
0 Kudos

Not only tiff we can also go for BMP formats too.

But tiff provides more clarity then BMP images and easy to handle as most of the application supports it.

Regards,

Amit

Reward all helpful replies.