Application Development 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: 

Position of logo in SAP SCRIPT

Former Member
0 Kudos

Hi,

I need to align logo towards right in the window in SAP SCRIPT. Now logo is printing towards left, because of this the left borderline of the window is overwritten by logo.

Please suggest some solution.

7 REPLIES 7

Former Member
0 Kudos

in script u r inserting logo, so u can use alignments or paragraph formats or

try to give x-position and y-position

try this

Madhavi

Former Member
0 Kudos

The best option is to resize the window to just fit the logo and move the window to avoid overwritting the border.

-Cheers

Former Member
0 Kudos

Hi,

Try this.

<B>(give space)</>Include logo.

Regards,

Subbu

0 Kudos

Hi,

I am using the command line "BITMAP 'ZBC470_WARTSILA_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL", instead of include.

0 Kudos

Hi,

<B(for bold)>(give space)</(for end)>

give space in bt them.

In previous one I have written like this and It showed differently.

Regards,

Subbu

Former Member
0 Kudos

hi gupta,

go to Setting=>form paiter and change the position of the window where u want.

this would solve your problem

any doubts plz reply.

Reward points if useful,

thanks,

swaroop

0 Kudos

Hi,

Actually, logo starts from the left of the window which overwrites left outline if the window, if I move the window, then also the left line of the window is not appearing.