‎2008 Apr 22 1:53 PM
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
‎2008 Apr 22 2:08 PM
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
‎2008 Apr 22 2:08 PM
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
‎2008 Jul 25 4:59 AM