‎2010 Feb 05 9:33 AM
Hi All,
I am designing screen using module pool. I have three table controls in the screen and the screen design is complete.
The problem is when i am running it - the table controls are not fully visible.
That is the height of the each Table control is 10 (10 lines max), when designing the screen as all the table controls are not fitting i have used scroll bars and designed the screen, but when running the screen cannot be scroll down and the table controls got truncated, i.e the height of the table control has become 6 (only 6 lines visible).
Can any one pls let me know what this problem is and how to solve it.
Previously i have desinged screens andwhen running them i can scroll them, but not in this case.
Thanks,
Raju
‎2010 Feb 05 9:38 AM
Hi
In the screen layout,
adjust the height of the table controls in such a way that they fit into single screen.
Select the Resizable options (VERTICAL HORIZONTAL ) for all of thse controls.
‎2010 Feb 05 9:46 AM
Hi Radhika,
The problem is the user wants to see the full height of the table control...so i cant reduce the height of the table control. But i dont think this can be the problem, as when designing when you can scroll down the designing screen and activate it, then the same should be visible when running the transaction.
Thanks,
Raju
‎2010 Feb 05 9:52 AM
hi
Yuo should use Collapsible\Expand Area to adjsut your table controls .
‎2010 Feb 05 9:57 AM
Hi Jitender,
How and where to set the collapsable/expanble area for table controls.
THanks,
Raju
‎2010 Feb 05 10:03 AM
‎2010 Feb 05 9:58 AM
Suppose your table control has name "ctrl" then set the parameter ctrl-lines = '10' in PBO.
‎2010 Mar 05 7:32 AM