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

Line display in table control

Former Member
0 Likes
896

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

Former Member
0 Likes
838

Hi,

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

Regards.

Mireia

4 REPLIES 4
Read only

Former Member
0 Likes
839

Hi,

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

Regards.

Mireia

Read only

Former Member
0 Likes
838

INclude this line after the select stament:

DESCRIBE TABLE ITAB LINES <TABLE CONTROL>-LINES.

Regards,

Ravi

Read only

0 Likes
838

Hi ravi,

After Describe Table itab line <TC> lines,

what has to be done.

Pls guide.

Regards,

Read only

Former Member
0 Likes
838

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