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

How to make A drop-down box editable by ALV function

Former Member
0 Likes
769

HI GUYS !

     Today , I miss one question.  I  need provide AN drop-down BOX  in my program.   In default  THE drop-down BOX have three select.   Just like SLECT A

select B   and  c  .   BUT NOW  THE Customer require me add a  select which they can input what the want .  Now I  use the   function  'R EUSE_ALV_GRID_DISPLAY_LVC'

          But ...    I  dont know how to made it....

Anybady  Know it ? 

 

THANSK  FOR YOUR HELP!! 

1 ACCEPTED SOLUTION
Read only

ralf_wenzel_heuristika
Active Participant
0 Likes
731

The user can not write into a dropdown field. Get rid of the dropdown and replace it with a normal F4 value help. The problem is, you have to code F4-handling for that field by yourself, otherwise F4 would limit the input variations (you need a value help without value check!)

3 REPLIES 3
Read only

ralf_wenzel_heuristika
Active Participant
0 Likes
732

The user can not write into a dropdown field. Get rid of the dropdown and replace it with a normal F4 value help. The problem is, you have to code F4-handling for that field by yourself, otherwise F4 would limit the input variations (you need a value help without value check!)

Read only

0 Likes
731

THANKS  ,  This way is so  ingenious.    

Read only

0 Likes
731

You may read this (Point 8 - close thread) to show all other readers, that this thread is closed and the solution is included in this thread. Thank you very much.