Application Development 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: 

How to make Possible Values List

Former Member
0 Kudos

Hi,

Currently, i am working on a dev which uses the function module LVC_FILTER. After selecting the filter criteria, i am going to enter values for the range. When i try to click the button beside the input field for possible value, there are no values found. I tried to set these in the fieldcatalog

wa_lvcfieldcat-ref_field = ref_fieldname.

wa_lvcfieldcat-ref_table =ref_tabname.

wa_lvcfieldcat-f4availabl = 'X'.

wa_lvcfieldcat-tech_comp = 'X'.

wa_lvcfieldcat-edit = 'X'.

is there anything wrong or missing? can anyone help me with this?

Thanks a lot in advance!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Look at the below link

Regards

Sudheer

1 REPLY 1

Former Member
0 Kudos

Hi,

Look at the below link

Regards

Sudheer