2008 Jan 11 10:16 AM
Hi,
Please let me know how to handle errors in BDC
__Session Method__
In session method, all the error records will be stored in log file.
In Call Transaction Method, we can track all the messages into intarnal table , which is of type BDCMSGCOLL
do we need to correct the errors manually??
Regards
Rama
Hi,
Please let me know how to handle errors in BDC
__Session Method__
In session method, all the error records will be stored in log file.
In Call Transaction Method, we can track all the messages into intarnal table , which is of type BDCMSGCOLL
do we need to correct the errors manually??
Regards
Rama
2008 Jan 11 10:30 AM
Hi,
Log file is for user referance. After uploading the data it gives the messages like how many records updated successfully and how many are failed.
User has to upload the failed records by correcting in the flat file.
Thanks and regards,
2008 Jan 11 8:37 PM
hi rama ,
By using session method, we can handle the error records in the log file .
But using the call transaction method, we cannot handle the error records implicitly for that we need to maintain the logic. Although BDCMSGCOLL will give the the error records in the flat file.
For call transaction method we have to create the error file explicitly
and if any error records, we need to populate this error records in that error file for this we need to use gui_download and after correcting the error file we can upload that corrected error file.
if helpful, reward me points.
shashikanth.