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

Dynamic window position for SAPScript

Former Member
0 Likes
744

Hi Guys,

Is that possible for me to determine SAPScript's window dynamically during runtime? For eg, During SAPScript development, i defaulted the Main window's upper margin = 1cm, left margin = 1cm.

During runtime there is report selection where allow user to key in the starting position for Main window that they want, for eg User key in Upper margin to 6cm, Left margin to 6cm. So the layout should display the Main window position accordingly.

Please comment if there is a way to achieve.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
468

Hi!

No, you can't change the windows during runtime, dynamically.

But you can define more pages with different layouts. This is used in most common: FIRST page for the cover page, conatins addresses, additional info, and a few lines of the MAIN window. And on a NEXT page there is nuch more space for main window, because no address data is needen on the next page.

Regards

Tamá

Read only

0 Likes
468

Hi Tamás,

How abt smartform? Am i able to achieve what i want via smartform?

Please comemnt.

Thanks in advance.