‎2008 Jun 05 1:51 PM
Hi Firends,
On what basis call transaction & session method
choose it?
venkat
‎2008 Jun 06 5:34 AM
Hi Venkat,
Even though both call transaction and session method do the same job there are some differences.
1. If no. of records to be uploaded is less (<500) u can as well choose call transaction method but if the no. of records is more (>10000) u need to choose session method as call transaction will create some performance issues.
2. If u want to execute the program in future u can create a session and keep it ready so that u can execute it at any point of time. That is not possible in call transaction method.
Regards,
Asif Ali Khan
‎2008 Jun 05 1:53 PM
Check out the below thread to understand the same
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
Regards,
Santosh
‎2008 Jun 06 5:34 AM
Hi Venkat,
Even though both call transaction and session method do the same job there are some differences.
1. If no. of records to be uploaded is less (<500) u can as well choose call transaction method but if the no. of records is more (>10000) u need to choose session method as call transaction will create some performance issues.
2. If u want to execute the program in future u can create a session and keep it ready so that u can execute it at any point of time. That is not possible in call transaction method.
Regards,
Asif Ali Khan