Re: Help, SAPUI5 is a bit slower on android
Are you running this on Chrome browser on Android? On safari on ios?
View Articlehow to send email to particular person with default subject and body message...
hi,please tel me how to send email in sapui5 using xml view. my case is to send mail to person xyz at email abc@gmail.com with subject and body just by taping on a particular button and also to send...
View ArticleRe: sap.m in the Controls section of DemoKit
for the rest of us (non SAP employees) I guess this link would show the same thing? https://sapui5.netweaver.ondemand.com/sdk/#content/Controls/index.html
View ArticleSAPUI5 Application in ABAP Server
Hello all, From what I have understood, we can build a SAPUI5 application with the Eclipse-based tools. Now this application project exists locally in working directory of Eclipse IDE and can be...
View ArticleSAPUI5 Application in ABAP Server
Hello all, From what I have understood, we can build a SAPUI5 application with the Eclipse-based tools. Now this application project exists locally in working directory of Eclipse IDE and can be...
View ArticleRe: SAPUI5 Application in ABAP Server
Yes you can build SAPUI5 app on the ABAP server in SE80 - type BSP application but it is easier to use eclipse or app builder to build the app and then import the code into SAP. NW gateway is the tool...
View ArticleRe: how to send email to particular person with default subject and body...
You can do this:sap.m.URLHelper.triggerEmail(<insert email>, <insert subject>, <insert content>); Add it like this when pressing a button: function () {...
View ArticleSelect event in the Tree control
hi experts, I have tree-control in view: var jModel = new sap.ui.model.json.JSONModel();var oTree = new sap.ui.commons.Tree("idOrgTree"); ... some code... oTree.setModel(jModel);...
View ArticleRe: SAPUI5 a column from my table is not showing any data, while the other...
Hi Konstantin, I am srry when i use your way the response is filled. d: {results:[{__metadata:{,…}, Vbeln:0040002402, Tdid:Z004, TdidLabel:ADDITIONAL INFO FOR F&A,…},…]}results: [{__metadata:{,…},...
View ArticleRe: SAPUI5 a column from my table is not showing any data, while the other...
Hi Bart, The same works when data is from json model http://jsbin.com/afif/196/edit Thanks and Regards, Venkatesh
View ArticleSAPUI5 - Use two models in the same view
Hi, I'm trying to build a little SAPUI5 demo to better understand how oData and model binding work. Right now, what I'd like to accomplish is something like this: page one, Carriers: this page will...
View ArticleRe: How can we test the sapui5 application on android device
Have you tried PhoneGap ? you can wrap your html project up into a phonegap app and then deploy this on your android device. lots of information available on this.
View ArticleRe: SAPUI5 a column from my table is not showing any data, while the other...
Could you please also expand a __metadata for one of the entries
View ArticleRe: SAPUI5 doesn't work with Phonegap for WP
Got it working. Solution pretty simple... move the SAPUI5 bootstrap to the body Turns out WP8 DOM is more sensitive than Android and iOS
View ArticleCustom sorter in sap.ui.table.Table
Hi,I'm trying to add a custom column sorter in sap.ui.table.Table control. Our customer wants to sort by numeric fields and I haven't found any standard solution. "Text sorting" seems to be the only...
View ArticleRe: Custom sorter in sap.ui.table.Table
Solved with, custom table sorter and custom header column menu. var oColumn = new sap.ui.table.Column({ label: new sap.ui.commons.Label({text: "Numeric field"}), template: new...
View ArticleRe: SAPUI5 OBN for NWBC and Portal
Hi Konstantin, I was reading about the UI Integration Services recently, it sounds like they might be what you need in this case. You can find out more about them here:...
View ArticleRe: SAPUI5 OBN for NWBC and Portal
HI Simon, unfortunatelly found nothing for OBN RegardsKonstantin
View ArticleRe: Adding 1 row to a table in SAPUI5 with local data(textfields etc...)
Hi Bart, This could be achieved by adding data to the model bound to the table. Below example might helphttp://jsbin.com/uxokuc/236/edit Thanks and Regards, Venkatesh
View Article