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 spec

Former Member
0 Likes
273

hi friends...

could u plz tell me if i get one functional spec for a BDC program and then how can i decided whether to write a method call transaction or a session.

thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
246

Good question...

It depends upon on various factors...

1. Amount of the data: If the amount of data is very large u should go with session method.. if it is less then better to go with call transaction method.

2. Type of data: If you are uploading the data for mutliple applications at a time better to go with SM where as if u r uploading the data for single application better to go with CT.

3. If the log file is mandatory then better would be session, though u can desing that in CT method...

4. If you just wanted to process the data n update the database afterwards (by any reason) better would be SM. where as in CT method while uploading data base should respond to the program....

~~Guduri