Hi Guys,
How to Add row in sap.m.table using Model?
I populate rows with return of OData
oItens.setData(oData2.results);
this.getView().setModel(oItens, "MDL_Det_Itens");
But how add row in this case using Model?
Hi Guys,
How to define search help for fields ekpo-KONNR, ekko-EBELN, EDOBRCTEINCOMING-ACCESSKEY, EDOBRCTEINCOMING-CTE_NUMBER and others?
this way does not work:
@Consumption.valueHelpDefinition: [{ entity: { name: 'EKPO', element: 'KONNR' } }]...