Hi, we are developing a workflow based SAPUI5 app and would like to forward the user with an value help.
var input = new sap.m.Input('forward-to', {
width: "100%",
placeholder: "* Receiver",
showSuggestion: true,
suggestionItems: {
path: "/EmployeeSet",
template: new sap.ui.core.Item({
text: "{NAME}"
})
},
Our problem is the oData Model (generated by SEGW as valuehelp). The sent request for EmployeeSet is limited to top 100: