on 2024 Feb 14 5:41 AM
Hello Community,
I am trying to expose a custom CDS view that needs to be consumed in the SAC.
I have a custom table and SAP allows only CDS view to be called in the Custom CDS (data source name) that we are exposing using few annotations to CDS.
Annotations used to expose CDS :
//@Analytics.dataCategory: #CUBE -> Unable to use this annotation.
@analytics.dataExtraction.enabled: true
@VDM.viewType: #CONSUMPTION / #BASIC -> What to use ?
@analytics.query: true
@OData.publish: true
Example:
Table Name : ZTABLE
Fields : VBELN, POSNR, VBTYP, MATNR, WERKS, LGORT.
Is there any other solution to expose the custom table directly to SAP Analytics Cloud ? Please let me know how i can achieve a solution to this case.
Thanks in Advance.
Request clarification before answering.
you need to stack your cds view. don't put everything in one cds view.
interface view--->cube--->query
odata enablement is not needed.
you have to set the api state
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
6 | |
5 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.