‎2006 Sep 15 9:50 AM
‎2006 Sep 15 9:52 AM
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.
‎2006 Sep 15 9:53 AM
/: 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
‎2006 Oct 11 2:04 PM
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
‎2006 Sep 15 9:54 AM
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
‎2006 Sep 15 9:57 AM
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.
‎2006 Sep 15 10:08 AM
Hi,
use rxtxldmc program to upload logo
use se78 .
INCLUDE &T024E-TXKOP& OBJECT TEXT ID ADRS LANGUAGE
&EKKO-SPRAS& PARAGRAP
Regards
amole