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

BDC error - Data not found

Former Member
0 Likes
557

Hi Experts,

I am having an upload program using BDC for MEK2. In production environment the BDC does not pass values to a few fields and the processing stops as the mandatory fields are not filled. This data is there in the internal table. If I slow down the process by adding wait, it works fine. Can anyone please explain why is this happening. I need to manually then enter the data. The BDC runs fine in quality system but not in production. The number of records I have to upload are 65000(I am entering them in multiples of 3000). Please advise as manually entering the data is not feasible.

Thanks,

Abu

2 REPLIES 2
Read only

Former Member
0 Likes
512

The problem was due to system load in PRD. The previous record was not committed by the time the next record was being processed in Asynchronous mode. I did the following changes.

Changed the mode to synchronous.

Added statement wait.

The process slows down, but it is much better than the manual intervention.

Read only

0 Likes
512

helo friend,

u can alos use X15 as the transaction coz

X15 is used for background processing.

instead of MEK1 try XK15

hope it works fine