Re: Get Response on successfull Update(fnSuccess) ODataModel
In case of Update OData does not return anything. You have to depend on the status code 204. As per the OData specification from Operations | Open Data Protocol section 2.6 When processing a PUT...
View ArticlePreventing Flash content from re-loading in HTML Component
Hi, I place flash content inside a sap.ui.core.HTML control and then add it to a sap.m.IconTabFilter as part of a sap.m.IconTabBar. When I switch away from the tab with the Flash content and return it...
View ArticleQuery on alerts in SAP UI5
Hello, Could someone let me know how we can capture the value/text in the alert message in SAP UI5 coding?I am able to capture the key but not the value. The requirement is when I navigate from one tab...
View ArticleRe: How to implement user session in SAPUI5 ?
Hi Jenish, this issue was already discussed in many communities. Talk a look a this post at stackoverflow: How to maintain session on a phonegap android app. I can definitely confirm, that client-side...
View ArticleEvent Handling Question
I have a table in SAP UI5 which has a checkbox in one of the columns for each row. When this is clicked I want it to open a Dialog box and then the user either confirms or denies the operation. On...
View ArticleRe: Event Handling Question
I would do that using custom data. The Custom Data can be be used as a key to track the selected row. var oCheckbox = new sap.ui.commons.CheckBox({ checked : "{checked}"})...
View ArticleRe: Event Handling Question
Another option would be to use bindingContext, which is much simple and cleaner. Refer to this
View ArticleRe: Event Handling Question
Thanks for the 2 options I'll probably go with the bindingContext since it's cleaner.
View ArticleRe: UI issues in Firefox
Hi Andreas Thanks for the response we working on SAP Fiori and our SAP UI5 is hosted on Gateway SAP UI5 is of version 1.12.5 . SAP Gateway SP - 7 SAP ECC SP - 8 Let us know if there are any...
View ArticleTranslations in SAPUI5 (on HANA XS)
Hello, I am new to SAPUI5 development. I understand how translations are supported on ABAP (as described here:Translations in SAPUI5 Application), but while developing on HANA XS, I am unclear on how...
View ArticleRe: Translations in SAPUI5 (on HANA XS)
The Hana developer guide includes a section on translation text bundles on Hana XS (page 458) 9.3.5 Tutorial: Create and Translate Text Bundles for SAPUI5 Applications...
View ArticleRe: neptune for UI development Pros and Cons
Hi Yashpal,I will give you my view, but as Robbe says I work for the company and other SAP developers like DJ Adams has other development tool preferences than me ( I call his Sublime Text development...
View ArticleRe: How to insert next value of sequence from SAPUI5?
To be less redondant : write a page which retrieves the next value of the sequencebefore calling submitChanges() do an AJAX request to the previous page and set the id property from the model.
View ArticleRe: Dynamically Fill Chart with Data
The code looks fine to me. I expected that a change in the model would also automatically change the chart as well. As it is not working in this way I would do the following to achieve the requirement...
View ArticleArtifact not found while installing SAPUI5 evaluation edition
Hello Experts We downloaded the SAPUI5 SDK 1.16 from UI Development Toolkit for HTML5 Developer Center and tried to install it from the local hard disc and received the following errors The same...
View ArticleRe: Can somebody share a snippet for using method...
you can define like this headerContent : [ new sap.ui.ux3.ThingGroup({id : "id3",title : 'Company Info',content : infoMatrix}), new sap.ui.ux3.ThingGroup({title:'Title...
View ArticleIs it impossible to use viz charts in XML views??
i'm pretty sure my code is fine, but i get a square with "no data" as a result in the controller on init: onInit: function() { var oData = [{product:"computer" , value:"20"},...
View ArticleRe: How to Start with SAP Fiori
Hi Sangamesh, Yes there is a tool APPBUILDER which helps in quickening the development process with Odata and UI5. Appbuilder is a browser based development tool to quickly build HTML5 , JS...
View Article