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

persistance class

Former Member
0 Likes
586

hi

what are the using of persistance calss in abap oops

hi

what are the using of persistance calss in abap oops

3 REPLIES 3
Read only

Former Member
0 Likes
562

Hi,

Refer the below link.

[http://help.sap.com/saphelp_nw70/helpdata/en/f5/a3682ebc6911d4b2e80050dadfb92b/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/f5/a3682ebc6911d4b2e80050dadfb92b/content.htm]

Regards,

SB

Edited by: Craig Cmehil on Jul 3, 2008 3:34 PM

Read only

Former Member
0 Likes
562

Hi awadesh,

Please refer to this link:

Link:[http://help.sap.com/saphelp_nw70/helpdata/EN/06/f23c3d638d11d4966d00a0c94260a5/frameset.htm]

if it useful, reward points.

Thank you,

Prasad G.v.k

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
562

The user of persistent objects of classes in ABAP is to encapulate and unify the data access of a table or group of tables. This is a standardization of the data access as well, meaning that the programs of which access the table, access it in the same way. Otherwise, you have multiple developers writing their own SQL statements to access the table, and they may be all different.

Regards,

Rich Heilman