‎2006 Dec 04 1:37 PM
Running one BDC in that one condition has given if that condition is not satisfy then raise one Error message. For example i am running that BDC with 10 records.
First 3 records run successfully but at the 4th record it gives error then program is stocking there only. Not running the remaining records and not show successful records log as per the coding. Its not even going back also.
Running one BDC in that its calling transaction In that transaction one user-exit in that its calls sub screen in that exit one condition has given if that condition is not satisfy then raise one Error message.
For example I am running that BDC with 5 records.
First 2 records run successfully but at the 4th record it give error then program is stocking where subscreen calls and error message popup come if click cancel button at popup and sub screen it going to transaction if I click back button then again it comes to error popup screen.its not going out of the error popup and transaction loop.How to rectify this.
‎2006 Dec 04 1:41 PM
Hi,
Please take one error record while taking your recording and record that screen logic also. You can execute that code in conditionally.
Regards
Bhupal Reddy
‎2006 Dec 04 1:41 PM
Hi,
Please take one error record while taking your recording and record that screen logic also. You can execute that code in conditionally.
Regards
Bhupal Reddy
‎2006 Dec 04 6:58 PM
what time of error message are you running, by that I mean what type?
is the error popping up the screen? and if it does then are you running your batch process in the foreground? If you are, try running it in the background.
Warren
‎2006 Dec 04 8:01 PM
Are you using the "Call transaction" syntax? If yes, then they writing the BDC usign session method and execute the session. It will work.