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: 

Handling Overflow in Smartform

Former Member
0 Kudos
190

Hi,

I am designing a smartform. I have around 8 windows(one table inside each window) inside a page each of which can overflow. I need to fix the positions for all windows. In other words, i can't have all tables in one main window as the position of data might change depending on number of entries in tables. How can i achieve overflow while having different windows at fixed positions?.

Thanks,

Sandeep.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
78

Hi Sandeep

In Smartforms you can only have 1 main Window. So I hope you have to adjust your tables in a single main Window accepting the limitation of smartform. Else if you will use Secondary Windows their may be overflow.

Anothwer option is that instead of Smartform you can go for SAP Script where you can have upto 99 main Windows and this situation can be easily tackled there.

If you still have doubts do get back to me.

Regards,

Nitin

PS: Award points for helpful answer.

2 REPLIES 2

Former Member
0 Kudos
79

Hi Sandeep

In Smartforms you can only have 1 main Window. So I hope you have to adjust your tables in a single main Window accepting the limitation of smartform. Else if you will use Secondary Windows their may be overflow.

Anothwer option is that instead of Smartform you can go for SAP Script where you can have upto 99 main Windows and this situation can be easily tackled there.

If you still have doubts do get back to me.

Regards,

Nitin

PS: Award points for helpful answer.

Former Member
0 Kudos
78

hi

good

you can check the size of the each and every window and as per your requirement you can give the size of the windows and place them accordingly, like that when you r designing your table you ll find out some width and height parameters to manage the size of the table, you can use that as per your requirement and place tham accordingly in the windows.

thanks

mrutyun^