‎2007 Oct 05 11:53 AM
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
‎2007 Oct 05 11:58 AM
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.
‎2007 Oct 05 11:56 AM
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
‎2007 Oct 05 12:24 PM
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
‎2007 Oct 05 11:58 AM
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.
‎2007 Oct 05 12:41 PM
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>