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: 

Persistence Service Lock Concept

Former Member
0 Kudos

Hi,

I found this link thru search ...

"http://help.sap.com/saphelp_nw04/helpdata/en/f5/a3682ebc6911d4b2e80050dadfb92b/content.htm".

Part of it says...

" At present, we have not implemented a Persistence Service lock concept, which would ensure that there was only one transient mapping for each persistent object. So ultimately, ABAP programmers are not really working with persistent objects as such; rather, the Persistence Service makes it appear as if they are."

Is there already a lock concept in ERP7.0?

Thanks,

Huntr

1 REPLY 1

Former Member
0 Kudos

I found out that persistent object locking when using the persistence services can still be handled by using the classic "ENQUEUE" funtion module.