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: 

Table Control first line of data is blank

Former Member
0 Kudos

Hi i have a table control screen built. I have inserted my data into the table control, but the first row of it is blank, and it seems to be affecting everything else i need to do around that, how do i get that blank row out of there?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Daniel,

In PBO of the screen, try adding the code.

DELETE t_control where field1 IS INITIAL.

where t_control is the internal table used for table control.

Cheers,

Mandeep

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check whether there is any empty entry existing in the table that you are going to display on the table control.

Check the same in debug mode. Still you are not able to resolve the issue, please send your code so that we will try to resolve the issue.

Former Member
0 Kudos

Hi Daniel,

In PBO of the screen, try adding the code.

DELETE t_control where field1 IS INITIAL.

where t_control is the internal table used for table control.

Cheers,

Mandeep