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: 
Read only

ABAP Persistence Class vs ABAP CDS?

ArcherZhang
Product and Topic Expert
Product and Topic Expert
0 Likes
1,344

Hi experts,

This two infrastructure belong different layer or persistence class was replaced by CDS? CDS is new one, and has upper level than persistence class?

I can imagine CDS have more 'SELECT' functionality(more unions, calculation, annotation) than persistence class. But how about 'UPDATE'? using this two together?

BRs,

Archer

Hi experts,

This two infrastructure belong different layer or persistence class was replaced by CDS? CDS is new one, and has upper level than persistence class?

I can imagine CDS have more 'SELECT' functionality(more unions, calculation, annotation) than persistence class. But how about 'UPDATE'? using this two together?

BRs,

Archer

2 REPLIES 2
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
892

Please have a look at the documentation of Object Services and CDS. You see that ABAP CDS enhances the capabilities of the ABAP Dictionary that enables you to model your persistency layer. This is quite a difference to a an ABAP framework that accesses the persistency layer by encapsulating the respective Open SQL statements.

Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
892

Hi Archer,

you should have a look on BOPF: https://archive.sap.com/documents/docs/DOC-45425

You can use BOPF instead of ABAP Object Services. It has some nice benefits especially when it comes to UI binding.

Regards,

Thomas.