Auth with SAPUI5 Mobile
I am using SAPUI5 to write a web application that will be ported to iPhone and iPad using XCode and PhoneGap. In the SAPUI5 best practice documentation, it clearly states not to create any custom logon...
View Articlehow to reduce the height of the table row by using css (SAP UI5)
I am trying to change the SAPUI5 standard table control to use a somewhat smaller font-size. var oSampleTable = new sap.ui.table.Table({ title: "Sample Table", id: "oSampleTable" ,...
View ArticleCheck for Null in oData call while populating SAPUI5 table
Hello I am consuming oData service (based on some filter) to populate my SAPUI5 table. The service returns No Data for some filtered values and the table shows No Data. I would like to make a check...
View Articlehow to do with json model
1, I want add a line data to json;2, I want to merge two json model; one append to another. Thanks very much.
View ArticleSeveral question regarding OData and Tables
Hi experts, I have some questions about SAPUI5 Tables and OData... We are currently using an ODataModel which point to a service from a SAP Netweaver Gateway server. var oModel = new...
View ArticleFiori Logon customization
Hello, Did anyone know an approach to customize Fiori Launch page / Logon page ? I tried downloading launch page code from BSP system under /UI2/LAUNCHPAGE and view the code. But the login code is in...
View ArticlePassing input to a oData service
Hi, I am trying to develop a simple mobile application using sapui5. In this application I have 2 sap.m.Input fields to enter two numbers.These two numbers are then passed to oData service,this...
View ArticleSplitApp Hide Master in Landscape Mode
Hi Guys, In SAPUI5 SplitApp, the Master stays hidden in the Portrait mode where as in Landscape mode the Master is not hidden, Can some one tell me how to keep the Master also hidden in Landscape mode...
View ArticlePositioning dialog box in a view
Hi Experts,We have created a dialog box which will popup on click of a table cell. The dialog positions itself if the middle of the screen and not near the link from where it is called, which is quite...
View Articlebindelement method does not send out OData service request
Hi, There is a weird behavior in our application that sapui5 does not make OData service request (I use Chrome to monitor network activity) as we try to bindelement with a particular entity. We are...
View ArticleTileContainer and weird behaviour together with App and Page
Hi, I'm having some weird behaviour with TileContainer which I cannot explain. Below are three examples that ought to work the same. However, only alternative 2 actually works //Alternative 1:...
View ArticleReusable view in UI5
Hi All, I am trying to use one view as a reusable/subview in different views but whenever i use this view, it gives me duplicate text field etc error. I am wondering if anyone knows about it.. Use...
View ArticleSAP UI5 translation
Hi, I have some doubts regarding the steps involved in getting the texts translated and using them in the SAP UI5 applications. I have gone through following links:...
View ArticleUse of Icons in SAPUI5
Hi there, today I've tryed to use the iconset (icon font) that comes with SAPUI5, but it gives me some error. I Tryed the following: var aNames = sap.ui.core.IconPool.getIconNames(); aNames is...
View ArticleClient-side Session Management
HTML5. It's a mercy!1. Requirements2. Distinction3. The Coding3.1 main.js3.2 person.js3.3 sessionmanager.js4. The AppHTML5. It's a mercy! JavaScript developers can use the new Session and Local Storage...
View ArticleConsume NetWeaver Gateway services
Hi All, Has anybody followed the blog http://scn.sap.com/community/developer-center/front-end/blog/2012/10/15/consume-netweaver-gateway-services-via-sapui5#comment-374982 successfully? Please guide me...
View ArticleKeep the pressed StandardListItem highlighted
Hi Is there a way to keep the row highlighted as the finger move up?but of course need to remove the highlighted stylesheet as other row is pressed. Thanks Mingho
View ArticleAccessing MetaData in SAPUI5
Hello I would like to access the texts from the ABAP dictionary and use them as labels on the UI5 controls, I have tried using the getServiceMetadata function of the oData model,but i was unable to...
View ArticleHow to navigate between two views in a Desktop Application?
Hi, I am new to SAPUI5. I have two views. One is Login Page and second one is List details.When I click on Login button I want to navigate to another Page. I can do this in Mobile .But for...
View ArticleWhich is the preferred view for SAPUI5 Application ?
Hi All, 1. Can anyone explain why SAPUI5 comes with multiple views such as JS, XML, JSON, HTML ?2. On basis of performance which view is preferred?3. On which basis the respective view needs to be...
View Article