‎2006 Oct 11 11:30 AM
Hi
ive a issue reg. bdc
suppose, 1000 records are there in flat file to upload in to R/3.
in these, there are 200 error records, not in a order.. which are not uploaded
i need to upload 1000 records successfully..
can anybody please let me know..the procedure(either session or call tran. method), how we do
thanks in advance
raghavendra rao G
‎2006 Oct 11 2:10 PM
Hi Raghavendra
Another solution is create and error file for errored records. Process them very time u run the program . write the log with error messages so that u can see and correct them.
Regards
Srikanth M
‎2006 Oct 11 1:59 PM
Among the 1000 rec 200 are errors then the Ea team will analyse the error records and they need to correct the errors and the corrected data will be supplied in a flat file.Again we need to uplaod the corrected file.
‎2006 Oct 11 2:04 PM
Hi raghavendra,
You can use call transaction together with BDC if that is an option.
All your successfull records will be updated via call transaction method and for the ones that failed you can create a BDC session. This session can be processed and errros can be corrected by the concerned ppl.
Cheers
‎2006 Oct 11 2:10 PM
Hi Raghavendra
Another solution is create and error file for errored records. Process them very time u run the program . write the log with error messages so that u can see and correct them.
Regards
Srikanth M