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: 

Urgent : changing the main window size based on conditions SAPScript

Former Member
0 Kudos

Hello Experts,

Requirement is like this :

We have to modify the main window size on second page for particular plant (lets say Germany) for every other plants main window size remains the same.

Only for germans plants it should differ.

Can anyone suggest how to go about it.

Thanks in advance.

Regards,

Dipen

3 REPLIES 3

Former Member
0 Kudos

Hi,

I don't think the size of the window can be changed dynamically at run time. If you want a different size, then you need to have two different forms and call the appropriate one according to your conditions.

Regards,

Ravi

Note : Please mark all the helpful answers

Former Member
0 Kudos

Hi Ravi,

Many thanks for the reply.

But if size of the window cannot be changed then

is it possible to shift the data below the actual start of Main Window on Next Page (not the first page) based on the condition?

we have tried doing it by putting the condition at the start of Main Window, but it doesnt work. It seems that once the start of Main Window is processed, only further Text Elements are processed and it doesnt return to the start even on start of Next Page.

could you please help on this?

Thanks

Regards,

Dipen

0 Kudos

Hi,

Yes you are right, unless the entire MAIN page ir process, it doesn't start processing the other pages after the MAIN page. However, I think you can do the conditional display of specific pages.

Regards,

Ravi

Note : Please mark all the helpful answers