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: 

NRIV table locking

Former Member
0 Kudos

NRIV table locking

Posted: Apr 18, 2006 9:28 AM Reply E-mail this post

Hi,

This question is related to the NRIV locking that happens during idoc processing (post FI documents).

Who can clarify if the locking happens at the table level or if the locking happens at the record level based on object(its RF_BELEG in our case), 'sub object', 'no range' and 'ToYear'

regards

Poorna

2 REPLIES 2

Former Member
0 Kudos

Hi

I think the lock is at SUBOBJECT level, because it defines the range has to be used.

The range depends on the document type.

You can have several document types related to several ranges, but all this ranges belong to the same type range (OBJECT): RV_BELEG.

So it can't simultaneously post documents use the same range (so the SUBOBJECT).

Max

ferry_lianto
Active Contributor
0 Kudos

Hi Poorna,

For the idoc processing, it should lock at record level (object, subobject and number range number).

Please check this lock object EBKK_NUMRG in t/code SE11 and use this FM to lock and unlock.

<b>ENQUEUE_EBKK_NUMRG

DEQUEUE_EBKK_NUMRG</b>

For configuration, it should lock at object level.

Please check this lock object ESNRIV in SE11 and use this FM to lock and unlock.

<b>ENQUEUE_ESNRIV

DEQUEUE_ESNRIV</b>

Hope this will help.

Regards,

Ferry Lianto