Application Development 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: 

Company Logo in SAPscript

Former Member
0 Kudos

Hi All,

Can someone tell me the steps to upload a company logo and include it in a sapscript form?

Thanks.

Tyken

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

first u upload ur company logo into sap database through

se78.

then in scripts u can insert it in any window....through menu options

in the text editor insert->graphics ......give the name of the image...

hope it helps u

7 REPLIES 7

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Check whether this links helps you.

http://www.sap-img.com/ts001.htm

Former Member
0 Kudos

Hi,

Check this..

http://www.sap-img.com/ts001.htm

Regards,

Omkar.

Former Member
0 Kudos

Hi

1. First save the file as BMP

2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and

make it Zoom as 100% and save as *.TIFF

3. Open SE38 and execute program RSTXLDMC

4. Give your TIFF file path name

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-*.

7. Now Goto SE71 create your ZFORM

8. Create logo window

9. Goto text element of logo window

Give your TEXT ID...

For eg:

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E

Regards

Raj

Former Member
0 Kudos

hi

first u upload ur company logo into sap database through

se78.

then in scripts u can insert it in any window....through menu options

in the text editor insert->graphics ......give the name of the image...

hope it helps u

Former Member
0 Kudos

Hi,

UPload the logo using TCode : SE78.

In th escript, you can add teh code as follows :

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E.

Please reward if useful.

thnx sachin

Former Member
0 Kudos

hi tyken,

There are two methods to upload the company logo.

one way is using the program : RSTXLDMC and another one is using SE78 - Graphics management.

Using any one of these u can upload ur logo.

Run the program RSTXLDMC, give the logo and include that logo in the layout in the appropriate place.

Regards...

Arun.

Reward points if useful.

Former Member
0 Kudos

First save the file as BMP

Open the BMP file in IMaging (Goto > Programs > Accessories > Imaging) and

make it Zoom as 100% and save as *.TIFF

Open SE38 and execute program RSTXLDMC

Give your TIFF file path name

Select Bcol (for Color)

TEXT ID will be ZHEX-MACRO-*( name the window which u want means logo window or some thing like that).

Inplace of * write your own logo name (ZCOMPANYLOGO)

Execute the program

Now Goto SE71 create your ZFORM

Create logo window

Goto text element of logo window

thanks & regards

Raj