cancel
Showing results for 
Search instead for 
Did you mean: 

Get filtered rows BSP tableview

Former Member
0 Kudos

Hi !

I have a problem with a BSP tableview. I Have a column with an input field and the content of this is saving by an autosave in a Z table.

The problem is that when I get the input´s value I loop all the table and when I try to recover an index of  one filtered row it is not recovering any value(with get data), so it delete the temporary comment when I refresh the table. I need to know if I cant detect in any way which rows are hidden when I it is filtered.

Thank you in advance and regards!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Why do you don´t try read the itab(internal table) of this TableView? At the Itab you will find the data and index. Although the data of TableView are hidden, the index of Itab is normal,ok?

Former Member
0 Kudos

Hi Pedro,

Mi problem is that I am want to know if an input field change. If it is filled is not a problem, But if I chech if it was cleaned I cant, because all not visible rows return empty the field value...so...I need to know when a row is visible to avoid that.

regards!