cancel
Showing results for 
Search instead for 
Did you mean: 

Object type view extend is not allowed in this system.

0 Kudos

Hello ,

When I'm trying to create a extend view in CDS ,they shows object type view extend is not allowed in this system. At last I'm not able save the view, if I'm click on save they show's error.

Anyone solve this problem, I'm totally confused ...

former_member751964
Participant
0 Kudos

Welcome to the SAP Community! We wanted to give you the opportunity to take the tutorial to get started in SAP Community: https://developers.sap.com/tutorials/community-qa.html, as it provides tips for preparing questions that draw responses from our members. Additionally, by adding a picture to your profile you encourage readers to respond to your question. Learn more about your profile here: https://developers.sap.com/tutorials/community-profile.html

former_member315174
Discoverer
0 Kudos

Hi Suneel - How did you resolve this issue?

Accepted Solutions (0)

Answers (2)

Answers (2)

tobias_bock
Explorer

We found the reason:

depends on the abap language version...

A better message would be great!

DotEiserman
Advisor
Advisor
0 Kudos

Yes, often the SAP error messages could be just that little bit more helpful. Hope you didn't waste too much time on this.

DotEiserman
Advisor
Advisor
0 Kudos

Hi Suneel,

Can you provide a screenshot of the error please and also the header annotations of your coding. Perhaps it is the view you're trying to extend that is not allowing the extension, see the annotation details in the screenshot.

Thanks

Dot

tobias_bock
Explorer

This is not the case. Even if the view to extend has:

@AbapCatalog.viewEnhancementCategory: [#PROJECTION_LIST, #UNION]

the same error occurs when saving.

We have the same problem and did not find a solution so far.