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

How to decide method in BDC??

Former Member
0 Likes
444

Hi,

In BDC how we can decide which method we need to use i.e. session method or call transaction method??

As we know for small amount of data we need to use call transaction & for large we need to use session method.

But how much small & also how we can set the multiple session in Session method.

2 REPLIES 2
Read only

Former Member
0 Likes
422

Hi,

session method is mainly used if no. of data record > 10,000 and if less than call transaction method is used.

Also in session method u can work on one session and stop it for processing further and continue with other session and later on complete all the sessions whereas in call transaction method u cannot stop processing u have to complete the 1st session to start new session.

Pls do reward points.

Regards,

Ameet

Read only

Former Member
0 Likes
422

Hi,

if you want to handle the errors online and you want to store the status then Call Transaction the best way you can hande the errors with details

BDC Session you need to run the job to complete

Regards

Shiva