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

reg. bdc

Former Member
0 Likes
469

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

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

3 REPLIES 3
Read only

Former Member
0 Likes
441

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.

Read only

Former Member
0 Likes
441

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

Read only

Former Member
0 Likes
442

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