Hi all,
Good day..!
I am trying to build a Node.js (XSJS service and xsOdata service) for my UI5 application in HANA XSA Webide (HANA 2 SPS05) i have created the UAA xs-security.json file as below and added a instance in the HANA cockpit.
xs-s...
Good day all..!Dear friends,In BSP Application i have specified with the maxLength:254 for TextArea in my Application,oMatrixBooking.createRow(oLabelRequiredTime, oCellBooking1, oLabelRequiredTimeTo, oCellBooking2 ); //Employee data details - Re...
In the above example, AsnDate is with the for of DateTime ie.,(2013-12-04T00:00:00), i want to convert it to Date format ie.,(2013-12-04) in NetWeaver Gate way, I request to help me fixing this, Thank you all in advance.
Hi Jhodel Cailan, Good day..!I tried deploying the my mtar using "Deploy to XS Advance" because am using a on-premise system but while deploying i got an error,"PAL_Customer360" will not be rebound to application "db_cust360" because the binding p...
Hi Jhodel Cailan, Thank you for your reply i have actually added that i forget mention that in the code, ID: PAL_Customer360
_schema-version: '2.1'
version: 0.0.1
modules:
- name: db_cust360
type: hdb
path: db_Customer360
requires:
...
Dear Viswanath, I suggest don't use as ComponentDetails.fragment instead please use it as ComponentDetails in your dialogType attribute as like below<Button class ="componentCancel" text="Cancel" dialogType="ComponentDetails" width="100%" ty...
Hi Oliver, For these kind, i use custom sorting function,sample,// The Sorter, with a custom compare function, and the Grouper var oSorter = new sap.ui.model.Sorter("value", null, fGrouper); oSorter.fnCompare = function(a, b) { ...