cancel
Showing results for 
Search instead for 
Did you mean: 

how to put a logo in the center of SAPScript form?

Former Member
0 Kudos

Hi All,

I want to put a logo in the center of my SAPScript. I can't find the center option of the page window, except the left space between. I have to try many times to align the logo, and could not know whether it's in the center exactly or not. I also tried to find the width of the SAPScript form but failed.

Plz can someone tell me how to know the width of SAPscript form? And if we have 42mm-length logo, how to put it in the center of SAPScript form?

Thanks and regards,

Samson Zhu

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

The best way to display the logo at the center of your page is to move the <b>logo window</b> to the center...

or upload the logo with some space on the left side... it will be displayed in center...

close the thread once your question is answered.

Regards,

Sairam

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Use the below command...This will surely help for your requirement.

/: BITMAP 'LOGO NAME HERE' OBJECT GRAPHICS ID BMAP TYPE BMON XPOS '15' CM

Note: You can change the position only for .bmp files. so first change logo as bmp and then use the above command.

Instead of 15 as X position, you can give your position requirement.

Reward if it is useful.

Thanks,

Srinivasa Rada

Former Member
0 Kudos

Hi,

Just place the logo window in the centre of the smartform, save it and activate it.

Former Member
0 Kudos

Hi,

It's not smartforms. I am talking abt SAPScript which doesn't have center option.

regards,

samson