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

Session Method & Call Transaction

Former Member
0 Likes
455

Hi Firends,

On what basis call transaction & session method

choose it?

venkat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

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

2 REPLIES 2
Read only

Former Member
0 Likes
425

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

Read only

Former Member
0 Likes
426

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