Re: What security issues to be considered while developing UI5 app ?
Hi, you can refer this thread Security as well as ui5 documentation Documentation/AdvancedTopics/SecurityGuide – SAPUI5 Wiki (TIP CORE User Interface) I guess this covers all security aspects while...
View ArticleRe: Error while parsing an XML stream
Hi, I met the "xml-parse-stream-error", too. Maybe it helps: oModel.update() - Error while parsing xml-stream When you send a number with your request, you must do a parseInt() in your...
View ArticleRe: oModel.update() - Error while parsing xml-stream
Ok so you had error in definition of oEntry. you can also refer Documentation/AdvancedTopics/DataBinding/ODataWrite – SAPUI5 Wiki (TIP CORE User Interface) for examples on how CRUD operations are...
View ArticleRe: Error in JSON model
I am not sure why your example is not working. may be you can share your code with us. Meanwhile I created table with XML view using Fiori Fast design tool and below is how my XML looks like,...
View ArticleRe: Using Jenkins for continuous integration
Hi, Not exactly may be the answer to your question but you can refer blog How to use Maven to build your SAPUI5 application and can connect with OP of the blog. Regards,Chandra
View ArticleRe: Data Binding
hi Frank, i have tried the code like you told me, but the result is: i have no "tab" for sorting anymore, so i think this isn't the correct way?! is there another possibility? Regards, Alex
View ArticleRe: Reg:Change background color of Tiles in launch page of SAP FIORI
Hi Masayuki,I am not able to see your post,Can you please reply back agin. Thanks,
View ArticleRe: 'sap' is undefined
Hi Angel, Yes I have added the librariesand in F12 there is no error during loading the libs. Below is the screen shot,
View ArticleRe: Value not changing of the textfield
Hi Jeffin, I have done that also. For that the data is coming in the second view. But after coming back to the first view if I change the data in the textfield and press the button then the data is not...
View ArticleRe: 'sap' is undefined
While deploying the project of hello world I am getting an error in the console of the browser that 'sap' is undefined. The error is in the below line, sap.ui.localResources("sample"); Hi Soumya, in...
View ArticleRe: SAPUI5 at runtime or dynamic
Thanks for your responses to my question. I appreciate the time you have given me. Regards,Harry
View ArticleInput Assist for Input element in mobile Apps in SAPUI5
Hi Experts, I am trying to create input assist for input in SAPUI5. I have written the below code as it is available in demo kit. My code is below: <Input id="i2" type="Text" placeholder="Vendor.."...
View ArticleRe: Input Assist for Input element in mobile Apps in SAPUI5
Hi, Use ValueHelpField SAPUI5 SDK - Demo Kit Regards,Chandra
View ArticleRe: Consuming SAP RFC web service via Ajax javascript
Hi, Michael Can you give me any suggestions?
View ArticleRe: DataTable in mobile apps in SAPUI5
Hi, Can you share your code? you can create demo at http://jsbin.com/ It will help us to help you. Regards,Chandra
View ArticleRe: IS there a way to connect to non SAP DB from UI5 application ?
Hi Vishnu, Thanks for the reply I will try and let you know! Many Thanks,Pandu.
View ArticleRe: Missing TestTools in SAPUI5 SDK
I was also wondering where the Test Suite has gone, it was perfect for playing around with UI elements.. I hope they will re-integrate this soon, but thank you for the alternative developer guide...
View Article