Quantcast
Channel: SCN: Message List - SAP Fiori
Viewing all articles
Browse latest Browse all 2526

Re: DropDown from Odata needed in the xml view

$
0
0

First, define an oDataModel using the service URL, and set the model to the Component.

 

Second in the XML view, you can use the below code:

 

<Select items="{path: '/EntitySet'}">

  <core:Item key="{Field}" text="{Field_Text}" />

</Select>

 

This would bind the entity set data to the drop down.

 

Thanks,

Esha.


Viewing all articles
Browse latest Browse all 2526

Trending Articles