‎2007 Dec 22 6:42 AM
HI
i am downloading these errors into a file ...as a error file...
if i want to reprocess these erros....i mean upload the error
records into the R/3 system.........how do i proceed........???
TIA
‎2007 Dec 22 11:40 AM
I would suggest that when you encounter an errored record you create a BDC
session with merely the errors in it (which will allow the users to manually
correct their data) use the BDC_INSERT FM to place the information you
currently have in the BDCDATA table and report the record as an error.
When the Call Transaction program has finished you will then have a session
which contains purely the errored records which can be reprocessed at a
later date, most commonly this is done manually in the foreground by the
user, which allows them to manually correct the problem data.
award points if helpful.
‎2007 Dec 22 6:57 AM
correct the data in flat file & then run the BDC again using this fla file.
Regards
ANUPAM
‎2007 Dec 22 11:40 AM
I would suggest that when you encounter an errored record you create a BDC
session with merely the errors in it (which will allow the users to manually
correct their data) use the BDC_INSERT FM to place the information you
currently have in the BDCDATA table and report the record as an error.
When the Call Transaction program has finished you will then have a session
which contains purely the errored records which can be reprocessed at a
later date, most commonly this is done manually in the foreground by the
user, which allows them to manually correct the problem data.
award points if helpful.