‎2007 Jul 04 6:27 PM
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.
‎2007 Jul 04 6:48 PM
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