Application Development and Automation 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: 
Read only

logo uplode

Former Member
0 Likes
862

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 ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
840

HI,

Yes that should be in TIF format,

if that is anothore format u should convert other format to TIF format.

Regards

Suresh.d

7 REPLIES 7
Read only

former_member189059
Active Contributor
0 Likes
840

Other formats will simply not load

Read only

Former Member
0 Likes
841

HI,

Yes that should be in TIF format,

if that is anothore format u should convert other format to TIF format.

Regards

Suresh.d

Read only

0 Likes
840

is there any converter to convertin sap ?

Read only

0 Likes
840

is there any converter to convert it into tiff format in sap ?

is there any other to upload other format logo?

Read only

0 Likes
840

yes ,

one standard program is there, but i don't no the program name exactlyu

regards

suresh.d

Read only

0 Likes
840

please ans this question anybody else

Read only

0 Likes
840

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