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

List Box values in table control

ricky_shaw
Contributor
0 Likes
1,307


Hello,
I have a list box in a table control that contains Material descriptions. Right now i am getting all material descriptions.

But i want to populate the list box values (for each row) based on column 'Material Type' for which i may get single or multiple entries as relevant for each row.

Can some one tell me how to do this?

Thanks

Ricky


Hello,
I have a list box in a table control that contains Material descriptions. Right now i am getting all material descriptions.

But i want to populate the list box values (for each row) based on column 'Material Type' for which i may get single or multiple entries as relevant for each row.

Can some one tell me how to do this?

Thanks

Ricky

4 REPLIES 4
Read only

Former Member
0 Likes
890

Hi ,

         Check this SAP Standard Program  using SE38 'RSDEMO_TABLE_CONTROL' .

Regard's

Smruti

Read only

0 Likes
890

Hi Smurti,

The program does not use FM : VRM_SET_VALUES for values in List display. I dont know how its picking up values.

Any more inputs.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
890

Hello Ricky,

Did you check the ON VALUE-REQUEST module(s) in your dynpro? I prefer not to use the unreleased FM VRM_SET_VALUES for the list-box functionality, rather i try to use F4IF_INT_TABLE_VALUE_REQUEST.

BR,

Suhas

Read only

0 Likes
890

Hello Saha,

I tried as you said WITHOUT using FM VRM_SET_VALUES but i  cannot see any values filled in listbox. Let me tell you that i have this listbox as a field in table control.

Can you tell me how to fill Listbox using F4IF_INT_TABLE_VALUE_REQUEST.

I am NOT able to fill the material desctripions based on Material Type .

Please suggest.