cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_POSRVAPS_SAVEMULTI3 error Object is Locked at present

Former Member
0 Kudos

HI,

Im using the BAPI BAPI_POSRVAPS_SAVEMULTI3.

If i give more no.of records(Purchase Requesitions) for Requirements & Reciepts its not updating any values and throwing an error : Object is Locked at present.

So, i have segregated the orders depending on Recieving Location and used the BAPI:BAPI_POSRVAPS_SAVEMULTI3.

Its Updating for some locations, but again throwing same error.

Is der any constraint ? Im not having any clue about it....

If i execute the same for single location its working fine...

Please suggest me..

Thanks in advance....

Regards,

Dayakar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dayakar

Please check objects locked using :

SM12 or SM04 and come out of Tcode using those objects.

Thukral

Former Member
0 Kudos

Hi Dayakar,

Aslo check RS12 tcode.

SM04 will give all the users and transction at broder level.

RS12 will give at Lock argument and table at object level.

Manish

Former Member
0 Kudos

Hi Manish,

Actually,these locks are not because of any other User login..its because...

For Example:

I have locations : loc1 loc2 loc3 loc4....

so im looping on locations..and executing the BAPI...its executing fine for some locations for example loc1,loc2 and giving error(no further execution) for other..when i checked with BASIS people..there its showing an error Locktable Oveflow in the livecache...

So i have gone though the problem description its saying Lock table overflow...so i told them to chage the table size...they indcreased it and now its working fine...Proble got solved..

Thanku for ur response....

Regards,

dayakar

Edited by: Dayakar Chirivella on Sep 19, 2008 9:46 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

THANKS FOR UR RESPONSE...