‎2008 May 20 10:32 AM
Hii everyone,
How to add logo to the standard script.
Thanks in advance
regards
Ravi
‎2008 May 20 10:36 AM
Hi,
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,
Raj.
‎2008 May 20 10:32 AM
hi to add logo to standard script you need a access key.
so copy the script to zscript and you can add
I think you know the procdure to add graphics.
go to your script in se71.
goto tab page windows and select the window you want to place the logo.
press f9 or edit---> text elements
in script editor insert----> graphics
select tab stored on document server---> give the name and press enter
regards
prasanth
‎2008 May 20 10:33 AM
Hi
You cant Add a logo to the Standard Script
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
Reward iF Helpfull,
Naresh
‎2008 May 20 10:36 AM
Hi,
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,
Raj.