Dear experts,I have built a custom action associated to an abstract entity in RAP(odata v4). On a click of the action in object page, my abstract entity is rendered properly as Pop up with fields. Requirement is one of the fields has to be rendered a...
Hi all,
I have created a list report page with object page navigation with segw odata service.
In object page, i have line item table where i have to show colors line item wise. I added ui criticality to ui line item annotation as suggested in sa...
Hi,
I am developing fiori list report & object page app with front end ui annotation. On click of ui line item , app navigates to object page, where i have ui chart.
There is no cds view involved. Purely segw implementation. Though i have given p...
Hi all,
We have deployed our sap list report application from webide togateway via "Deploy to abap repository" option.
The changes done are available in SE80.
When we run the app from in Fiori launchpad, the latest code changes are not coming.
...
Hi experts,
I have a list report application with ui annotations.
In that one of the selection fields is multi combo box(fixed value list annotation).
Issue is, I want to set default value for the combo box when the page is loaded & the default...
This is where i am facing issue. I keep resolve inside the odata success call back of fn1(). During fn1 call execution, when the odata read is found, the control goes to function fn2() and create call is executed first. After that the read call is ex...
mike.doyle4
Hi have two odata calls in two methods.
function1(){ return new Promise(resolve,reject){odata.read(succes:{resolve(odataResponse)})}}
function2(){ odata.Create(do something}
from a different function, say function3, the call is lik...
c3d1947136cd4c748a7aa794001af496vobumike.doyle4Hi have two odata calls in two methods.function1(){ return new Promise(resolve,reject){odata.read(succes:{resolve(odataResponse)})}}function2(){ odata.Create(do something} from a different function, say ...