‎2008 Nov 09 2:03 AM
Gurus,
How come there is no method like get_persistent or create_persistent created in the base class? Do i have to create these methods manually or is it automatically created?
Thanks!
‎2008 Nov 09 10:05 AM
‎2008 Nov 09 10:05 AM
‎2008 Nov 11 11:25 AM
‎2009 Jan 21 8:41 AM
Hi Frederick,
I am also facing the same issue.
The get_persistent method is also not present in AGENT class.
Please revert back if you have got any clue.
I will be doing the same if i got any clue.
Thanks.
Regards,
Sumit Oberoi
‎2009 Jan 21 12:40 PM
Hi,
get_persistent and create_persistent and a couple of other methods are not in the actor class at first but they are generated in the actor class when you have done the persistent mapping in the persistent class and activated it.
Best regards,
Erik
‎2009 Jan 21 5:13 PM
Hi Frederick,
I have solved the issue.
I followed following steps:
1)Delete the persistent class.
2)Create new class and follow below link after creating persistence class.
[Defining persistent representation|http://help.sap.com/saphelp_nw70/helpdata/EN/06/f23c46638d11d4966d00a0c94260a5/content.htm]
Please revert back if you have any queries.
Regards,
Sumit Oberoi
‎2011 Apr 15 1:29 PM