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

adding LOGO IN standard script

Former Member
0 Likes
982

Hii everyone,

How to add logo to the standard script.

Thanks in advance

regards

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

Hi,

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,

Raj.

3 REPLIES 3
Read only

prasanth_kasturi
Active Contributor
0 Likes
656

hi to add logo to standard script you need a access key.

so copy the script to zscript and you can add

I think you know the procdure to add graphics.

go to your script in se71.

goto tab page windows and select the window you want to place the logo.

press f9 or edit---> text elements

in script editor insert----> graphics

select tab stored on document server---> give the name and press enter

regards

prasanth

Read only

Former Member
0 Likes
656

Hi

You cant Add a logo to the Standard Script

These are the steps to be followed for uploading graphics in R/3 system

1. First save the file as BMP

2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and

make it Zoom as 100% and save as *.TIFF

3. Open SE38 and execute program RSTXLDMC

4. Give your TIFF file path name

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-*.

7. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

Reward iF Helpfull,

Naresh

Read only

Former Member
0 Likes
657

Hi,

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,

Raj.