cancel
Showing results for 
Search instead for 
Did you mean: 

NW Mobile 7.1 - DropDown in Table

Former Member
0 Kudos

Hi ,

i have table that contains 3 columns.In table first 2 columns contain texts.in the 3 rd column i am using dropdown by key. I have mapped a simple type to the Drop Down by Key.i am getting values for first 2 columns .third column dropdown is empty.The Enumeration values not populated.Please suggest the way how to get the values in the Drop Down?.

Regards,

Raj.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

When you say the enumerated values are not getting populated, if you want static values you will have to hard code the enumerated values.

But if you want from the MI server then you will have to create a domain with fixed values for that attribute, reload the values in CDS and then sync to you application.

I hope this answer helps.

Regards,

Narayani

Former Member
0 Kudos

For populating the values check here :

http://help.sap.com/saphelp_nwmobile71/helpdata/EN/c5/e4884180951809e10000000a155106/content.htm

To handle the data , you can follow the following article:

Regards,

Lakshmi