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: 

BDC- Message Interrupting Upload

Former Member
0 Kudos

Hi Gurus,

I am doin an batch session ( BDC) for mass data upload.

May i know how i am supposed to omit an message ( warning etc) due to which the upload stops.

Regards,

Navin

2 REPLIES 2

former_member195383
Active Contributor
0 Kudos

The Error messages ,if any ,will come if you are uploading thru BDC in E mode.

This can be avoided only by removing the cause of the error message,

programmatically in the BDC program itself.

Say u are getting an error message because of blank entry in one field..

Then catch that error in the BDC program itself and throw an error. So that it will not go the screen.

Allow the controll to go to the screen, if all the entries are perfect.

That is... place al the screen validations in BDC program.

0 Kudos

Hi rudra,

Thank You very much..!

Best Regards,

navin fernandes.