Here comes the implementation process of fetching workitems from SAP system(s) to My Inbox app in SAP Cloud platform which is lately called as SAP BTP (Business Technology platform) portal.
Follow the below step by step procedure to accomplish the r...
Hi Folks,
I created a table with 12 columns and 3 rows. The data will be fetched from oData service Url.
My requirement is "All the columns should be displayed but the rows should be displayed wrt the User"
My table looks like
Jan Feb Mar A...
Hi Folks,
I am creating an oData model object in my controller.js with the following code.
var url="http://services.odata.org/Northwind/Northwind.svc";
var oModelData = new sap.ui.model.odata.v2.ODataModel(url,true);
My View is below
<Tab...
Hi Folks,
We have a requirement of selecting a date range. Suppose if we select from date as Apr,2016 and to date as march,2017, the data should be displayed in the table below with months in each column.
Table should be like
Apr 16 May 16 .......
Hi,
We are using SAP 7.0 Netweaver Portal. I am trying to export the PCD data from Portal. The transport package is exported in the form of ZIP file instead of epa file.
Please help me in resolving my issue. What should I do to export in epa for...
Hi Arun,
Could you please give me any syntax of the code to be written in manifest.json for the oData model?
The northwind destination is set in the destinations for my Web IDE trial account. Still I face the error.
Regards,
Sindhu
Hi Shekar,
I couldn't find date range selection the code.
My requirement is select a date range as
Financial Year : (fromdate) - (todate)
Display values in the table fetching the data from Odata. Table will be like below.
Apr May June July...
Hi Shekar,
On selecting the Date Range, We need to fetch the data of the selected financial year using oData model in a tabular format (each month each column) as I mentioned in the question.
Please provide me any JS Bin code if possible for bet...
Hi Jun Wu,Thanks for the reply.I tried the same but still facing the blank screen as output.Request you to tell me how to put debug point after the line.pasting expense.json file in model folder under Web content.{
"Product" : [
{
"Product I...
Hi Sharath,Thanks for the reply.I have corrected my typo but still facing the same issue.sap.ui.controller("View1.View", {
onInit : function() {
var model1 = new sap.ui.model.json.JSONModel();
model1.loadData("model/expense.json",null,false...