what is the difference between session ,call Transaction?
Answer Posted / subbu
session method:
1.Asynchronous processing i.e we can process multiple
transaction codes in a single program.
2.Synchronous data base updation
3.Error log created.
4.No significance for sy-subrc.
5.It is slower than call transaction method.
6.We cannot execute this method directly.
call transaction method:
1.Synchronous processing i.e we can process single
transaction in a single program.
2.Synchronous and Asynchronous database updation.
3.Error log cannot be created.
4.Significance for sy-subrc.
5.It is faster than session method.
6. We can directly execute this method.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the project you are currently working and work that you are doing
Did you create secondary index?
please give the remaining answers.
What work you have done in HR module
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
What is your current client number?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh
How can we handle table control in bdc? : abap bdc