Quantcast
Channel: SCN: Message List - ABAP for SAP HANA
Viewing all articles
Browse latest Browse all 2110

Re: ABAP CDS View: OData service CRUD enabled?

$
0
0

Hi Bert,

 

If you have a NW 7.50 add annotations like this

 

@ObjectModel.compositionRoot: true

@ObjectModel.writeEnabled: true

@ObjectModel.writeActivePersistence: 'snwd_so'  ---> your table name

 

@OData.publish: true

 

After activation the CDS, there is a new BOPF. You have generate the classes and activate it.

 

Then use CRUD Template in Web IDE.

 

Regards

Klaus


Viewing all articles
Browse latest Browse all 2110

Trending Articles