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 Skip Error message

Former Member
0 Likes
860

Hi Guys,

I have a situation, where we are running a transaction in background mode, but due to error message on a particular screen, processing stops. But that message as per our Functional consultants, can't be skipped, but once an Enter is pressed after error occurs (in A or E mode), furthur transaction is beeing processed. So they wan't an extra Enter to be placed in that screen if error occurs.

Can anyone tell how this can be solved. How can we skip particular error message in bdc.

Regards,

Zafar Ali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

Hi,

You can add a OK code after that particular message has been triggered.

Do a new Recording with the same data which caused the error/ info message, it will record with the enter you pressed after error/info message.

In background, if an error occured the process will terminate, you can skip that screen if there are not values passed to that screen.

Regards,

Baburaj

2 REPLIES 2
Read only

Former Member
0 Likes
672

Hi,

You can add a OK code after that particular message has been triggered.

Do a new Recording with the same data which caused the error/ info message, it will record with the enter you pressed after error/info message.

In background, if an error occured the process will terminate, you can skip that screen if there are not values passed to that screen.

Regards,

Baburaj

Read only

Former Member
0 Likes
671

we found a BAPI to replace BDC...