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

Data loading

Former Member
0 Likes
522

Hi All,

I have a requirement where i need to load 40,000 records

through BDC for VK11 transaction.

But the BDc is throwing lock error saying the condition records is blocked. but the user name who has blocked the record is not displayed.

There are no duplicate record being passed.also i tried executing in both synchronous and asynchronous mode to load the records.

Can anyone suggest on how to solve this problem.

Thanks & Regards

Hema

2 REPLIES 2
Read only

Former Member
0 Likes
453

Your message says BLOCKED and not locked. implies =>

The data in your file has bad records and conditon records which you are trying to change is not correct. Please validate the data in your flat file before executing the BDC.

Thanks

Krishnan

Read only

0 Likes
453

Hi Krishnan,

Thanks for your input.But i want to clarify some points you have mentioned.

For this data load there is no input file been used.The data is fetched from MBEW table for creating condition records.

You say there is difference b/w blocked and locked.

In foreground i opened two sessions of VK11.

I tried creating same record (Plant Material combination) in those sessions.It didnt allow me to create because i was using the same record in another session.At that time the message was 'The condition record is blocked by user XXXXX (my user id)''.

Pls let me know if you have any inputs on this .

Thanks & Regards

Hema