Hello,
Recently we have updated our SAPUI5 Version and system. Now my app navigation is not working because of new additional parameter automatically apped in the end of URL "?sap-app-origin-hint=".
https://system.com/sap/bc/ui2/flp#SemanticObjec...
Hello,
I'm using smart form & smart field in my application. "Description" is appear in my smart field when I was using app version SAPUI5 - 1.71.5.
Now the version is upgraded to SAPUI5 - 1.96.11. Now I am not able to see the "Description" i...
Hello Experts,
I have smart table with table type : sap.ui.table.Table. I got the result of data in table like almost 700 records then I want to scroll the record to see the rest of items in table.
Once I reach the end of scroll the table get ref...
Hello Experts,
I'm using smart field control using annotation. I can able to read the records in value help table but I am not able to fetch or mapping the selecting item or record from the value help table.
View.xml
<smartField:SmartField ...
Hello Jun Wu,Because of the new parameter append automatically in the url. This parameter appear after the update SAP System. Earlier it is working with this url - https://system.com/sap/bc/ui2/flp#SemanticObject-create&/object/000003Even it is worki...
Hello VinothYou can try this way for multiple filter.var filters = [];var Supplier = this.getView().byId('IDINSupplier').getSelectedItems();var Parts = this.getView().byId('IDINPart').getSelectedItems();if (Supplier.length > 0) { $...