cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CDS View “I_GLAccountLineItemCube” exists in S/4HANA but is not visible in Datasphere

WilverVega
Explorer
0 Kudos
1,311

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?

 

WilverVega_3-1729556328515.png

WilverVega_0-1729556665470.png

WilverVega_1-1729556716283.png

WilverVega_2-1729556306441.png

 

Accepted Solutions (0)

Answers (4)

Answers (4)

KarunakarP
Newcomer

@WilverVega CDS views with Parameters are not supported for RF and DF. 

Refer the Note 2890171 for more details:

karunkar_p_1-1729667690718.png

 

WilverVega
Explorer
0 Kudos
Hello @KarunakarP, the CDS View “I_GLAccountLineItemCube” is a standard view, and has no parameters in its definition, thank you
bheemeshRao
Explorer
0 Kudos

@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

 

WilverVega
Explorer
0 Kudos

.

MKreitlein
Active Contributor
0 Kudos

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

WilverVega
Explorer
0 Kudos
Hello @MKreitlein, The CDS View “I_GLAccountLineItemCube” is a standard view, it comes by default in the system, that is, it is not a custom view, thank you