Application Development 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: 

Logo in Script

Former Member
0 Kudos

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..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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