cancel
Showing results for 
Search instead for 
Did you mean: 

How to position logo

arvind_soni
Participant
0 Kudos

Hi,

Can anyone let me know how to position logo in SAP Script.

I have a logo window and I need to start print logo with 0.25 cm left margin.

I am using BITMAP image stored in document server.

usefull answers will be rewarded !!!!!!!

Thanks

Arvidn

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Arvind,

There are two ways that you can do this.

1. You can change the window settings in page Windows section, where you can change the positioning of the window.

I hope this method also works fine.

2. You can use paragraph format which can be used that helps you to include margins.

correct me if its wrong.

Thanks & Regards,

Basha

Former Member
0 Kudos

Hi this will help u.

To create a logo in SAP printouts just do the following

1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.

2. Run program RSTXLDMC and enter the following parameters

Enter file name C:\COMPLOGO.TIF

UOM CM

Line width for text 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Number of Tiff gray levels (2,4,9) 2

3. Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally in the text element, mention

/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.

Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!

You will not be able to see the logo in a test print. The same will be printed in actual printout.

SMARTFORM

1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)

2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description

3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures

4) Select any picture and set its Resolution in DPI

5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo

6) Set any other parameters if required, save and activate.

7) If there is only 1 Window in the forms, set it as Main Window in general attributes.

😎 Use TCode SE78 to upload new pictures and logos.

look at Thread Dynamic Graph in smartforms

Refer the links also -

with regards,

Hema Sundara.

pls give points if helpful.

former_member187457
Active Contributor
0 Kudos

have u added the graphics to the page....if yes then...goto page window and select graphics(logo) and at the bottom u will get the parameters....for positioning the logo...

if any problem plz let me knw....

thnx

rohit

Former Member
0 Kudos

it doesn't matter even for Normal window it will work

when call a window onto a page as PAGE WINDoW it will ask for the left margin, upper, height , width.

u can set the left margin over there.

still u will get problem some times if u r LOGO doesn't fit into the window.

so make sure fo LOGO size and window size and maintain margins..

Regds,

Suresh

arvind_soni
Participant
0 Kudos

Hi,

I am using the following syntax :

BITMAP 'ZBC470_WARTSILA_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL

let me know hot add the left margin in this .

Thanks

Arvind

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Arvind,

I think you need to manipulate with the window. The Bitmap image cannot be manipulated with

Else you have to upload a another Logo. By the way if you find anything on this do let me know.

Regards,

Suhas