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

Persistent objects

Former Member
0 Likes
739

Hi ,

Can anyone explain me how to create a persitant object in SAP version 7.1

Thanks & regards,

Shiva Lakshmi Kummari.

6 REPLIES 6
Read only

jaideeps
Product and Topic Expert
Product and Topic Expert
0 Likes
684

hi,

please chekc the below link to create the Persistent objects..

http://www.saptechnical.com/Tutorials/OOPS/MainPage.htm

thanks

jaideep

Read only

Former Member
0 Likes
684

Hi Shiva Lakshmi,

JPOX is a heterogenous persistence solution for Java. It allows you and your team to take your Java data model objects and persist them to a datastore without having to spend large amounts of time defining how they will be persisted. This means that you can concentrate your application development time on adding business logic rather than the routine task of storing/retrieval of your objects.

JPOX is designed to comply with all pertinent standards in the persistence domain. It is a fully compliant implementation of the JDO1/JDO2 specifications, and complies with the JPA1 and JDO2.1 specifications in its 1.2 release. This means that by choosing JPOX you have persistence behaviour that you can trust and is defined in Java standards specifications. In addition JPOX is extensible utilising the OSGi standard plugin mechanism and providing many extension points where you can enhance your persistence capabilities even further. JPOX is free and released under the Apache 2 open source license, and so the source code is available for download along with the leading open source standards-compliant Java persistence implementation.

*http://www.odbms.org/download/010.01%20Cook%20Native%20Queries%20for%20Persistent%20Objects%20August...*

http://www.jpox.org/docs/index.html

Check this two threads. They give you detailed info about persistent objects.

Reward points if useful.

Cheers,

Ahmed Khan

Read only

0 Likes
684

Hi,

I guess ur answer is not related to SAP.

REgards,

Shiva.

Edited by: Shiva Lakshmi Kummari on Jun 6, 2008 10:41 AM

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
684

Hi Shiv,

Thomas Jung did a good blog on this a while ago. You can find it at /people/thomas.jung3/blog/2004/12/08/abap-persistent-classes-coding-without-sql

Cheers

Graham Robbo

Read only

Former Member
0 Likes
684

In SE24, this is for creating global classes.

In this when you enter the name of the classes and press enter it will ask for class type and that select radio button Persistent and create it. Here an Agent or Actor class is automatically generated. In Persistent button inside the class we can give the table or structure name to maintian. we can select the fields of this given table r structure. Here automatically the default methods are crreated for that class.

Encourage me by rewarding points.

Regards

Chandralekha