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: 

Interactive list

Former Member
0 Kudos

Hello friends,

I would like to create an interactive simple ABAP list where user can select multiple lines to perform some kind of DB update.

I am able to display a list together with a checkbox giving users ability to select lines. However, the program stops there and does not go any further. I've coded AT USER-COMMAND statements after the list display but nothing happens, that is to say, it never gets there even if I check checkboxes. So, what's the trick then?

Thanks for your help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Maybe define a PF-STATUS with a SAVE button?

And capture the SAVE command in the AT USER-COMMAND event.

2 REPLIES 2

Former Member
0 Kudos

Maybe define a PF-STATUS with a SAVE button?

And capture the SAVE command in the AT USER-COMMAND event.

Former Member
0 Kudos

Hi,

Is this an ALV report os a classical report? and how have you created the check boxs if it is a classical report then you should be using at line-selection event for drill down or to trigger something. If it is an ALV report the form for user-command has to be populated in the reuse FM call.

Regards,

Himanshu V