There are plenty of articles on the internet about the creation of Odata Services.
But when I started learning to create Odata services I faced a lot of challenges,
so I decided to start this blog post so that I can pass on the information which I ...
Dear Gurus,
I am a newbie in SAPUI5 and need your urgent help.
I have a requirement in which I have to display a table based on input fields, ex: user will input values in Buyer,Material etc based on which table values need to be displayed.
I ...
I created one custom app and added it to launchpad using by creating a new semantic object.
The app is working fine in the development system, but when we transported it to production I am not able to find the app in Launchpad.
When I checked th...
Hi Everyone,
I am quite new to UI5 development.
I have a requirement to change the measure definition of the viz flex chart on the click of buttons, so I am trying doing it by changing it from the controller.js on the basis of conditions. But I a...
Hi Experts,
I am using FM RS_VARIANT_CONTENTS to change the variant saved in a report, from another report. However, I am getting one error which I am not able to resolve. I searched on web but could not find anything.
Message Class - DB
Me...
/**
* for edit in each row
*/
onEditLine: function (oEvent,oView) {
var oItem = oEvent.getSource().getParent();
var oTable = oView.byId("idTable");
var oIndex = oTable.indexOfItem(oItem);
var oModel = sap.ui.getCore().getModel("oEditFlagModel");...
Try using below code, referenced from here . Custom data key for each custom is required field and its value should be p13nData only.<columns>
<Column id="SalesOrder" hAlign="Begin" >
<customData>
<core:CustomData key="p13nData" value='\{"columnKey":...