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 Session

Former Member
0 Likes
502

Hi Friends,

Can we run mutilple sessions simultaneously in BDC Session method?

Thanks.

Jak.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

Hi Kumar,

In bdc session method we will generally create the sessions and whether we submit the job or not is optional / as per requirement.

We can run the job afterwards also once we create a session.

We can run multiple sessions but only sequentially(one after the other).

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
479

Hi Kumar,

You can create multiple BDC sessions that are to be run at a pre-determined time (if many are set to run at same time, then they will be running simultaneously)

But, caution and care to be taken that,if one session is modifying a record and another session tries to modify the same record, then the session which doesn't get a lock on this record will not be able to update... (So, you(BDC) fails in such cases)

Regards

Raj

Read only

Former Member
0 Likes
480

Hi Kumar,

In bdc session method we will generally create the sessions and whether we submit the job or not is optional / as per requirement.

We can run the job afterwards also once we create a session.

We can run multiple sessions but only sequentially(one after the other).

Regards,

Ravi

Read only

Former Member
0 Likes
479

hi

we can create multiple session in BDC using the session method. it is upto to us in sm35 transaction to submit the particular session.

ok

Aashish