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 error in program

Former Member
0 Likes
490

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. It’s 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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

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

3 REPLIES 3
Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
463

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

Read only

Former Member
0 Likes
463

Are you using the "Call transaction" syntax? If yes, then they writing the BDC usign session method and execute the session. It will work.