pepl
Active Participant
Member since ‎2009 Oct 01

User Statistics

  • 255 Posts
  • 9 Solutions
  • 50 Kudos given
  • 114 Kudos received

User Activity

Hi!I'd like to extend my CAP model with more assotiations ( which I'll use in my custom code ). For example something like this:using { projects } from './projects'; @abap.ddic.table: ZPROJECTS annotate projects with { @ABAP.ddic: { dat...
Hi! I just noticed a strange thing.When I run my unit test I have a picture like this: but if I put break point - it defintely stops there, so class constructor is executed.Can't it be a bug?BTW i run in a shared BTP instance, so ABAP version is most...
Hi! Let me please describe my use case. I would like to serve the following cds: @cds.persistence.exists entity ![VIEWS] { SCHEMA_NAME : String; VIEW_NAME : String }<br> For that purpose I need to have a service like that: service ...
Hi all Recently I figured out that not all CDS views are available for virtual table creation. Those which have parameters are generated as functions in the database. Thus, when connecting to such a db via SDA from Hana - it's not possible to creat...
Hi! I have an idea to use BTP as a service for another ABAP code generation. For that purpose generated code needs to be formatted. Do you think is possible to enable PRETTY_PRINTER FM / or alternative class for use on class to be able to forma...