I'm using RAP/OData V4 model.
The field "Condition Amount or Ratio' is a amount with currency:
The Items that already exists in Draft Version need to be Read-Only, but the currency displays as
{mode:'TwoWay', parts:[{path: 'ConditionRateAmount'...
Hi,
I am developing a List Report application , where I have a requirement to search both values from List Report page and object page.
The field need to calculate by "case"
@Search.defaultSearchElement: true
case
when Ref...
I am developing a List Report application , where I have a requirement to pass values from List Report page to object page .
I did it by set a global JSON Model
ListReportExt.Controller.js:
sap.ui.getCore().setModel(oSearchValueModel,"SearchVa...
Hi,
I am developing a List Report application, where I have a requirement that,
1. input a value in Filter of List Report,
2. navigate to Object Page,
3. the SearchField of Object Page trigger search action.
But, the search action in S...
Hi,
This is the mockup of my Analytical List Page.
And it looks like this now. I use extending column to implement Exception Description, Data used in these columns (excpt_title, except_description, except_cause, except_solution1, except_solut...
Hi soumya,I tried to declare the Model in component.js and manifest.json, but it didn't work.I need setModel in ListReportExt.Controller.js,but this.getOwnerComponent().getModel("MyModel") returned undefined in ObjectPageExt.Controller.js.My app foll...