Application Development and Automation 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: 
Read only

Logo in Script

Former Member
0 Likes
601

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
Read only

Former Member
0 Likes
568

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
Read only

Former Member
0 Likes
569

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

Read only

Former Member
0 Likes
568

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

Read only

Former Member
0 Likes
568

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