cancel
Showing results for 
Search instead for 
Did you mean: 

Deleted rows in ALV

Former Member
0 Kudos

Hi,

I have the following problem:

- I have a WebDynpro-component with an ALV-table.

- I have a method ONDATA_CHECK of type "Event handler" which is processed on the event ON_DATA_CHECK.

- This method has a parameter R_PARAM, which (among others) contains an attribute T_DELETED_ROWS that holds the indexes and contents of the rows that are deleted from the ALV-table.

- The problem is, that when I delete the <u><b>last</b></u> row of the table, the attribute T_DELETED_ROWS is initial. For all the other rows, it all works fine, but with the last row there is a problem. And it makes no difference if there's only 1 row in the table or 20 rows. As soon as you select the last row and delete it, the attribute is initial.

Has someone encountered the same problem and found a solution for this?

Thanks a lot for your help.

Kind regards,

Andre

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Wow, this one must be difficult. I'm still hoping someone can provide me with an answer. Thanks in advance.

Kind regards,

Andre