cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent : How to upload logo with existing form

Former Member
0 Kudos

Hi Floks ,

how to upload logo in existing form any body can advice me .

thanks,

suresh.

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

use se71 to upload the logo from presentation server .

then in se71's script editor insert it .

Former Member
0 Kudos

sorry suresh it is se78 to upload logo.

and then in se71 script editor you can insert it.

former_member188827
Active Contributor
0 Kudos

select page/window in which u want to place the graphic.

right clicl on window.....>create....>graphic.

fill da fields..

switch on form painter and adjust da location of graphic.

Former Member
0 Kudos

Hai Suresh

You can achieve as per below:

1) I want to upload a coloured logo from my desktop to SAP

- Upload your logo via SE78.

- Select 'Import' button from application toolbar of SE78, and perform upload.

2) Then i want to upload that coloured Logo into my SAP Script output

- At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:

/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150

3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.

Regards

Sreeni

Former Member
0 Kudos

hi,

check out the links.

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

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

Hope these will helpyou.

Regards,

Richa.

Former Member
0 Kudos

Hi suresh,

Former Member
0 Kudos

Hello Suresh

Try this out: First save the Bitmap in SAPwork Directory.

Go to SE78. Click on General Graphics..>Bitmap Images- Give the Path Name of the Graphic stored in SAPWorkDir(filename.bmp)

Import Picture and save as Color Bitmap Image.

Now goto Transaction Code "Smartforms". Create a "Graphic" in a new Window. General Attribute of Graphic "Name"...Plz give the full path. Eg.C:\DOCUMENTS AND SETTINGS\USER\SAPWORKDIR\BBB.BMP

Now Save and Activate and execute. I think this should work.

Thanks

P.S: Point if it works

Former Member
0 Kudos

HI,

To upload the logo we use SE78 or RSTXLDMC into SAP Systems ......

copy the SAPSCRIPT to Z SAPSCRIPT and go in change mode and press the line editor for window and there INSERT --> Graphics.

There you will get a window, there press f4 and select the logo and press ok ..

a INCLUDE wil come in the SCRIPT ...

Regards

Sudheer

Former Member
0 Kudos

Hi Suresh,

To upload logo, Goto SE78(Administration of Form Graphics).

Select Graphic tab->Click on Import and Specify the Logo path and Give name to Logo and its description.

Use INCLUDE/ BITMAP in your Scirpt Editor to display Logo.

/: INCLUDE 'LOGO_NAME' OBJECT TEXT ID ST

/: BITMAP 'Z_GENEWLOGO' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 200

Thanks,

Vinay