Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is RAP really available for on premise system 1909 ?

StephaneBailleu
Active Contributor
1,696

Hi

I have read that unmanaged scenario were available for on premise system 1909

I had just finished the open sap course and got a requirement for a very specific read only report

I thought I could use this new approach, however on System 1909 abap 754

When trying to make the base view entity I have a syntax error the keyword entity is not allowed


So is there something like an oss note that needs to be applied before we can use this on a 1909 system ?

Thanks for your input

Stephane

1 ACCEPTED SOLUTION

pfefferf
Active Contributor
931

RAP is available on on-premise 1909 system, but not the new CDS view entities. CDS view entities are the "new generation" of CDS views introducted with ABAP 755. For details please check the blog post A new generation of CDS views: CDS view entities.

In your case you still have to use the DDIC based CDS views. For a unmanaged scenario you can check the RAP 1909 online help: Defining the Data Model in CDS Views

2 REPLIES 2

pfefferf
Active Contributor
932

RAP is available on on-premise 1909 system, but not the new CDS view entities. CDS view entities are the "new generation" of CDS views introducted with ABAP 755. For details please check the blog post A new generation of CDS views: CDS view entities.

In your case you still have to use the DDIC based CDS views. For a unmanaged scenario you can check the RAP 1909 online help: Defining the Data Model in CDS Views

0 Kudos
931

Hi

Thanks for your answer. I will check the document;

I just want to add that it is not mentionned within the training or in the different blog that I have seen that there was such limitation

It is bad I think to promote something without telling the full difference (a small recap of the functionalities for the different version for RAP would certainly help in the course)

But thank you for the link

Cheers