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: 

Line display in table control

Former Member
0 Kudos

Hi Friends,

I am using table control to display the data from the database table. The table control is having 10 lines. The records selected for a given condition is only 4 lines.

The display is ok for first 4 lines, whereas from line 5 to 10, the last record repeats.

Kindly guide me to solve this problem.

Regards,

Thanks in advance,

Mark K

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Allow your table control to have only the lines that come from the database table.

Regards.

Mireia

4 REPLIES 4

Former Member
0 Kudos

Hi,

Allow your table control to have only the lines that come from the database table.

Regards.

Mireia

former_member181962
Active Contributor
0 Kudos

INclude this line after the select stament:

DESCRIBE TABLE ITAB LINES <TABLE CONTROL>-LINES.

Regards,

Ravi

0 Kudos

Hi ravi,

After Describe Table itab line <TC> lines,

what has to be done.

Pls guide.

Regards,

Former Member
0 Kudos

I think you havent clear the Internal Table after PBO event. Reply back if problem presits.