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

LOGOS in SAPSCRIPT?

Former Member
0 Likes
631

Hi,

i use logos in sapscript in this way:

1. convert jpg to tif.

2. import this via RSTXLDMC as an standarttext

3. in sapscript i use INCLUDE ...

this works OK.

Question: is there another way to do this? What about OAOR with

PICTURES and OT (I use this for ALV). Can i use SE78?

Regards, Dieter

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
605

Hi,

u can do this via SE78 tx also.

Another way;

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 (third button from left) 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.

4 REPLIES 4
Read only

Former Member
0 Likes
605

Go through the following Procedure

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

Vasu

Read only

0 Likes
605

Hi Vasu,

i have tried as you said, but i can only import bmp of tif graphiks.

So i have to convert jpg in bmp or tif.

Is'nt there a way to use jpg directly?

Regards, Dieter

Read only

Former Member
0 Likes
606

Hi,

u can do this via SE78 tx also.

Another way;

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 (third button from left) 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

0 Likes
605

to import logo in scripts the logo must be present in documentation server for that we use a transaction called SE78 and the type of logos we can upload using SE78 are .BMP and .TIFF. If your logo is .TIFF then you can use RSTXLDMC program.Other than these it's not possible to upload we have to convert it into .BMP or .TIFF on local system.This is in case of logos in scripts.

if you want to insert logo in ALV reports use OAER transaction.

<b>if helpful reward some points.</b>