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

SAP CDS view move from NONDESNOTCONNECTED to a new Catalog

wjdsouza
Explorer
0 Kudos
504

Good morning,

I created a SAP CDS in S/4.  The CDS view is in BW under NONDESNOTCONNECTED. I want to move the CDS to its proper catalog. We're on BW on HANA.

Right mouse on the object does not provide an option to move the object.

Can you please describe the process for moving the CDS view into the correct catalog?

Thank you for your support.

Accepted Solutions (1)

Accepted Solutions (1)

MKreitlein
Active Contributor
0 Kudos

Hello @wjdsouza 

I know that you can assign your development package, where your CDS views are assigned to, to an Application component (in SE80).

At least for SAP Datasphere you will find all CDS Views under component: BW-DWC

I assume if you take one, which exists in your replicated tree in RSA1, then they should also occur there?

BR, Martin

wjdsouza
Explorer
0 Kudos
Hi Savio, I extract the data into BW. I used all required annotations to extract the data into BW and I'm already using it. However, my issues is how to move to a proper application component in BW. When I create the datasource, I see the application component field is greyed. Basically, I can't assign the application component. There is no annotation available to support this either. I read one of the blog. The authori of the blog clearly shows how he assigns the application component. However, in my case, the application component field is uneditable. Not sure whether this is an eclipse issue, BW modelling issue or anything else. We are using 2023 Eclipse with the available BW modelling addons. Thank you very much for your support

Answers (2)

Answers (2)

Savio_Dmello
Active Participant
0 Kudos

Hi,

Use CDS view annotation to assign to Application component from RSA6

@analytics.dataExtraction.applicationComponent: 'APPLICATION_COMPONENT'

Let me know if that works

Thanks.

wjdsouza
Explorer
0 Kudos
Hi Savio, I'm unable to see applicationcomponent in @analytics.dataextraction. Can you please reconfirm this? Thank you very much for supporting me.
Savio_Dmello
Active Participant
0 Kudos
is the CDS view made available for extraction. Did you use this @analytics.dataExtraction.enabled: true @analytics.dataCategory: #FACT (or #DIMENSION, depending on your case) @odata.publish: true
Savio_Dmello
Active Participant
0 Kudos

 

I believe, you can drag and drop into a correct catalog. Otherwise, try this option. Choose the option to Replicate DataSources by clicking on source system option in left panel. select your s/4 system and search for your datasource and replicate. This will refresh the metadata and help connect the CDS view to the correct catalog. If the system prompts for a specific InfoArea or application component, select the appropriate one where the CDS should reside.

 

wjdsouza
Explorer
0 Kudos
Hi Savio, Thank you for your support. 1. Drag and Drop into a correct catlog option is not available in BW. Your second option, works with all datasources except CDS views created in S/4. In S/4 when you create a Generic datasource, you can assign the application component. Applicatin component hierarchy is created
wjdsouza
Explorer
0 Kudos
Hi Savio, Thank you for your support. 1. Drag and Drop into a correct catlog option is not available in BW. Your second option, works with all datasources except CDS views created in S/4. In S/4 when you create a Generic datasource, you can assign the application component. Applicatin component hierarchy is created using RSA6. Is there a CDS annotation available to assign an application component? thank you