cancel
Showing results for 
Search instead for 
Did you mean: 

Append row in ALV Table

Former Member
0 Kudos

Hi All,

I have an ALV table with default "Append row" "Delete Row" buttons. When i give append row initially, then a new row is added to the end of the table. But when i give field sorting (Ascending order), and then go for Append row, a new row which is added to the top of the table. User want this to be added always in the end of the table. Can anyone please help me on this?

Code:

loop at r_param->t_inserted_rows assigning <ls_inserted_row>.

assign <ls_inserted_row>-r_value->* to <ls_oss_ticket>.

<ls_oss_ticket>-inserted = abap_true.

wd_this->mr_project_tickets->change_ticket( iv_index = <ls_inserted_row>-index

is_oss_ticket = <ls_oss_ticket> ).

endloop.

Regards,

Susil.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I also have the same issue. Can anyone please help?...

Thanks,

Sathishkumar GS