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

CALL SCREEN * STARTING AT * SCROLL

Former Member
0 Likes
2,304

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
Read only

Former Member
0 Likes
1,940

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

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

9 REPLIES 9
Read only

Former Member
0 Likes
1,940

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

Read only

0 Likes
1,940

Thanks, Bhanu,

But it is not possible by functional requeriments

Thanks

Read only

Former Member
0 Likes
1,941

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

Read only

Former Member
0 Likes
1,940

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

Read only

0 Likes
1,940

Thanks shlesha

But I say tha same to bhanu,

It is not possible by functional requeriments

best regards

Read only

0 Likes
1,940

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

Read only

0 Likes
1,940

Yes shlesha

The dynpro has 104 lines

The table control is in line 83

Thanks

Read only

0 Likes
1,940

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

a container with a grid

It' s behaviour is fine

Thank's

Read only

Former Member
0 Likes
1,940

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