Notes on the syntax to create CDS table functions
//Here go annotations. define table function some_ddl_source with parameters param : abap.char(3) returns { client : abap.clnt; field1 : abap.char(5); field2 : abap.int4; …
SAP Erp resources for everyone.
//Here go annotations. define table function some_ddl_source with parameters param : abap.char(3) returns { client : abap.clnt; field1 : abap.char(5); field2 : abap.int4; …