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

What do we mean by Persistent classes

Former Member
0 Likes
660

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

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
621

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

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
622

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

Read only

amit_khare
Active Contributor
0 Likes
621

Refer the links -

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
621

Hi

Thanks for the Update