former_member222346
Participant
Member since ‎2015 Jun 24

User Statistics

  • 128 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

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...