cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down and OVS help in ALV

mahesh_jagnani
Participant
0 Kudos

Hi Experts,

How can i have a drop down associated with a field and OVS help associated with another field in ALV Table.

Thanks

Mahesh

Accepted Solutions (0)

Answers (3)

Answers (3)

mahesh_jagnani
Participant
0 Kudos

ok

former_member184578
Active Contributor
0 Kudos

Hi.,

Yes you can have drop down and ovs in ALV .

check this article for dropdown in alv., [Dropdown in ALV|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0cbdde3-fe58-2c10-fcbc-8db18e693877?QuickLink=index&overridelayout=true]

hope this helps u.,

Thanks & Regards

Kiran

Former Member
0 Kudos

Hi Mahesh,

You need to create an object of type CL_SALV_WD_UIE_DROPDOWN_BY_KEY, which is the UI element for dropdown by key, and set that to be your individual cell editor.

For whichever column you want a dropdown box, use the method set_cell_editor to make the editor as a dropdown box

Drop down in alv..

OVS for ALV is similar to implementing OVS for normal tables. Declare the component usage of OVS at the component level and in your view that contains the ALV table. Implement the event handler.

go through this..

Cheers,

Kris.