Skip to Content
0
Former Member
Dec 22, 2011 at 12:07 PM

sapscript : how to print logo in dynamic position ?

162 Views

i have form with different company logo's ,

and i want to set the POSITION for each logo

i created logo window and i can see the logo ,

But i can't set the POSITION of logo window according to my logo size.

i tried :

/: POSITION WINDOW

/: POSITION XORIGIN '11 CM YORIGIN '11' CM " just example

/: INCLUDE xxxxxxx OBJECT GRAPHICS ID BCOL LANGUAGE xx

Nothing happened .

Also

BOX XPOS '0' CM YPOS '2.6' CM WIDTH '17' CM HEIGHT '2.2' CM FRAME 10 TW

It created rectangle on the form, but the logo window still stay in his initial value position.

thanks .