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

how to insert logo into scripts?

Former Member
0 Likes
1,015

how to insert logo into scripts?

6 REPLIES 6
Read only

Former Member
0 Likes
750
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.
Read only

Former Member
0 Likes
750

/: BITMAP <b>LOGONAME</b> OBJECT GRAPHICS ID BMAP TYPE BMON.

<b>LOGONAME</b> is the logo name

Regards

srikanth

Message was edited by: Srikanth Kidambi

Read only

0 Likes
750

hi i have seen u r reply ,

the other way of uploading a logo in scripts is

GO TO tcode SE78

click on grapics and bitmap on the right side

fill the details of that image

name of the image and

select color or bitmap image

and then

from menu GRHAPIC->IMPORT

IT WILL SHOW a dialog box

give the path,desc and other detials

and click on OK button.

and in scripts.

GO THE WINDOW editor.

place the cursor and from menubar

INSERT->GRAPHICS

GIVE THE NAME OF THE FILE AND OTHER DETAILS

AND CLICK ON OK

RUN THE TCODE TO SEE YOUR LOGO

ALL THE BEST

Read only

Former Member
0 Likes
750

Hi

You have to load the logo in SAP as std txt or graphic.

If you have loaded the logo as std text:

/: INCLUDE <LOGO> TEXT OBJECT TEXT ID ST

If you have loaded the logo as graphic:

/: BITMAP <LOGO> OBJECT GRAPHICS ID BMAP TYPE BCOL

MAx

Read only

Former Member
0 Likes
750

Hi Phani,

To insert logo in SAP script, follow the steps below:

/: 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

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.

Read only

Former Member
0 Likes
750

Hi,

use rxtxldmc program to upload logo

use se78 .

INCLUDE &T024E-TXKOP& OBJECT TEXT ID ADRS LANGUAGE

&EKKO-SPRAS& PARAGRAP

Regards

amole