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: 

What do we mean by Persistent classes

Former Member
0 Kudos

Hi,

What do we mean by Persistent classes and how are they different from normal classes.

Where do we use these Persistent classes.

Regards,

1 ACCEPTED SOLUTION

0 Kudos

Hi,

<b>Persistent class</b>

A special class, the attributes of which are linked to database tables via object-relational mapping. Since Release 6.10 they can be created using the Mapping Assistant of the ClassBuilder. The objects of persistent classes are managed by Object Services.

Check

http://help.sap.com/saphelp_47x200/helpdata/en/ab/9d0a3ad259cd58e10000000a11402f/frameset.htm

Regards,

Sesh

3 REPLIES 3

0 Kudos

Hi,

<b>Persistent class</b>

A special class, the attributes of which are linked to database tables via object-relational mapping. Since Release 6.10 they can be created using the Mapping Assistant of the ClassBuilder. The objects of persistent classes are managed by Object Services.

Check

http://help.sap.com/saphelp_47x200/helpdata/en/ab/9d0a3ad259cd58e10000000a11402f/frameset.htm

Regards,

Sesh

amit_khare
Active Contributor
0 Kudos

Refer the links -

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Hi

Thanks for the Update