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

append record in internal table using cl_gui_alv_grid

Former Member
0 Likes
435

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

1 REPLY 1
Read only

huseyindereli
Active Contributor
0 Likes
407

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.