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: 

To include logo in layout

Former Member
0 Kudos

Hi everybody,

I want to know how to include a company's logo in a layout as a header.The layout that i have with me is in GIF format.The name of the logo is logo.gif

How it can be done?

Regards,

Varadharajan

7 REPLIES 7

Former Member
0 Kudos

Dear varadharajan,

Could you be specific whether you are talking about SAPScript or Smartforms???

As such first thing is to upload your logo to the R/3. Transaction is SE78. Have the logo file in .bmp format as that is acceptable to R/3.

If you are using in Smartforms. Just make a window and right-click and attach image.

If you are using SAPScript then you have to use command INCLUDE.

Regards,

DEVA.

former_member188685
Active Contributor
0 Kudos

Hi,

convert the logo.gif to logo.bmp and then upload uisng se78.

and then inlcude it in your layout.

reagrds

vijay

Former Member
0 Kudos

Hi varadharajan,

check these similar dicussion on logos...

In Report using functional module...

In SAP Script...

1.

2.

In Alv...

Hope it solves your problem.

Kindly rewards points if it helps by clicking the star on the left side of the screen.

Regards,

Maheswaran.B

Former Member
0 Kudos

Hi varadharajan,

1. RSTXLDMC

This is the standard SAP Program

to UPLOAD .TIF files.

Please convert your gif file

to .TIF file

(may be using PHOTO EDITOR , KODAK Image Editor , etc)

2. Use this program,

to upload this image.

This program has OPTIONS

like Colour logo,B&W logo,

Positioning (absolute or relative)

These options are also important !

Because they will Specify where the logo

appears in your sapscript

(Top Left, Bottom, Middle Etc)

(However, using window in layout,

and including logo in that window,

we can FURTHER CONTROL the POSITION of logo)

3. /: INCLUDE XXYYZZ OBJECT TEXT ID ST

Use this above line

in your sapscript layout

to include the logo.

(XXYYZZ is the name by which u uploaded

thru the above program)

regards,

amit m.

Message was edited by: Amit Mittal

Message was edited by: Amit Mittal

0 Kudos

Hi ,

you can upload the logo for header window using report

RSTXLDMC

Read the documentation of RSTXLDMC for more details.

Check following for including graphics

http://help.sap.com/saphelp_erp2005/helpdata/en/d1/802eb8454211d189710000e8322d00/content.htm

0 Kudos

Hi,

Upload it from se78,

then write the below code in which ever window you want to place the logo.

BITMAP 'LOGONAME' OBJECT GRAPHICS ID BMAP TYPE BCOL.

regards

vijay

0 Kudos

Hi Amit,

I have tried using that program already but it gives an error like "This is not a valid baseline TIFF 6.0 file"...I have also converted the "logo.gif" to "logo.tif" using kodak image viewer...

I cant sort out the problem...

Regards...

Varadharajan.