‎2007 Jun 14 12:02 PM
hi friends..
in sap script, using RSTXLDMC we can upload the logo into the form.
my question : is logo must be in tiff format ?
suppose if it is in any other format. what it will do ?
‎2007 Jun 14 12:08 PM
HI,
Yes that should be in TIF format,
if that is anothore format u should convert other format to TIF format.
Regards
Suresh.d
‎2007 Jun 14 12:04 PM
‎2007 Jun 14 12:08 PM
HI,
Yes that should be in TIF format,
if that is anothore format u should convert other format to TIF format.
Regards
Suresh.d
‎2007 Jun 14 12:09 PM
‎2007 Jun 14 12:10 PM
is there any converter to convert it into tiff format in sap ?
is there any other to upload other format logo?
‎2007 Jun 14 12:11 PM
yes ,
one standard program is there, but i don't no the program name exactlyu
regards
suresh.d
‎2007 Jun 14 12:13 PM
‎2007 Jun 14 12:17 PM
Hi
SCRIPT LOGO PRINTING
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.
Reward points for useful Answers
Regards
Anji