‎2006 Oct 21 7:16 PM
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
‎2006 Oct 22 3:17 AM
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.
‎2006 Oct 22 6:40 PM
Use Call Transaction if you are using multiple transactions and you only want to post if preceeding transactions were posted correctly.
Rob