2007 Feb 05 7:29 AM
Hi,
plz any body tell me the best method of error recovery in bdc both in call transaction and bdc session, since data is in huge ammount and in excel sheet.
plz give me answer in full details, bcaz i am is in big trouble uploading around 40 lakh line of data in implementation project.
thanks and regards
vijay dwivedi
2007 Feb 05 7:37 AM
Hi Vijay,
The general practice is that you for such huge data, BDC session is the better option. When you create the session using the program, you can go to sm35 and process it at a later stage. Once the processing is done, an error log is created automatically with all the records that have failed. YOu can then analyse the reason for the error by running a few of those records in E mode(Error screen mode) correct the data and reprocess the error records.
Regards,
Ravi
2007 Feb 05 7:37 AM
Hi Vijay,
The general practice is that you for such huge data, BDC session is the better option. When you create the session using the program, you can go to sm35 and process it at a later stage. Once the processing is done, an error log is created automatically with all the records that have failed. YOu can then analyse the reason for the error by running a few of those records in E mode(Error screen mode) correct the data and reprocess the error records.
Regards,
Ravi