Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC ERROR PROCESSING

Former Member
0 Likes
478

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

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.

2 REPLIES 2
Read only

Former Member
0 Likes
457

correct the data in flat file & then run the BDC again using this fla file.

Regards

ANUPAM

Read only

Former Member
0 Likes
458

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.