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: 

search help in list box in a table control

Former Member
0 Kudos

friends,

I have 3 fields in a table control...by default, when the user double clicks a material (which is in a separate table control), that is displayed in a text box...based on the value in that box, i need to list the possible values for that in a list box, which is the second field of another table control...how should i go about it? pl shed some light friends...thanks all

1 REPLY 1

Former Member
0 Kudos

create one Search function with your selected table field and you needed field

then attached that to table field data element.

2nd option,

load posible datas to internal table

add those valued to relevent list box through 'VRM_SET_VALUES' function.

please addmarks for helpful ans.