cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I'm trying to enable data extraction on a CDS view based on SAP standard table PRHI.
Other standard tables (e.g. EKKO) work fine, but PRHI always fails.

I tried both full load and delta (CDC) configurations:

[Full load]
@analytics.dataExtraction.enabled: true

[Delta with CDC]
@analytics: {
dataExtraction: {
enabled: true,
delta.changeDataCapture: {
mapping:[ {
table : 'PRHI', role: #MAIN,
viewElement : ['posnr'],
tableElement : ['posnr']
}]
}
}
}

Both result in the same errors:
- An exception was raised. [Analytics]
- CDS view inconsistent [Analytics]
- Data extraction for CDS entity not possible [Analytics]

Is there a known restriction on PRHI for data extraction?
Or is there something special about this table?

Thank you.

0 Likes
View Entire Topic
roland_szajko
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi

Do you get this error when you activate the CDS view, or when you read from it via ODP?

br

Roland