thomas_bayer
Explorer
Member since ‎06-08-2008

User Statistics

  • 17 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have created a cds-view for spfli, which contains the field FLTIME (type I. An OData-Service is created for the CDS-View by using the annotaiton @OData.publish: true. A call of the OData-Service yields the following error: Failed to call CONVE...
Hello,is it possible to use an sql-view (or cds-view without entities) as the data foundation for analytic views?I use HANA SP09.Thomas
Hello,I have a seemingly trivial problem, i.e., within SAP BW it is very easy to solve. I want to transfor a table with contains three columns for the date (year, month, day, all integers) to the sql-date type. Unfortunately, I do not see a solution ...
Hello,Is it possible to create a new column in the view and access ist? Here is my simple code:@AbapCatalog.sqlViewName: 'zcds_bookings_nr'@AbapCatalog.compiler.CompareFilter: true@AccessControl.authorizationCheck: #CHECK@EndUserText.label: 'Anzahl a...
Hello,I want to implement a simple GW-Service (a list of flights).I have imported a structure from DDIC and want to implement the corresponding method (get_entity_set). As long as I do not write something to the result-table (et_flights), everything ...