Application Development and Automation 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: 
Read only

Sapscript window position

Former Member
0 Likes
648

Hello all.

How can i determine the current X,Y window position so i can draw a BOX in the current line?

Thank you

Nuno Silva

2 REPLIES 2
Read only

Former Member
0 Likes
372

Hi,

Refer the below link and ask if any questions.

http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm

Thanks

Viswa

(Assign points for helpful answers)

Read only

0 Likes
372

Additionally, determining the current key position of the window, usually trial and error method. You can use the 'Test Output' option to see the place where it draws the box. Another thing, you don't need current line position as in the box command, you have to provide X and Y axis within the window. So it doesn't matter where you are, it will generate the box based on your X,Y inputs with the box command.

Hope, it helps.

Thanks

Viswa