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

insert logo in sapscript layout

Former Member
0 Likes
786

hi all,

how to insert logo in sapscript layout?

Regards,

bala

6 REPLIES 6
Read only

Former Member
0 Likes
648

Hello,

Use the REPORT RSTXDMLC.

If useful reward points.

Vasanth

Read only

Former Member
0 Likes
648

try

option 1. Thru SE78 u can upload BITMAPS into SAP.

option 2.thru Program RSTXLDMC.

regards

Prabhu

Read only

Former Member
0 Likes
648

Hai

Go through the following

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

Read only

Former Member
0 Likes
648

Hi,

give me detailed procedure to use RSTXLDMC

Regards,

bala

Read only

Former Member
0 Likes
648

Hi,

Create the logo in SE78

Include the logo in report.

Regards,

Viven

Read only

0 Likes
647

Hi!

1)if the logo is on the docuement server ,then directly goto formpainter and right and include create graphice and select from the server the logo name.

2)if the logo is on the desktop.load it into the docuement server by executing rstxldmc standard program and then follow the step 1 as it is .

donot forget to select the image as color bitmap image

hope this will solve the problem.

cheers...

DurgaPrasad