Re: How to load data from model before showing table?
HI Supriya You can do model.attachRequestCompleted to get the data. -D
View ArticleTeam provider does not show all configured systems
Hi all, I recently started playing around with the SAPUI5 Development Toolkit for Eclipse. After creating a first project, I tried to upload it to the SAP backend via the team provider. As I understand...
View ArticleRe: How to load data from model before showing table?
Hi Dennis, But that seems to be some event handler. I have observed unless and until the table we have tied a model appears on the screen, request doesn't get completed. This will not help me in a...
View ArticleRe: How to load data from model before showing table?
the table is definitely triggering the request, Open the network monitor on the browser and observer the URL send to the sender. then you can copy the URL and have it in the oDataModel constructor. I...
View ArticleRe: Purpose of BSP application and UI5 application in HR Renewal pages
Hi Madhu, maybe i can give you some information, because i'm currently in an integration test for a MSS renewal project in Germany. The BSP-application is nothing more than the deployed SAPUI5 app on...
View ArticleRe: Horizontal Scrollbar not working in sap.m.ScrollContainer
Hi Ajinkya I am using it and it is working fine for me.What have you add to the content of the container? Does the item(s) have width size larger that the container width? Thanks-D
View ArticleRe: Textfield upates from controller but when put into column no longer updates
Hi Stam You are creating a template in a column hence var oLabel= sap.ui.getCore().byId("oTotalMonday2");will not work.Maybe you can briefly explain what you wish to do and we can help.Thanks-D
View ArticleSAPUI5 Team Provider ABAP Repository on Mac OSX/Eclipse Kepler freezes
I have a Macbook Air with Mac OSX 10.9.3 and Eclipse 4.3 Kepler. I have installed UI5TOOL SDK 1.20.9 and UITEAM 1.20.9 with no issues. I created an empty Test SAP UI5 project. However, when I right...
View ArticleModify SAP Fiori Apps
HI Experts, Our aim is to modify Fiori Application We are using Juno 4.2 eclipse We added Fiori Tool Kit and https://tools.hana.ondemand.com/juno Then we created a SAP UI5 Mobile Application, We...
View ArticleRe: How to auto import a flat file
A browser cannot have access to the local filesystem via scripting, this would open up a floodgate for all kinds of phishing/advertising/trojans, but it is perfectly possible to automatically load...
View Articlevalidation stopped the action to trigger gateway service.
Hi Friends, Here is what I'm getting..I have few input fields and a button save.when I enter the values in the fields and then save.. it is working as expected.But For validation purpose I have added...
View ArticleHow to transport SAPUI5 components from ABAP repo
Hi All, Please suggest me how can I move the SAPUI5(deployed in ABAP repo) apps from Dev system to QA . Thanks in advanceRajesh
View ArticleRe: validation stopped the action to trigger gateway service.
I would suggest you look at some of the example applications for structuring your application. Ideally you should only put code in view which is responsible for rendering your UI, any events etc should...
View ArticleRe: validation stopped the action to trigger gateway service.
HiThanks for your reply. But my requirement is just to read the data from the UI and send back to SAP .There is no update or create needed here. Can you refer me some links where I can get more...
View ArticleRe: SAPUI5 consuming web service - problem
I had the same problem and it helped me too! Thank you very much.
View ArticleRe: how to make searchfield as mandatory in formelement
Saket, Can you please let me know if and how were you able to achieve this. I have the exact same requirement. Thanks in advance for your help. Vivek
View ArticleRe: SAPUI5 consuming web service - problem
Hi Rosen,Please mark this Discussion with a Correct Answer and Helpful Answer where appropriate. See http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why Even if...
View ArticleRe: How to transport SAPUI5 components from ABAP repo
Hi Rajesh, once the SAPUI5 application is deployed to ABAP server, it is stored as BSP application under transport request (refer my blog How to Deploy and Run SAPUI5 application on ABAP Server for...
View ArticleRe: How to call 2 functions but have the second start once first function is...
Hello Bob, maybe it's best to use data binding for the values/properties of the model. So as soon as the model was updated by calling model.refresh() the data binding listeners get notified, too....
View Article