Skip to Content
4
Jul 07, 2020 at 07:41 AM

CAP CDS Support for OData Actions and Functions when importing edmx

472 Views

Greetings,

I'm currently using the following versions:

@sap/cds: 3.34.3
@sap/cds-compiler: 1.26.2
@sap/cds-dk: 1.8.5
@sap/cds-foss: 1.2.0
@sap/cds-reflect: 2.11.0
@sap/cds-runtime: 1.2.2
Node.js: v12.16.1

I'm importing an OData edmx that contains a description of a FunctionImport - and the resulting csn does not contain the function.

Given Functions and Actions allow encapsulating logic for modifying or requesting data that goes beyond simple CRUD, I suspect that this is simply not yet supported by CDS Import.

Is someone from the CAP team able to confirm that this is a yet to be developed capability?