2024 Oct 22 1:20 AM - edited 2024 Oct 22 1:27 AM
Context: SAP Datasphere connected to SAP S/4HANA in SAP RISE
Issue: The CDS View “I_GLAccountLineItemCube” can be seen in S/4HANA (both data and definition), however, when trying to consume it in Datasphere within a “Data Flow” or a “Replication Flow” it does not appear, that is, the CDS View is not visible. It already has the annotation “Analytics.dataExtraction.enabled”.
Question: What is the cause of this? How can it be corrected?
Request clarification before answering.
@WilverVega CDS views with Parameters are not supported for RF and DF.
Refer the Note 2890171 for more details:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@WilverVega In datasphere if you want to extract data from the cds, view should have annotation
@analytics.dataextraction.enabled: true.
Since its a cube, its not enabled for extraction.
Below solution will work.
1. Create a new cds view with I_GLAccountLineItemCube as source
2. Add the annotation @analytics.dataextraction.enabled: true
3. In the datasphere, post activation of the cds view, you will be able to see the newly created view on top of I_GLAccountLineItemCube
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @WilverVega
I'm not sure if this is really the root cause ... but have you already checked the release status of the CDS view?
In some S4 releases it happened that a CDS View has not been released, like it should be.
Check this for some more details:
https://community.sap.com/t5/enterprise-resource-planning-q-a/release-custom-cds/qaq-p/12188086
BR, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
24 | |
22 | |
8 | |
5 | |
5 | |
4 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.