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 Session & Transaction

Former Member
0 Likes
372

Hi,

I have gone through the posts in this forum and acquired quite a good knowledge regarding call transaction, call session and screen resolution.

<i>My doubt here is when exactly we should go for call session i.e. larger number of records in the sense approximately how many records and i have learnt to use CTUPARAMS to control screen resolution while using call transaction method but, is there any method while using session method?</i>

Could anyone of you please clarify my doubts with example programs if any.

Thanks in advance.

Regards,

Sooraj

2 REPLIES 2
Read only

Former Member
0 Likes
337

Hi,

When there is a requirement for a log - atleast during the validation of postings, it is advisable to go for a create session method.

Regarding the screen resolutions, you don't have to worry during the creation of the session. You get the options, when you are processing the sessions.

Regards.

Read only

Former Member
0 Likes
337

Use Call Transaction if you are using multiple transactions and you only want to post if preceeding transactions were posted correctly.

Rob