How do you deploy UI5 Application from Eclipse Juno to NW 7.3 SP09 Portal?
Dear All I really hope this can be easily answered as this is something I am struggling to achieve. I have a number of SAP UI5 applications that run perfectly with Tomcat. How can I deploy them from...
View ArticleUI Application Dev component is installed but doesnt appear in wizard
Hi ExpertsI have HANA studio version 60 installed on 64 bit Windows 7 machine,where I have deployed UI5 application dev components,but athough the UI5 applications seems to showing installed ok, it...
View ArticleRe: toggleStyle on textView based on modelData
basicly you can't get your object with jquery "$('#id')" before it was rendered.* on createContent nothing is rendered. .addStyleClass() is the right method.
View ArticleRe: How do you deploy UI5 Application from Eclipse Juno to NW 7.3 SP09 Portal?
Hi Michael, Have you seen this blog: http://scn.sap.com/community/developer-center/front-end/blog/2013/01/12/howto-run-sapui5-on-portal-73-together-with-nwdi-and-nwds Probably not exactly what you are...
View ArticleHelp with NW7.4 and UI5/THEME DESIGNER
Hi All, I'm using a NW 7.4 ABAP instance to develop UI5 and GW services. Please, can you help me to use theme designer in this version?It is not working correctly perhaps we have already patched to...
View Articlewhat if analysis in SAP UI 5
Hi, Advanced reporting features like zoom-in ,drill down ,what if analysis are available as part of MAKit of SUP. I do not find these features readily available as part of report API of SAP UI 5. Have...
View ArticleJavaScript start-up API (ABAP Backend) response is slow
Hi experts, I dont know if it is the adequate place here, but I'd like to try... For accessing user information from the SAP Backend the ABAP UI Addon provides a JavaScript start-up API. Using this...
View ArticleSAPUI5 Binding
Hi all, First of all i have just started development in SAPUI5.I have some basic question. I have done binding to elements such as sap.m.Lable, sap.m.List etc. In UI5 we declare string like follow :...
View ArticleEnhancement in SAP Fiori App
Hi Guys, Fiori Apps installation just got over ! So I thought lets get hands dirty by trying some enhancement on one of the app.I have picked 'Approve Travel Expenses' and I'm following...
View ArticleRe: Team provider functions not supported?
Turns out I was misreading the components all the time. UI2_731 is installed, not UI5_731
View ArticleRe: JavaScript start-up API (ABAP Backend) response is slow
Hi Stefan That does seem a long time. I've just tested and recorded it here - the same call, same depth, takes 135ms. I'm not saying that was the first time it was called, but it's probably worth you...
View ArticleRe: SAPUI5 Binding
Hi Harshal, To define a property binding on a control its preferable to set the path of your associated model. You can assign the path to the var variable1 to an object literal later set it to the...
View ArticleRe: Where to put reusable functions?
Hi Ben, Its preferable to define all the applications wide function's as a common utility function's rather leaking in the global scope. window.App = { Models : {},...
View ArticleRe: how to do with json model
Hi Shen, In order to append the existing JSON data with current JSON data // create some dummy JSON data var oldData = { actionName: "Say Hello" }; //...
View ArticleRe: SAPUI5 Mobile - Only Page Title Displayed
Well, in your case all JS is in the HTML while I tried the MVC example; but the documentation is unclear to me... to many options and I have difficulties to grasp the different approaches (App, page,...
View ArticleRe: SAPUI5 Mobile - Only Page Title Displayed
Well, an MVC example with multiple files is hard to put on jsbin, that's why I kept it simple (or rather used an existing one). Maybe knowing the hierarchy of controls in your case would help to...
View ArticleRe: Copying table contents to excel
Hi, Noufal!You should separate columns with tabs ("\t") and rows with line-breakers ("\r\n").Than you could copypaste to Excel fine.
View ArticleRe: Navigating between two pages in SAP UI5 using MVC Model
Hi Ian, I am able to navigate now....Thank You Regards,prathik
View ArticleRe: Help with NW7.4 and UI5/THEME DESIGNER
Follow this thread, see comments below by Bjoern Goerke http://scn.sap.com/community/developer-center/front-end/blog/2013/05/13/is-this-cool-or-what Hi Daniel, my mistake. Sorry. Checked back with the...
View Article