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

screen problem in module pool

Former Member
0 Likes
839

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

7 REPLIES 7
Read only

Former Member
0 Likes
796

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.

Read only

0 Likes
796

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

Read only

0 Likes
796

hi

Yuo should use Collapsible\Expand Area to adjsut your table controls .

Read only

0 Likes
796

Hi Jitender,

How and where to set the collapsable/expanble area for table controls.

THanks,

Raju

Read only

0 Likes
796

follow the T-CODE BIBS .

Read only

Former Member
0 Likes
796

Suppose your table control has name "ctrl" then set the parameter ctrl-lines = '10' in PBO.

Read only

Former Member
0 Likes
796

Got it