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

sapscript

Former Member
0 Likes
1,012

Hi

how do i upload a logo in a sapscript. thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
987

USING <b>SE78</b>

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

5 REPLIES 5
Read only

Former Member
0 Likes
988

USING <b>SE78</b>

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

Read only

Former Member
0 Likes
987

use SE78 transaction

Regards

srikanth

Read only

Former Member
0 Likes
987

Hi,

You can either use trasnx SE78 or a program RSTXLDMC to upload the LOGO into the system,

Rgds,

Read only

Former Member
0 Likes
987

Hi,

U can upload two kind of files.

1. BMP images

2. tiff file.

1. u have to goto se78 and double click BMP, then goto menu option and click graphic import it will show the pop up window in that window u can give the file path and name of that image.

then goto se71. and click window, then click editor button.

give /:bitmap <name> object graphics id <ID> type bcol.

2. goto se38, run the report RSTXLDMC. import ur tif file.

then goto se71 and give the command like.

/:include <name> object text id <id>

Read only

Former Member
0 Likes
987

An advice.

Link the logo to a CR request after the upload.

you can link it pressing the shortcut shift + F6, or simply pressing the button for transport on the bar.