Link to download SAPUI5 Toolkit?
Hi, I am new to SAP applications. I want to know the link to download complete SAPUI5 Kit. UI Development Toolkit for HTML5 Developer Center provides the links to download evaluation and demo version....
View ArticleRe: Failure-unable to start app - Custom tile
Hi Gopi, Did you use Fiori template for developing custom app with SAP Fiori Toolkit or SAP River RDE?SAP Fiori UX - Develop new apps Please double check the Tile/LPD_CUST definition.Understanding...
View ArticleRe: How to send additional parameters with file upload
Hi Robbe, If you are posting a file to a navigation property that points at the corresponding media link entityset; then the key fields are filled with the previous entity. e.g. Posting a file to...
View ArticleRe: HTTP Post to Odata service
Hi Sam, Once i also worked for such scenario, I found the below code while searching on internet. var WebServiceUrl = 'SomeWebservice/SomeMethod'; var DataToSend = new Object(); DataToSend = {...
View ArticleRe: HTTP Post to Odata service
data: { "ID" : "0020", "PE_NUMBER" : "a1212" }after this line you can put following code- var dataString = JSON.stringify(data);$.ajax({url: web_url,dataType: "json",type: "POST",data: dataString...
View ArticleRe: Time displayed as NaN:NaN:NaN PM
Don't worry, I was only ribbing you about the name :-) Have a debug through your code and see what happens (you've even got a console.log statement already to show you) when you try to form a Date...
View ArticleRe: Simple OData Binding with SAPUI5
Hi Frank, I am learning oDataModel. your code is very helpful. can you explain these two lines var oText = new sap.ui.commons.TextView("l1", {text: "{CompanyName}"});...
View ArticleRe: Failure-unable to start app - Custom tile
Hi Gopi, we had exactly the same error. Our problem was, that we entered the absolute path to the Fiori/UI application in the launchpad configuration as URL, which is of course nonsense. Because we...
View ArticleRe: Simple OData Binding with SAPUI5
Hi Jagadish, {CompanyName} means your binding your model to the control i.e. TextView Customers('ALFKI') means your Entity name or Table name in your oDataModel....
View ArticleRe: Tree Control
Hi Sathish Is this what you are looking for ? You post your question and then you walk away from it. Hope would we be able to support you? -D
View ArticleRe: Tree Control
Hi Dennis Sorry i'm on leave.So unable to reply. Anyway it worked for me.Thank u so much ThanksSathish
View ArticleRe: JSON file Data Binding in MVC application desgin
Hi Vikram, I tried to implement the code in the way you suggested initially. However I am not looking to define the entire application code not just in Index.html. In-fact, I am trying to use both...
View ArticleRe: JSON file Data Binding in MVC application desgin
Hi Umesh, Do I really have to define a kind of template even in Controller file in the way the JSON data file is defined. I am not able to get why there is a need of redefining the template of data...
View ArticleRe: Screen
Hi Krishna I think the right side should be responsive because if i keep on adding states and cities the screen size should adjust accordingly.How can i do that using a flexbox..??? ThanksSathish
View ArticleRe: Simple OData Binding with SAPUI5
Hi Moulika, Thanks for your information. How could we create Table(Customers('ALFKI'))?
View ArticleRe: Unable to log into the SAP River RDE environment (HTTP Status 405)
Fixed! Looks like it was a temporary glitch on the system. It is fixed now and the site is back up!
View ArticleSAPUI5 app and Reverse proxy configuration
Hi Im trying to configure proxyserver for Cross origin resource sharing issue. The below steps i have configured in my machine. 1. I have developed an application which consumes data through odata.2....
View ArticleSorting and filtering in Treetable
Hi All, I have tried to implement sorting and filtering options in my tree table UI however I'm able to use the same with normal table UI5 controlbut is not working with Tree table.Filtering to...
View ArticleRe: SAP UI5 XML View vs JS view
Hi I would like convert xml views in js views too. Does anybody know how to do it? Regards,
View Article