tobias_mitter2
Explorer
Member since ‎02-13-2007

User Statistics

  • 31 Posts
  • 3 Solutions
  • 2 Kudos given
  • 14 Kudos received

User Activity

Hello, we want to use the cloud foundry platform api (http://v3-apidocs.cloudfoundry.org/version/3.81.0/index.html) to do some automation. The API is OAuth2 protected. In order to authenticate, we would need to create an oauth client and use the ...
Hello, in our current project, we have a few master data tables, that the business needs to manage. The requirement is to have a simple UI5 app, to create new data, update existing data, delete data. What I am looking for? Well, imagine most of o...
Hello, quite a simple question, there was a similar one before, but it didn't have an answer. A project generated with cli, cannot be used in WebIDE. The WebIDE doesn't recognize it as a CDS project, therefore the options to "Build CDS" and othe...
Hello, another problem here. When using @sap/cds/common/temporal at the entity definition and then exposing the table as a service, the service returns no data, even though we filled the table with CSV import and a check shows the data inserted c...
Hello, we are using the @sap/cds/common/CUID as an identifier in our entities defined in CDS. entity CST_FRISTIGKEITEN: cuid, managed, temporal { CLEAN_PARAM : String(50) not null; ... } We have CSV files, that fill these master data tables ...