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

Issue with Table Control content

Former Member
0 Likes
496

Hi all,

I have a table control in a module pool, it displays a list and we can process some records, after that

I call initial screen and execute the transaction once again and it is expected to have same list shown before

minus the records processed.

But the issue is that we get the list that shows 3 records with editable cells and then inactive records, and we want to see

something like previous image, where after information we have inactive rows.

If I exit from the transaction and execute again there is no problem. I want to reset the table control to initial state.

I tried using REFRESH CONTROL  tab_con FROM SCREEN nnnn and it didn't work. What else could I do?

Any ideas?

Thanks in advance for your help!,

Regards.

1 ACCEPTED SOLUTION
Read only

guilherme_frisoni
Contributor
0 Likes
472

Hi Karina,

how are you deleting the records from yout internal table?

It seems you have 3 empty lines in the end of your itab after the refresh.

Regards,

Frisoni

1 REPLY 1
Read only

guilherme_frisoni
Contributor
0 Likes
473

Hi Karina,

how are you deleting the records from yout internal table?

It seems you have 3 empty lines in the end of your itab after the refresh.

Regards,

Frisoni