Application Development 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: 

Reg.. Modifying an ALV

Former Member
0 Kudos
109

Hi Experts,

I have an ALV report, in which i need to modify a row i.e....

i have displayed the report i need to modify the date and quantity fields.

How do i capture the modified data (i.e...edit data like date, qty) into another internal table....

can any one help me with the answers...

Answers will be rewarded......

Regards,

Kumar

2 REPLIES 2

former_member198275
Active Contributor
0 Kudos
88

Hi,

Make a editable Check box column there. If user want to select some no of records he will mark the check bok. Then in ur report in the user command ..loop the ALV table where the check box is not initial..and move that into another itab...and do the needful...!!

former_member210123
Active Participant
0 Kudos
88

http://www.sapdev.co.uk/reporting/alv/alvgrid_editable.htm

Check demo pgm BCALV_EDIT_01 to 08.

I think this will help you.