Re: Possible to get older SAPUI5 versions from the ondemand library?
Bump. Having SDK documentation on 1.12 would prove helpful.
View ArticleUploading images from Mobile to Remote Network Drive
Hello Experts,I want to store or save images from mobile to remote network drive on computer using HTML5 and javascript.Please suggest options to do it. RegardsManish
View ArticleSAPUI5 mailbox
Hi All, Using SAPUI5 i want to build a user interface where i can configure my mail box and send/receive the mails. Is the above requirement possible using javascirpt ? Thanks,mano.
View ArticleRe: SAPUI5 Mobile Splash Screen
Hi Simon, as promised.Asynchronous load of SAPUI5 RegardsKonstantin
View ArticleRe: Pessimistic Concurrency and SAPUI5
Hi Michael, I see that we have websocket support from Netweaver 740 SP4.http://scn.sap.com/community/abap/connectivity/blog/2013/11/18/websocket-communication-using-abap-push-channels I will try using...
View ArticleRe: Uploading images from Mobile to Remote Network Drive
Hi Manish, you'll need a server side script for that. You will upload the image from your browser via http, and script will put it into directory you need. RegardsKonstantin
View ArticleSAPUI5 authentication with Google
Hi All, I have developed SAPUI5 application which should be authenticated with Google Identity Provider. Once authenticated successfully, should be able to logon into youtube, facebook etc. Please...
View ArticleRe: Pessimistic Concurrency and SAPUI5
Hi Krishna, cool, that's news to me, too! I'm gonna go in for a closer look. Regards Michael
View ArticleRe: Uploading images from Mobile to Remote Network Drive
Can you provide code snippet. RegardsManish
View ArticleRe: Uploading images from Mobile to Remote Network Drive
It depends on technology, you plan to use on server side.
View Articleget portal user in SAPUI5
Hi Gurus,I have to create a SAPUI5 application in portal. When user clicks that iview, I need to check whether the portal user assigned to a particular portal group.If he is assigned, I have to display...
View ArticleRe: Read data from sap table
Hi, you need to create OData service (Gateway service) for backend business logic and then need to use it in your SAPUI5 application. you can refer my blog How to create SAPUI5 application consuming...
View ArticleRe: Read data from sap table
Hi Marino, You can get data from table by creating ODATA. First you have to create ODATA service configuration for that table and then you can check whether the service configuration is correct or...
View ArticleRe: How to listen to 'enter' event on a TextField control?
Thanks Michael, Is there another way to do this? I read about 'sapenter' event, but I didn't understand how to catch it. Regards,Anthony
View ArticleRe: How to listen to 'enter' event on a TextField control?
Hi Anthony, Check the following URL, you can get all the methods what you can do by textfield in UI5. JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.commons.TextField...
View ArticleRe: How to listen to 'enter' event on a TextField control?
Hi Anthony, onsapenter didn't work with me. Maybe somebody else can explain us the usage of this method? That would be great Thanks in advance! Michael
View ArticleRe: get portal user in SAPUI5
RamThere are standard UME web service functions available in Portal which can check if a user is part of a group. if i remember it correctly, the method name are - getGroupsOfUser or getUsersOfGroup...
View ArticleRe: settings need to be done in SAP to deploy eclipse project
Did you apply note# 1684342 in the abap system?
View ArticleRe: settings need to be done in SAP to deploy eclipse project
You seem to have right UI5 components. In addition to Sandip's suggestion, You may also check with your authorization team. You need authorizations mentioned in below...
View Article