Application Development 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: 

can i ignore error in BDC ?

Former Member
0 Kudos
323

hi,

in my place one error always occur during a transaction, so when i prepare a BDCDATA and CALL transaction tcode using BDCDATA, it stops at this error.

i want to ignore the error, and goes to the next screen directly, how could i ?

(note that this error can be modified in the next screen, but it is this error which prevent me from going to next screen)

thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos
84

Talk to functional guy and show the error ,that could be functional issue.

since you can't ignore errors while doing bdc

5 REPLIES 5

Former Member
0 Kudos
84

no you can't ignore the error unless you made some changes in transaction level.

Former Member
0 Kudos
84

I do not think it is possible.

Does the transaction take you to next screen in the foreground mode while recording?

What transaction is this?

0 Kudos
84

hi,

thank you for reply!

the tcode is F-22, but we have modified it(i think that's why the error occurs).

when perfome F-22, the error can be modifed in the next screen which could attain by press Enter twice.

i thinks Seshu is right that it's functional issue.

thank you all!

Former Member
0 Kudos
84

hi,

You can't ignore the error.

/n - Terminate current batch input transaction and mark as incorrect but there is no option to ignore the error.

Do one thing comment the bdc coding where u are getting this error i.e for that particular field comment respective bdc-perform.

Former Member
0 Kudos
85

Talk to functional guy and show the error ,that could be functional issue.

since you can't ignore errors while doing bdc