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

Lock table overflow: MC 603

Former Member
0 Likes
813

Hi,

I hav the lock error MC603 in my program.

The program makes phone number inserts using

BAPI_BUPA_CENTRAL_CHANGE

running in parallel.

The migration files have unique BP numbers. No duplicate BP numbers.

Actually I assume the BAPI locks only the BP that it is updating.

Since no BPs are duplicate in migration files...how can we have lock errors?

WHo knows?

Thanks in advance!

Thomas

Hi,

I hav the lock error MC603 in my program.

The program makes phone number inserts using

BAPI_BUPA_CENTRAL_CHANGE

running in parallel.

The migration files have unique BP numbers. No duplicate BP numbers.

Actually I assume the BAPI locks only the BP that it is updating.

Since no BPs are duplicate in migration files...how can we have lock errors?

WHo knows?

Thanks in advance!

Thomas

2 REPLIES 2
Read only

Former Member
0 Likes
626

I don't have much knowledge of this BAPI or BP but a simple question would be that what error message you are getting ?

&(%%^^(*&)&) is locked ?? So that you could know that what field is getting locked by SAP and then can go into its details.

Also, do use rollback and commit BAPI's after your BAPI call depending on the state, to release the locks in time if not already doing so.

BR

Diwakar

Read only

0 Likes
626

You can see in SE91 that the error message MC 603 does not indicate any further info on lock object.