Is there any information or way to import artifacts from an ABAP SQL service into CAP?
ABAP SQL is added as a remote source to SAP HANA. What is the most elegant way to import the artifacts as CDS so that I can work with them?
My approach would be to annotate the objects with @cds.persistence.exists, but they would still all have to be created manually.
Best regards
Is there any information or way to import artifacts from an ABAP SQL service into CAP?
ABAP SQL is added as a remote source to SAP HANA. What is the most elegant way to import the artifacts as CDS so that I can work with them?
My approach would be to annotate the objects with
@cds.persistence.exists, but they would still all have to be created manually.Best regards