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...
I think for the beginning CDs compile —to abapGit is already enough. But currently the scope is not even about the CLI but more like a tooling. I’m curious how to make the extension aware of custom annotations
However this annotation structure can be quite structured since we have different objects and their properties. So I think about ability to design those types with typescript and somehow attach them to CDS extension ( even via compiled files like jso...
Hi @catano PeterSo i have a crazy idea to support deployment of CAP model to ABAP,For that purpose I'd like to compile abapgit / gcts artifacts instead of hdbtable/hdbview.I find it important to have a dedicated files with annotations.So i do not ne...
@tatjana_pfeifer that's great to hear that you want to solve this problem by bringing one more type of artifact in the release next year, however I don't think it's going to solve the problem mentioned by Lars. Because most likely to consume this API...
Thanks for pointing this out to @larshp . So as we already discussed - here is my solution for this problem Being a big fan of a Fetch API in Javascript/Node I decided to create a similar class in ABAP. Library is available here: https://github.com/a...