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

DropDown List - Without OOPS ALV

Former Member
0 Likes
869

Hi Gurus,

Is there any possibility for making a field as dropdown in ALV grid If we use FM 'Reuse_Alv_Grid_Display'

We searched in this forum about the above requirement, but found only the OOPS ALV model of creating a

dropdown field in ALV Grid display....

Is there any thing we can do with FM 'DP_CONTROL_ASSIGN_TABLE' regarding dropdown list field in ALV Grid without using OOPS ALV concept..

Waiting for your replies....

4 REPLIES 4
Read only

Former Member
0 Likes
644

Hi,

Check example programs BCALV_EDIT_06

and BCALV_EDIT_07.

Hope this will helps you.

Regards,

KIran

Read only

0 Likes
644

Hey thanks for your reply...

But can this be done without OOPS ALV concept??...

Bit confused...

Read only

0 Likes
644

Hi ,

Check this link .

<link to blocked site removed by moderator>

regards

Deepak.

Edited by: Thomas Zloch on Sep 21, 2011 1:43 PM

Read only

Former Member
0 Likes
644

Hi,

Suppose if you create the search help for that field use lvc_t_fcat instead of slis_t_fieldcat

refer the link

Otherwise Drop Down is not possible for normal ALV GRID. you can use the OOPS ALV Eg Program for BCALV_EDIT_06 & BCALV_EDIT_07.

Regards

Dhina..