Application Development 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: 

Difference between Usual ABAP Class and Persistance Class?

Former Member
0 Kudos

Hi Gurus,

Am New to OOABAP,

I want to Know the Diference between Usual ABAP Class and Persistance Class?

Thanks,

Pradeep.

Moderator message - Please search before posting. Un-marked as question.

Message was edited by: Suhas Saha

1 REPLY 1

former_member187748
Active Contributor
0 Kudos

Hi Pradeep,

for better understanding of PERSISTENT object and persistent classes, please see this link.

As far as i concern the method GET_PERSISTENT_BY_QUERY( ) does a SELECT * on the table for which the Persistent mapping has been defined. So you have not to use select queries each time using persistent

classes.

For better references , please see this link

Concepts Used in Persistence - ABAP - Object Services - SAP Library