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

How to make a single row editable based on user command?

0 Likes
1,802

hi all,

i have displayed the alv, added 2 buttons in alv toolbar i.e change and save, when user clicks on a particular row and click on change then that row should be in editable mode...how can i achieve this in normal alv report?

6 REPLIES 6
Read only

DoanManhQuynh
Active Contributor
1,683

Look at this program: BCALV_EDIT_02

Read only

0 Likes
1,683

Yes This program is good but it has used classes and and i wanted to edit the normal alv i.e using REUSE_ALV_GRID_DISPLAY.

Read only

0 Likes
1,683

Nikhil Kadam

you can find alot of sample on the internet too.

Read only

0 Likes
1,683

nik7189 Why? Why do you want to use and obsolete and depracted FM?
There is any specific reason to do it?

Read only

0 Likes
1,683

As I am fresher, I am just trying to explore.

Read only

0 Likes
1,683

I didn't find any sample on internet related to normal alv FM i could only see achieving this functionality using classes so i tried another way by displaying 2 ALV's one is the main and another will be displaying in modal box after edit user command in and that alv will contain only 1 record in editable mode and then saving modified data in the database.