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

Error correction in BDC

Former Member
0 Likes
506

Dear all

I have created asession for transaction VD51, but while loading data some 4 out of 21 data's are giving error. now i want to dispaly those errors and open a session where i can correct those entries and load them again successfuly.

Please help me out with the example code for error correction.

thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
450

Hi,

All those errored records(4) are still available in Session or not?

If they are available with errorrs, you can Re process in foreground and correct the error.

Regards,

Ashok

Read only

Former Member
0 Likes
450

Reprocess your batch input session (SM35, double click on the session name) and use the "display errors only" option. Correct the errors manually.

No need to create an other session (if only few errors).

If you have a lot more errors, then there is probably something wrong with your program coding

Read only

Former Member
0 Likes
450

thanks