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

In which cases we will use session method

Former Member
0 Likes
557

hi

In which situations we will use session method and in which situations we will use calltransaction method.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
531

Check this link -

Regards,

Amit

Reward all helpful replies.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
532

Check this link -

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
531

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

Read only

Former Member
0 Likes
531

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..!!

Read only

Former Member
0 Likes
531

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