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

Saving Data from Editable ALV.

Former Member
0 Likes
1,412

Hi All,

I have created an EDITABLE ALV using OOPS , i am facing problems in saving the edited data in ALV, Please help me for how to save the data after editing ALV using OOPS.

Moderator message : Search for available information, discussion locked.

Message was edited by: Vinod Kumar

2 REPLIES 2
Read only

former_member451655
Active Participant
0 Likes
497

Hi Sharid ,

you May try .

   WHEN 'SAVE'.

      CALL METHOD g_grid->check_changed_data.

      MODIFY zkpi01 FROM TABLE gt_outtab.

      MESSAGE 'FSAVE' TYPE 'I'.

Thx,

Dilum

Read only

0 Likes
497