Re: How to change header text of table group ?
Oh sorry, my bad - your fiddle is correct!As for your question, I did a bit of digging into the standard implementation of the sap.ui.table.Table control, and it seems like there is no way to adjust...
View ArticleRe: SAPUI5 - Context transfer
you need to bind items to the correct data set. then each of the items have the item termplate which will bind to the specific properties within the data set
View ArticleRe: SAPUI5 using WEB IDE
Hi Jamie, Thanks for getting back.. Yes the new url works and I am able to make progress till the point where it suggests to add a table to the details view.. Once I add the table to the...
View ArticleRe: SAP Fiori Launch Configuration - Admin and Launch pad issue
Thansk Mike!! I have to admit that how to do guide was an help.Issue was due to missing chips entries in the database table /UI2/CHIP_CHDR. Debug the application and come across missing entries and...
View ArticleRe: SAPUI5 using WEB IDE
Hi Shiv, Under <columns> you must upcase the "C" in each Column <Column xmlns="sap.m"> <header> <Text xmlns="sap.m" text="Item"></Text>...
View ArticleRe: My Travel & Expenses - Could not start the app due to an internal error
Thanks Masa for the response. I can't find any OData service calls requested before to the error. Appreciate your reply.
View ArticleRe: My Travel & Expenses - Could not start the app due to an internal error
We got an update from SAP that UI component for My Travel & Expenses should be on SP2. Thanks.
View ArticleRe: FileUploader and X-CSRF-Token?
Hi Adhiamol, I am using UI5 1.22.4 and I was able to upload files using the FileUploader control without extending the FileUploader control for Chrome, Safari, Firefox and IE10. For IE8 and IE9, UI5...
View ArticleTWO queries on sap.ui.table
hi, 1. having issue with hAlign in sap.ui.table.Table declaration of xmlns in View tag: xmlns:table="sap.ui.table" table declaration:<table:Table id="Table1" visible="false"...
View ArticleHow to access events from an iframe into sapui5 app
hi i created an sapui5 app and i placed an iframe int hat i am giving src as an executable html page i.e an bpmn editor in that i am getting events if we select any symbol in that these events raised...
View ArticleNeed Help In Creating HTML5 App
Hi All, I am creating a HTML5 application using WEB IDE in hana cloud platform cockpit .I created a project using File->New->Project from template in WEB IDE.Then in the right-panel menu i click...
View ArticleUse Template on non-visual aggregation for inserting into existing bound...
I have a requirement to display a list of "spare parts" in an sap.m.Table but there is the ability if one of these "spare parts" has a related "spare part" (e.g. A heavy duty version, a light version,...
View ArticleRe: Need Help In Creating HTML5 App
Hi, When creating new project in SAP WEB IDE it isn't connected to a Git Server by default. You can deploy it to HCP and by that get the Git capabilities. Best regards,Elina
View ArticlePassing array using oModel.create()
Hi guys.Is there a way to send an array using oModel.create() function ?I use below code but I use create function twice for two records : var oModel = new...
View ArticleRe: how to bind table using odata model..
Hello Adarsh, code as fallows for binding the table var service = "sap/opu/odata/sap/z02_cust_srv/";var oModel = new sap.ui.model.odata.ODataModel("service", false);sap.ui.getCore().setModel(oModel);...
View ArticleRe: SplitApp with two Master views
Hi, And where lies the problem? this.app = new sap.m.SplitApp("appId", { mode: sap.m.SplitAppMode.PopoverMode });this.app.addMasterPage(sap.ui.jsview("Master1",...
View ArticleRe: how to combine values of a json array?
it gives module undefined severity undefined
View ArticleRe: TWO queries on sap.ui.table
Hi, 1. Refer to API:SAPUI5 SDK - Demo Kit"Controls with a text align do not inherit the horizontal alignment. You have to set the text align directly on the template." 2. I prefer sap.m.table, because...
View ArticleRe: Information on how to use Tabstrip of sap.ui.commons
Hi Dennis, I already gone through that link. First of all thanks for responding to my question. But by using the Neptune software I can't directly code it. I need to bind the data using Neptune...
View Article