2006 Aug 09 6:32 PM
Hi,
Can anybody tell me in detail how to display the logo in script?earlier we were using a third party tool for script which did nt use script commands..
2006 Aug 09 6:35 PM
Upload your logo using transaction SE78.
Then in your SAPscript form use a command like the following to display your logo.
BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BMON
Hi,
Can anybody tell me in detail how to display the logo in script?earlier we were using a third party tool for script which did nt use script commands..
2006 Aug 09 6:35 PM
Upload your logo using transaction SE78.
Then in your SAPscript form use a command like the following to display your logo.
BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BMON
2006 Aug 09 6:40 PM
Hi Rakesh,
Save your LOGO in .TIFF or BMP in presentation sys.
You can UPLOAD your logo directly in SE78.
SE78>Graphics>BMAP grid screen. click on it.
give ur logo name .bmp file.
or in SE38 run prog:RSTXLDMC there you need to give your logo name saved as .tiff file in your desktop.
If this helps you reward with points.
Regards,
Naveen
2006 Aug 09 6:49 PM
Hai Rakesh
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
Sreeni
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |