2020 Nov 25 8:51 AM
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
2020 Nov 25 10:25 AM
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
2020 Nov 25 10:25 AM
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
2020 Nov 25 1:04 PM
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