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

How to work with CDS Views that are not released?

Former Member
0 Likes
7,641

Hi,

I have a requirement to join two CDS-Views by using the Fiori App Custom CDS-View. Unfortunately, both CDS-View's API state is set to "not released". I am aware that there is a possibility to change this state but what does it mean to my views for the future? How will it affect my CDS views?

Accepted Solutions (1)

Accepted Solutions (1)

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Ninette, if SAP changes the CDS Views your changes may be lost or more likely stop working.

2 options:

1. Request that the CDS Views be released via SAP Incident.

2. Ask a developer to create a custom CDS View using ABAP Development Tools for Eclipse. They can then combine the necessary fields from the relevant tables without impacting the original CDS Views.

Rgds

Jocelyn

TomF
Explorer
0 Likes

Hi Jocelyn,

Most CDS views are not released by SAP.

What would be the impact if I set the status to released? (can be done in Eclipse)

Kind regards, Tom.

plaukkanen
Newcomer

Hi!

Wondering why like at least 95 % of the standard CDS views are not released? Fiori tools for S4 analytics and custom query & cds building are relatively good but, are totally in vain since there in practice are no released standard CDS views to be used with the tools. So whats the point - especially if future versions are blocking unreleased views in practice everywhere (referring to note 2625754)?

Thanks and regards,

Pekka

Answers (1)

Answers (1)

TomF
Explorer
0 Likes

Hi Pekka,

In the documentation I read the following.

  • The name of the new append view and of the actual CDS view extension should be located in the customer namespace (or in the namespace of a partner or special development) to protect it against being overwritten by upgrades or new releases.

In other words. As long as you define your extension in the customer namespace (Z), your extension is protected against being overwritten during updgrades, regardless of the API state. The same applies to the fields you define in your extension CDS (have to start with a z).

jocelyn.dart , please correct me if I'm wrong.

Tom.

RG4
Newcomer
0 Likes
Hi Jocelyn,