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

Avoiding stuck record in BDC

Former Member
0 Likes
1,052

Hi All,

My BDC stuck at a record.

I want to avoid this stuck record and continue with next record.

Can any body guide me how this can be achieved.

Thanks.

Hi Sanjay,

May I know which method your are using in bdc

5 REPLIES 5
Read only

Former Member
0 Likes
945

Hi Sanjay,

You need to be more clear about your problem.  What do you mean by a BDC being stuck on a record? 

Jim

Read only

0 Likes
945

Dear Jim,

when I am saying "BDC stuck" I men an error has occurred.

I will be thankful for further guidance.

Read only

0 Likes
945

Hi Sanjay,

This is still not very specific or accurate technical language.  Are you in the middle of trying to create a BDC session, or are you running a session and a transaction fails?  Saying "an error has occurred" is not informative.

Jim

Read only

guilherme_frisoni
Contributor
0 Likes
945

Hi Sanjay,

the only way to avoid this "stuck record" is to map the corresponding screen.

You will need to understand why that screen is called and enhance your code with an IF to this screen map.

There is no way to manipulate bdc records while it is executing the transaction.

Regards,

Frisoni

Read only

Former Member
0 Likes
945

Hi Sanjay,

May I know which method your are using in bdc