Application Development 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: 

BDC Update 'S' option?

Former Member
0 Kudos

Would this cause a problem if not in my BDC statement? Because we have had issues where the BDC will only process sometimes, or after so many runs?

Thank-You.

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

By default the Update mode is 'A' - Asynchronous update. If you use the results from this first BDC to some other BDC than you must specify the BDC Update mode to 'S'.

I would suggest, use the BDC update mode to 'S' always, unless you need fast response.

Regards,

Naimesh Patel

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

By default the Update mode is 'A' - Asynchronous update. If you use the results from this first BDC to some other BDC than you must specify the BDC Update mode to 'S'.

I would suggest, use the BDC update mode to 'S' always, unless you need fast response.

Regards,

Naimesh Patel

Former Member
0 Kudos

for call transaction metho defaul update mode is a, u can change it to s.

for session method update mode is s