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: 

CALL SCREEN * STARTING AT * SCROLL

Former Member
0 Kudos

Hi Experts !

I display a dynpro with CALL SCREEN '3000' STARTING AT 5 2.

The computer screen is less hight than the dynpro

The dynpro has a table control at the bottom of the dynpro

I do scrooll at the bottom of the dynpro, and then the table control appears

When I do scrooll in this table control, at the bottom of the dynpro, the dynpro

scrolls at the initial position, to the top , and then, the table control at the bottom is missing.

This behavior is wrong

What can I do ?

thak's in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi...

whenver you create modal dialog screen alway maintain the attributes of the screen much lesser than that of your actual screen,or else it creates problem.Try and define the atrributes again.

it hud sort outt th problm

9 REPLIES 9

Former Member
0 Kudos

you can still define the size of ur screen .

I guess you can make it still small.

use call screen starting at col1 row 1

ending at coln row n

specify smaller values

then i think it will work,

Hope it helps

regards

0 Kudos

Thanks, Bhanu,

But it is not possible by functional requeriments

Thanks

Former Member
0 Kudos

hi...

whenver you create modal dialog screen alway maintain the attributes of the screen much lesser than that of your actual screen,or else it creates problem.Try and define the atrributes again.

it hud sort outt th problm

Former Member
0 Kudos

hi...

whenver you create modal dialog screen alway maintain the attributes of the screen much lesser than that of your actual screen,or else it creates problem.Try and define the atrributes again.

it shud sort out the problem

0 Kudos

Thanks shlesha

But I say tha same to bhanu,

It is not possible by functional requeriments

best regards

0 Kudos

ok...can u tell me exactly where is the position of your table control in the modal dialog box??

0 Kudos

Yes shlesha

The dynpro has 104 lines

The table control is in line 83

Thanks

0 Kudos

I' ve changed the table control by an other object:

a container with a grid

It' s behaviour is fine

Thank's

Former Member
0 Kudos

Then 1 of the possiblity is to try to change the position of ur table control

i mean to the upper side of the screen, sound silly may be

but hope it helps

Regards