cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro ALV

Former Member
0 Kudos

Hi All,

I have created an editable ALV grid within my ABAP web dynpro application, but what i want to do now is make one of the editable fields a drop down of options(like UI element dropdownbyindex) rather than having to type the entry in or use the search help. Does anyone know if this is possible and how i would go about doing it?

Regards

Mart

Accepted Solutions (1)

Accepted Solutions (1)

former_member226203
Active Contributor
0 Kudos

Plz chk this link:

/people/steffen.weber/blog/2009/01/15/dropdown-boxes-in-alv-in-webdynpro-for-abap

where the dropdown in ALV is described.

Former Member
0 Kudos

excellent cheers guys thats works a treat!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Yes, it's possible. In this [wiki|https://wiki.sdn.sap.com/wiki/x/AQD4AQ] I show how to use UI elements in ALV components cells.

Please see the method build_alv, in this I show how to add the UI components to the ALV cells. The object that you'll need to use is CL_SALV_WD_UIE_DROPDOWN_BY_KEY or CL_SALV_WD_UIE_DROPDOWN_BY_IDX.

Regards.