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

Editable Drop down in ALV

Former Member
0 Likes
2,789

Hi,

I am working on the ALV report using objects (custom container

and cl_gui_alv_grid).

I have a drop down editable field in the alv. How can i capture the

selected values in the dropdowns for all rows when a button is clicked on appln tool bar.

Thanks,

Prasad

1 ACCEPTED SOLUTION
Read only

Former Member
1,794

HI,

Refer to the demo program BCALV_EDIT_06 . You can find the solution.

For more refer to the link..

Hi,

I am working on the ALV report using objects (custom container

and cl_gui_alv_grid).

I have a drop down editable field in the alv. How can i capture the

selected values in the dropdowns for all rows when a button is clicked on appln tool bar.

Thanks,

Prasad

5 REPLIES 5
Read only

Former Member
1,795

HI,

Refer to the demo program BCALV_EDIT_06 . You can find the solution.

For more refer to the link..

Read only

I355602
Product and Topic Expert
Product and Topic Expert
1,794

Hi,

Refer demo programs:-

BCALV_EDIT_06 -- Dropdown Listbox at Column Level

BCALV_EDIT_07 -- Dropdown Listbox at Cell Level

Also you can refer:-

Hope this helps you.

Regards,

Tarun

Read only

Former Member
0 Likes
1,794

Hi,

Thanks for the replies.

I am aware of getting the drop down in alv. I am looking at how to read

the values that were selected in the drop down. Lets say, there are 10 entries

shown in the ALV. User has selected values in all the 10 entries and click the

save button, i have to read all the 10 entries with the selected drop down values

for each row.

Thanks,

Prasad.

Read only

0 Likes
1,794

Hi,

To read all changes done to ALV you'll need the method HANDLE _DATA_CHANGED.

I'm trying to copy an exemple here but can't. Search the net for some exemples.

Regards,

João bué

Read only

Former Member
0 Likes
1,794

This message was moderated.