2009 Jul 24 10:01 AM
Hello Friends
I am displaying material data(IT_MARA) using cl_gui_alv_grid.
if i am deleting or appending some records on screen using standard function... i can get all the updated record by using event data_changed.
But when i am using the standard buttons there inuser-command i am getting the old data in IT_MARA that is not updated one.
can some one tel me how can i get the appended or deleted record in pai....sy-command
Hello Friends
I am displaying material data(IT_MARA) using cl_gui_alv_grid.
if i am deleting or appending some records on screen using standard function... i can get all the updated record by using event data_changed.
But when i am using the standard buttons there inuser-command i am getting the old data in IT_MARA that is not updated one.
can some one tel me how can i get the appended or deleted record in pai....sy-command
2009 Jul 24 12:22 PM
Hi ,
Try to use the method below , before your process at PAI.
call method go_alv_head->check_changed_data
importing
e_valid = lv_valid.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |