Re: How to deal with this issue when working on eclipse?
Hi, Please google it for this kind of error. Refer http://stackoverflow.com/questions/12529629/eclipse-an-internal-error-occurred-during-compute-launch-button-tooltip...
View ArticleTemplating and XML Model
Hello. In the newest version (1.16.3) templating with handlebars.js is introduced. This is a very cool feature especially since two way binding to the model is supported. Example is available here....
View ArticleHTML5 Form action to call Servlet
Hi all, I am new to HTML5 and I am trying to use HTML5 as front end and call my J2EE application or java classes in back.I want to upload a file from UI and perform some actions and return the...
View ArticleRe: HTML5 Form action to call Servlet
Hi Kanimozhi, for the client-side implementation you can use the FileUploader-Control. // create the FileUploader control var oSimpleFileUploader =new sap.ui.commons.FileUploader({...
View ArticleRe: How to deal with this issue when working on eclipse?
Hi Kevin, a colleague of mine had the same problem. After upgrading to eclipse 4.3(Kepler), the error was disappeared. Unfortunately, we've never found out the actual cause of this error Regards Michael
View Articledeploying SAPUI5 with eclipse does not work
Hi, im new with SAPUI5. i have installed all needed plugins in eclipse. Then i have created a empty project with the developement tool kit. as next step i was clicking Team-Share Project. with the help...
View ArticleCall Servlet from view.js
I want to a get file from user and convert it into some other format.I used java servlet for this and it works when I call the servlet from Html body tag. But I want to call servlet from view.js...
View ArticleLane in SAPUI5
Hi, I want to have a Lane Control for my homepage of the application. But i could not locate it in the Dev Guide. Can you please guide me?I saw the lane control here. http://scn.sap.com/docs/DOC-31625...
View ArticleRe: Call Servlet from view.js
Hi, Plan A, try FileUploadServlet as uploadURL. Plan B solution could be if you use not an sap.ui.commons.FileUploader, but a sap.ui.core.HTML with your code. RegardsKonstantin
View ArticleRe: SAPUI5 OBN for NWBC and Portal
Hi Simon, haven't tried it yet. Just hoped there are some best practices for that. May be Native SAPUI5 class or something like that. Don't want to reinvent the wheel. RegardsKonstantin
View ArticleRe: File Uploader UI control issue
Hi DJ, Yes that is another option. What I was looking for is using the FileUploader(Without extending) and having a Gateway service. Which I guess is currently not possible. Regards
View ArticleRe: Calling ABAP web-services (not OData) from SAPUI
Hi IIya,I tried the code from the second thread which is mentioned above but it did not work for me.Can you please provide detailed code .. so that I can check my code with yours or I can make use of...
View ArticleDataset with multiple filter
Hi All, I am currently implementing a DataSet application. According to the dev guide (https://sapui5.netweaver.ondemand.com/sdk/#test-resources/sap/ui/ux3/demokit/DataSet.html) I managed that the...
View ArticleRe: Dataset with multiple filter
Hi Jens, not really sure, but try to add 2 "systemtype" filters.see an example https://sapui5.hana.ondemand.com/sdk/#test-resources/sap/ui/core/samples/databinding/DataBindingTreeFilter.html...
View Articleusing sap.ui.commons.layout.ResponsiveFlowLayout
Hi! I am trying to use sap.ui.commons.layout.ResponsiveFlowLayout adding to its data six elements. Using sap.ui.commons.layout.ResponsiveFlowLayoutData I am able to set the minimal width of the...
View ArticleRe: cache-buster mechanism on mobile - how to enable caching of app JS files
Have you tried the Application cache buster? Looking at the documentation it can be enabled via the configuration option sap-ui-appcachebuster...
View ArticleRe: File Uploader UI control issue
I could not do that with the standard FileUploader and the Gateway. What I am planning to do is to use the SICF service to handle the request(without Gateway) and use the standard FileUploader control.
View ArticleCombine chart problem
Hi, I want line and column chart together, so with I used combine chart. But I'm getting only column chart correctly, for Line chart its showing as dot. var layer1 = new sap.makit.Layer({...
View ArticleRe: SAPUI5 OBN for NWBC and Portal
Most probably you woud have to use EPCM proxy : http://help.sap.com/saphelp_nw73/helpdata/en/4a/2a0116ab9247dbe10000000a42189c/content.htm?frameset=/en/4a/2a0113ab9247dbe10000000a42189c/frameset.htm...
View Article