cancel
Showing results for 
Search instead for 
Did you mean: 

How to use a sapscript for multiple languages ? (english,

Former Member
0 Kudos

hi ,

i am new to sap-ABAP can any one clarify my doubt .

and i have few more doubts, transaction code for logo uploading ?

standard program used for uploading the logo to script? .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

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 <b>RSTXLDMC</b> 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.

<b>

Reward points for useful Answers</b>

Regards

Anji