cancel
Showing results for 
Search instead for 
Did you mean: 

Get All Option in Combo Box

Former Member
0 Kudos

Hi Folks,

I have three thing to display "ALL" in combo box holding Storage Location/Material/Material/Type and the output is Total Stocl Units.

In combo box can any one help me to get the ALL values in the selection so they can the total stock value for the storage location.

Please let me know the possible way to do it

Thanks,
Srikanth.M

sri7734@Live.com

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Gururaj,

Would you be able to provide a bit more detail on how this is done?

Thanks

Joe

gururajenamate
Explorer
0 Kudos

Hi,

1. Keep all required properties in a model and set this model to Combobox.

2. In change event of Combobox you can access all properties of that selected row by using

oEvent.getSource().getBindingContext("ModelName");

Regards,

Gururaj