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

adding annotations to custom CDS (sap marketing cloud)

ressandr
Explorer
0 Kudos
437

hy experts,

currently we're working on a CDI based data extraction from Marketing Cloud where the question came up if there is a way to add additional annotations to custom CDS views. The documentation says: providers are CDS Views that start with the naming convention I_MKT_* or C_MKT_* which would limit the ability to use custom CDS views. In another article we found that there is a way to set annotations not fully related to those from Marketing but probably possible (https://blogs.sap.com/2019/12/13/cds-based-data-extraction-part-i-overview/)

So question is there a way so enable custom CDS views for data extraction? based on article: https://www.sap.com/cxworks/article/508636846/extract_sap_marketing_cloud_data_with_cds_based_export...

Thank you, BR

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member737455
Participant
0 Kudos

Hi Andreas

I read your question 3 time, but did not get the problem. Can you precice your use case?
I never had any issus extracting data based on CDS views. You can created your custom CDS view for external APIs using existing CDS Views as well as CBO.

BR Christian

ressandr
Explorer
0 Kudos

hy Christian,

thank's for your response and sorry for the confusion. I had no issues either as you described. The case is a bit different. According to the article there is also a way to extract data via CDI (cloud data integration api: https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2105.500/en-US/b4692a509a9a4e20a81e08fb... there all views with the prefix I_MKT_* or C_MKT_* are supported to be shown as provider. In case of a custom view this is not possible because the prefix is always "YY1". The question is (since it seems there is just an additional annotation necessary: ANALYTICS.DATAEXTRACTION.ENABLED=true) if there is a way to show the custom view as provider, or if this is not possible with some work around as well.

BR

former_member737455
Participant

Hi Andreas

Your right - I mixed the CDS View endpoints with the CDI capability. Never used this way to extract data via CDI.