Question:
Hi every body,
Whenever I transferring the data using BDC , If I have 3000 records , I got error at some 1500 th record. How to transfer the whole data without the errored record.
ThanQ.
Answer:
Hi,
This is a bit difficult to say. Please supply more details, because there are several problems you could encounter (with your error as a result).
Regards,
mrJ.
Answer:
Hi Ravichandra,
For you question, When I assume is that, you file size is 3000 records and
if there is a error you want to skip the record and contiue with other data, right ???
Here is the solution:
For each record post data using CALL TRANSACTION and if it fails that move the record to a Error file and contiue with the next record.
In the error file you could also pass the error message you got from CALL TRANSACTION.
OR
After call transacion move all the error records and put them in a batch session .
Hope this is want you are look for.
Thanks,
Pallerlam