on 2024 Oct 24 10:46 AM
Hi I am using S4HANA public cloud i created new connection in SAP datasphere with S4HANA public cloud by using application server, systemID and client details as connection type SAP ABAP.
However i am not able to see API and CDS view as Cube type in datasphere dataflow under connection metadata.
Please suggest
Request clarification before answering.
Hi @Priya6
If you want to bring in the data from CDS view to datasphere, your cds view should have annotation
@Analytics.dataExtraction.enabled: true
Create a cds view with source as your cube, have the annotation @Analytics.dataExtraction.enabled: true
You can use Remote tables or Graphical view.
Could you please brief your use case, we can discuss on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@bheemeshRaoI am using S4HANA Public Cloud edition and for enabling @analytics.dataExtraction.enabled: true i am using ABAP Development project in Ecllipse but when i am trying to declare @analytics.dataExtraction.enabled: true and activating CDS view i am getting error This Annotation is not permitted
@bheemeshRao I created new Custom view in Ecllipse and below is defination
@AbapCatalog.sqlViewName: 'ZADD_EXT'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck #NOT_REQUIRED
@EndUserText.label: 'Test CDS view for extraction capability'
@Analytics.dataExtraction.enabled: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
define view entity Z_TEST_ADD_EXTRACTION_COPY as select from ztravel_001 as Travel
{
key mykey,
created_by
}
User | Count |
---|---|
78 | |
21 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.