where i can get Shopping Cart App source code ?
HI, i want to understand the Shopping Cart App properly which is explained in this link "SAPUI5 SDK - Demo Kit".please help me to find its source code so that i can understandDetailed GuidanceFile...
View ArticleRe: Application breaks when called as Component
Hi VladimirsI uploaded the source code on github, here is the link https://github.com/mailsandip/component_test ThanksSandip
View ArticleRe: FileUploader and X-CSRF-Token?
Hi John,We are trying approve the workflow decision by POST the HTTP request with Headers (SAP Business Workflow with SAP NetWeaver Gateway version 7.4). HTTP POST with Headers (x-csrf-token) we are...
View ArticleOAuth 2.0 or SAML 2.0 to UI5 via Service Mediation Layer
Dear all I am interested to gauge opinion and experience on the following scenario. The key components are:on Premise SAPUI5 application running on Gateway NW level 7.3 SP08 (intranet based)On Premise...
View ArticleRe: Application breaks when called as Component
Ok, so looked at it a bit more - looks like the resources are not being loaded by the Component.js , even though there is an explicit loading mentioned --inside component.js ----...
View ArticleRe: get JsonModel
Alternatively you can use the model's methods directly var data = oTable.getModel().getProperty("/Account");Best regards,M. PS: I sometimes prefer to use the binding directly. This is useful if there...
View ArticleRe: FileUploader and X-CSRF-Token?
Hi Hai, Thanks for you tips. Unfortunately they don't work for us.We need to support IE9, using SAPUI5 and NetWeaver Gateway. Our upload service requires 2 header parameters, which are slug and the...
View ArticleRe: "Reset" a DropdownBox / ComboBox
This had to do with a TwoWay JsonModel. When changing the Dropdown value, I changed the binding of other form fields as well, but didn't change the binding back when resetting the form. When resetting,...
View ArticleRe: Convert Text String to JSON object
Please do not!Reasons why you should avoid eval are explained here: How evil is eval? | JavaScript, JavaScript...
View ArticleRe: Sum of Odata values in a table
Binding of different sub-elements from the modelDatabinding with element count
View ArticleFiori Apps documentation
Where can I find the end-user documentation for each Fiori App. I'm looking for some sort of user manual for these Apps. Another question is regarding the developer point of view. Is there any...
View ArticleRe: DataBinding for SUB-[object] with bindValue
hmm, Looks ok try FlightDetails instead of flightDetails
View ArticleRe: SAPUI5 App running on Portal - SSO?
Thanks for all the ideas guys. I'm testing them out to see which way is going to work for me and I'll report back. Appreciate the help so far! Regards,Robin
View ArticleChanging resource path.
Hello everyone, I m building a small project using Open UI5 and I m having some issues with file structure. The structure is like this. <project>/library/open_ui5/sap-ui-core.js The below works...
View ArticleRe: Sum of Odata values in a table
Hi StefanMy initial answer would be to push the heavy lifting back to the Application server, I would normally do this type of operation at the database as mentioned above via SQL and encapsulate in a...
View ArticleRe: Fiori Apps documentation
Hi Vitor, Please visit What is SAP Fiori.Customers like Fiori apps because easy to use and no end user manual is required. Regards,MasaSAP Rapid Innovation Group - RIG
View ArticleRe: Where to download a current version of sapui5-mobile-static.zip and...
Hi Vince, yes, I noticed that, too. HoweverOPENUI5 is missing some parts from SAPUI5this is an non-optimized version containing eg all -dbg files Regards,Wolfgang
View ArticleRe: DataBinding for SUB-[object] with bindValue
unfortunately, i get no result und try with many versions:- FlightDetails/countryFrom- flightDetails/countryFrom- flightDetails/0/countryFrom- /FlightDetails/countryFrom- /flightDetails/countryFrom-...
View ArticleRe: Show the Google map
Hi Vladimirs, Thanks for your reply. Actually I am trying to implement this using mvc concept and in my View.js file I have coded var tab = new sap.m.IconTabBar({ items: [ new...
View Article