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 in background

Former Member
0 Likes
942

Hi all,

Suppose we r running a BDC program in background and at the end we found that some records r not updated. What is the solution for this.

Thanks

Venkat

Hi all,

Suppose we r running a BDC program in background and at the end we found that some records r not updated. What is the solution for this.

Thanks

Venkat

7 REPLIES 7
Read only

Former Member
0 Likes
912

Venkat,

You can re-process the session after the errors are fixed.

You can do this only if it is something to do with missing data in tables.

Thanks,

Message was edited by: Naren Somen

Read only

sridharreddy_kondam
Active Contributor
0 Likes
912

Hi Venkat,

Its simple if the records are not updated it means there r errors while updating ,

So goto SM35 select the session and click for LOG and then click Ananlyze session and u can see what went wrong..

Now go back and coorect u r data and reprocess the session..

Regards,

Sridhar

Read only

0 Likes
912

Sridhar,

2nd time need to take only incorrect data in flat file ....right ?

Sonal

Read only

0 Likes
912

Sonal,

Not necessarily. You can re-process the session and only the unprocessed records will be processed.

Thanks,

Read only

0 Likes
912

go sm35 and reprocess the error records.

hi sonal you no need to take the incorrect records as reprocessing in sm35 will take only error records from your file..

Cheers,

Abdul Hakim

Read only

0 Likes
912

But how system will recognize what all data were incorrect and need to process ??

Sonal

Read only

Former Member
0 Likes
912

Hi Venkat,

In session method error handling is possible. The records with errors are not updated and they can be reprocessed. Usually Data formatting error (like Date format..) and missing data are the causes of such errors.

Regards,

Arun Sambargi.