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 in sap script

Former Member
0 Likes
1,185

Hi,

Is it possible to include logo in script form?

How we can do that?

10 REPLIES 10
Read only

Former Member
0 Likes
1,160

hi it is possible ..

go to the text editor->insert->graphics

Read only

Former Member
0 Likes
1,160

Hi,

Welcome to SDN,

IT is possible to upload LOGO in SAP script.

check the link for detail process

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

Regards,

Anirban

Read only

Former Member
0 Likes
1,160

Hi,

Yes It is possible you can upload the logo using transaction se78 and then call it in the script as below.


INCLUDE Z_YOUR_LOGOA OBJECT TEXT ID ST LANGUAGE E

Regards,

HImanshu Verma

Read only

Former Member
0 Likes
1,160

Hi,

These are the steps to be followed for uploading graphics in R/3 system

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. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

or

In 4.6x :-

1. Goto SE71 Change the mode to GRAPHICAL

2. Choose the Graph Tabstrips

3. Now type in some name for the LOGO WINDOW

4. Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP

5. The code will be written automatically. You just need to drag and drop wherever you want

the graphics to be.

Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).

Regards

Harish

Read only

GauthamV
Active Contributor
0 Likes
1,160

hi,

WELCOME TO SDN.

yes u can include logo in script form.

in setting goto form painter and check the check box graphical form painter.

now in ur next screen u get option for graphic then click create graphic and include ur logo there.

Read only

Former Member
0 Likes
1,160

ya i think you can. as u go to SE71. in Environment you can see administratiion and then that graphics.

Read only

Former Member
0 Likes
1,160

go to se78 and find the logo u want to include then

u can open ur sap script

go to the text editor >insert >graphics

Edited by: kartik tarla on Jul 23, 2008 12:09 PM

Read only

Former Member
0 Likes
1,160

Hi,

yes, You can insert Logo in SAP Script.

Open the Editor of script.Now go to Insert Menu.

Then Click Graphics.

insert the Logo name in the Screen diplayed next.

Before that you have to Import the Logo in system usind transaction SE78.

Regards,

Sujit

Read only

Former Member
0 Likes
1,160

Hi Jyothi,

first of all goto SE78 .

Click on BMAP Bitmap Images.

Go to menubar.

Graphics ==>>Import

U have a pust button Text Elements if u click on it, it takes u to the editor where we write code in script.

There follow the menu path

Insert ---> Graphics

Now u get a Pop-up Include Graphic . There u have two Tabs. In that select the Tab Stored on Document Server. Select the radio button Black and White or Color depending on ur requirment.

Give the name of the logo which u what to insert. If u dont know then press F4 then u get the list of logos which are present on the application server.

If Found Help Full Do Reward.

Regards.

Eshwar.

Read only

Former Member
0 Likes
1,160

Hi Bhagya,

first go to SE78 and import your garphics then come to the editor of script and go to INSERT then GRAPHICS, and give the name of the graphics and enter.

With luck,

Pritam.