‎2007 Jul 05 10:53 AM
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.
‎2007 Jul 05 11:01 AM
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
‎2007 Jul 05 11:04 AM
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