raffaeledp
Explorer
Member since ‎2023 Mar 10

User Statistics

  • 11 Posts
  • 1 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hello everybody! I've a Simple Form: <mvc:View height="100%" controllerName="com.ntditalia.kira.kira_anagraficaDipendenti_ui.controller.Test" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" xmlns:l="sap.ui.layout" xmlns:f="sap.ui.layout.form" xmlns:c...
Hello everybody, I'm trying to install SAP CPI. The problem is that the installation is stucked on 76%. I've tried to create a new subccount, to change provider (USA, Singapore), but none of these solutions worked. What should I do? Everytim...
Hello everybody, I've a problem in my SAP CAP application. I've a custom handler. In this custom handler, I retrieve the data from two different sources: var datasFromSAP = [];var datasFromLocal = [];datasFromSAP = await customer360service.run(re...
Hello everybody, I have a problem: in my SAP CAP project, I've a simple custom handler: // READ ODS from SAP and from HANA this.on('READ', ItemSet, async request => { var query = SELECT.from('Draft_Header'); var respLocal = await db.run(query);<...
Hello everybody, I’m working on a SAP CAP application. One of my entity is the entity ItemSet The HTTP request from the frontend is: GET ItemSet?$skip=0&$top=20&$filter … &$inlinecount=allpages HTTP/1.1 I removed the filters for simplicit...