cancel
Showing results for 
Search instead for 
Did you mean: 

SAPScript dynamic window position by command

Former Member
0 Kudos

Hello Abapers,

I am trying to move up/down a window that contains a graphic by commands because the position needs to be dynamically adjusted.

I tried these commands -

/:POSITION XORIGIN '5' CM YORIGIN '5'CM

But it doesnt work.. Can anyone help? Appreciate it,

Vince

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

This is syntax for positon:

Position <xorigin> <yorigin> <window> <page>

example: /: POSITION 5 5 MAIN FIRST

Please note: in the above example <window> = MAIN and <page> = FIRST

Reward points if helpful