‎2007 May 13 3:11 PM
hi
In which situations we will use session method and in which situations we will use calltransaction method.
‎2007 May 13 3:17 PM
‎2007 May 13 3:17 PM
‎2007 May 13 3:23 PM
Hi,
You can decide based on the data volume that your BDC is processing. If data volume is high go for session method else call transaction will do. The call transaction updates will be instantaneous where as session method needs to be processed explictly after creation. You can do it both manually and by using program RSBDCSUB.
Regards,
Ferry Lianto
‎2007 May 15 11:10 AM
hi jyothsna
The Session object is used to store information about, or change settings for a user session. Variables stored in the Session object hold information about one single user, and are available to all pages in one application.
REWARD FOR USEFUL ANSWERS..!!
‎2007 May 17 2:17 PM
Hi ,
what ferry has answer is right on the other error handling in session method is handled by the sysytem itself where as in the case of call transaction we have to handled explicitly through a structure called BDCMSGCOLL and populate in format_messages
this require coading. this may be one reason to chose among them apart from ferry answer.
<b>REWARD IF U FIND USEFUL</b>
Regards
fareed