How to customizing the passcode policy in Kapsel Logon
In Kapsel Logon Plugin,I want to customizing the length of the passcode, where should I put the policyContext?Here is the code: logon.js var appContext; function doLogonInit(context, appId) { if...
View ArticleSAP Web IDE - Extend Applications
Getting StartedCreateExtendMobileAnalyticsEvents SAP Web IDE simplifies the end-to-end application lifecycle. It can be used for prototyping, developing, packaging, deployment, and creating customer...
View ArticleWeb IDE Deployment Error: Cannot read property ‘startTask’ of undefined
I have successfully deployed and updated applications from Web IDE to SAPUI5 ABAP Repository. Now, I am receiving the error "Cannot read property 'startTask' of undefined" when attempting to do so. Any...
View ArticleSAPUI5 - VizFrame with stacked bar graph not showing
Hello, I'm trying to get a stacked bar graph via VizFrame on SAPUI5. It seems I have everything in order (I used the code found in SAPUI5 Explored and changed it to my own requests) but the graph is...
View ArticleSAPUI5 Mobile App performance standard
Hello Experts, Our team is going to be developing an SAPUI5 based Banking Application. Would like to know if there are any SAP Mobile App Performance standard/guidelines available. Kindly treat this...
View ArticleHow to add headers to odata service
Hi, I'm working on following odata service: https://<server>:<port>/gateway/odata/SAP/SOA_LOGIN_GET_DATA;v=1/InspectionSet this service is coming from Sap Mobile Platform, SMP3. now this...
View ArticleMake a "Number" input type to accept "alpha numeric" values
Requirement: The input field should open the "number" key pad on touch/tap in the iPad. But at the same time , the field should accept "characters" or "special chars" typed after typing the number....
View ArticleHow to do element binding in xml fragment in UI5 application
Hi guys, I've raised a question which is bothering me so much on stackoverflow:http://stackoverflow.com/questions/31624500/how-to-do-element-binding-in-xml-fragment-in-ui5-application I don't want to...
View Articlecreating disucssion forum or forum in sap UI 5
Hi,i am trying to develop an forum/ discussion forum similar to SDN, any sample or help would be very helpful. thanks Dhinesh
View ArticleBasic WebIDE
Hi all, I'm looking for WebIDE examples. I'm looking for basic document where I can consume Gateway service and populate data accordingly in WebIDE. Say my service gives me the list of employee...
View Articlexml view add multiple class values doesn't detect class in controller
Hi Experts, I am using xml view eg: <label id="lblCustomerName" text="Hi Jhon" class="custTitle hidden"/>I have specify two classs "custTitle" (actual css for label) and "hidden" (hide label). On...
View ArticleWalkthrough in WebIDE: sap is not defined
Hi All, I was going through the walkthrough tutorial and creating this in eclipse. I reached till step 8 and it was working fine in eclipse. Now I copied all my folders and files to WebIDE and when I...
View Articlewebide 1.12 local installation problem, throws error after login
Hi allwe install local webide version 1.12 , installation was successful but problem after login it, it shows error, and unable to reach start page error like this
View ArticleHow to creat Parameterized Graphic Images
I wonder if i can create graphical images on the basis of exact measurements like circle, arc, rectanle, curve etc. sample image is Is it possible to do this in sapui5 Please guid regardsMuhammad...
View ArticleSAP TM Collaboration portal - UI5 extensibility issues
Hi , I am searching for possible solutions for a customer asking me to enhance its SAP TM standard collaboration portal. I have then imported the corresponding SAPUI5 application [SAP standard TM...
View Article401 unathorization error while calling Odata service from UI5
I have implemented a getEntity method in my DPC class to return the data of the selected employee. I tested the service in the browser with the following url and it shows me correct data as expected....
View ArticleSAP Fiori: Function Imports Passing URL Parameters Issue
Dear Experts, I am very new to HCP and SAP Fiori. The Scenario is as below: 1. Created one HCP application to expose JPA entity as oData service using Apache olingo library. The OData service also has...
View ArticleHow to align button e.g. in a panel?
Hello! I got this problem. I've created a panel and in the header there are some buttons. The coding is: //Create a panel instance var oPanel = new sap.ui.commons.Panel({width: "350px"});...
View ArticleOpenUI5 Grunt build tools - watching files config?
When working with the github OpenUI5 repo's grunt build tools I enjoy the "watch" feature which allows one to make changes to JavaScript or Less files (in src mode) and see them in action after a...
View ArticleControls and rendering
If I update a property or aggregation on a control how do I prevent it from rerendering? For example, if I add a member to an aggregation, I want to render just the new member, not do a full rerender....
View Article