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: 

strange display problem

Former Member
0 Kudos

Hi all,

Iam having strange problem.

I am displaying data from ztable in table control.

my table control has 50 rows ,when i give input and click coy icon i get data in table control based on the input .

lets says if have 20 records retrieved from ztable and displayed in table control i have 20 records displayed and 30 records are ready to take more records.This is what i want and it works when i go back and give another input and come back and see ,i works well for any no of times.

When i exit out of the program and type the customized t code for the same program and give the same input as previous it display 20 records but the 30 row empty rows are inactive.

when i activate the code again it works fine

Please let me know how to activate the remaining screen.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I found out when i am in screen i.e when it works fine the tablecontrol-line line is 0

when i exit and come back the tablecontrol-lines is 24

which is no of records when i was in screen previously

2 REPLIES 2

Former Member
0 Kudos

Hi

I found out when i am in screen i.e when it works fine the tablecontrol-line line is 0

when i exit and come back the tablecontrol-lines is 24

which is no of records when i was in screen previously

0 Kudos

Did you populate tablecontrol-lines field in PBO? if not add tablecontrol-lines = 50.

Regards

Sridhar