cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Scripts

Former Member
0 Kudos

Hii All.

In SAP Scripts how upload the logo in scripts

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Sachin,

Command in your Sapscript

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E

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

SAPScripts Insert Graphics

2. Choose the Graph Tabstrips

3. Now type in some name for the LOGO WINDOW

SAPScripts Include Graphic

4. Press the IMPORT BUTTON (third button from left) and then IMPORT the BMP file from your DESKTOP

SAPScripts Import Button

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

the graphics to be.

/: INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN

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

Check the url below

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

Thanks&Regards,

Phani,

POINTS IF HELPFUL

Former Member
0 Kudos

if u want Standard sap logo on stored document

In page wndows select logo & double click

click on button text element

go to menu bar select INSERT -->graphics

+ click on button called *Stored on document*

if want color select radio button color bitmap img

+ click on execute button+give resolution

other wise if u want to ur own logo

go to tr.code :-SE78

-->form graphics

|-->Stored on documents

|-->Graphics

|-->BMAP -- double click on it

click on button called IMPORT + Press F4

save as ur own name & discription+ enter

if we want to see click on button Prnt priview

Award points if helpful...

Regards,

Nagesh

Edited by: Nagesh Babu on Apr 3, 2008 10:24 PM

Former Member
0 Kudos

Go to se78 .

Click on Graphics then click on BMP then press F5 (or in the application tool bar you have import icon , the first icon) you will get a pop up .

In the give the path name of your Logo

and Name as Z name and eneter description. the say OK

Thats it . Logo is uploaded to SAP System.

Then go to scrfipt window in which you want to insert logo , then select the following path

INSERT->Graphics

then entet the required parameters

Reward points if useful.'

Regards,

Nageswar

Former Member
0 Kudos

I did the same thing. but its not displaying the logo in the form.. ??

Former Member
0 Kudos

First upload the logo in SAP using the T-code se78.

Then use the following syntax in the logo window which u create:

BITMAP 'logoname' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100

If u want u can increase the DPi eg., DPI 200, DPI 600 so on.,

Award points if helpful...

Regards,

Priya

Former Member
0 Kudos

Hi

if ur logo is a bimap the u have to upload it to sap thru se78 and u have to include it in ur form like this.

BITMAP 'ZLOGO_DUMMY' OBJECT GRAPHICS ID BMAP TYPE BMON

if is an std text u can diractly include in to form by using std include command.

DO REWARD IF FIND USEFUL

Cheers

Anup S.