cancel
Showing results for 
Search instead for 
Did you mean: 

blank row in dropdown

Former Member
0 Kudos

Hi

I have mapped the RFC return structure to dropdownbyindex UI element.By default i get a blank row in the dropdown. Is there a way to remove the blank row.

Steve

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ravi

I am not able to change the cardinality of the model node.

Steve

Former Member
0 Kudos

hi

I guess you would have done the binding of the model to the controller and then the controller to the view. Before doing a context mapping change the cardinality and see. it will work

regards

ravi

Former Member
0 Kudos

Hi Steve

Remove the mapping you have done with the table UI element and remove all the context mappings with the node and try changing the cardinality.

Kishore

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

If the return dataset of RFC is say "X" and you have bound this return dataset to a dropdownbyindex ui element of attribute "text". Set the cardinality of "X" as 1..n and selection as 1..1.

That should work.

Refer to the post

Let me know if you require more information.

regards

ravi