what is the Difference Between session and call transaction?

Answer Posted / p.lokesh

SESSION METHOD :
1) Asynchronous Process
2) Synchronous update
3) Multiple Transactions can be handled ( That means u can
upload the data at a time for more than one T-Code.
4) Implicit Error handling (Means for errors SM35).
5) Huge amount of data can be uploaded.
6) Execute the session on a specific date.(By using hold
date parameter).
7) Time Requirement is more.

CALL TRANSACTION :
1) Asynchronous process.
2) Asynchronous/Synchronous Update.
3) Single transaction only handled.
4) Small amount of data uploaded.
5) Explicit error handling(That Means all the error records
move to internal table and validate)
6) Time Requirement is low.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which one is better joins or views and why?

631


what is difference between (internal table types)standard table and sorted table in sap abap....

1909


Explain the data types of internal tables?

622


What are the types of subroutines?

613


Example of table cluster and cluster tables.

647






What is tcode se16? For what is it used.

583


What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary

552


What is the client concept in sap?

553


Why is pretty printer user in abap?

633


How is time management and payroll is integrated? : sap abap hr

557


Can you create an internal table dynamically?(at run time)

1427


Explain what are the events used for logical database?

521


hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.

1545


What is logo in sap script?

564


What is the difference between call transaction method and the session method? : abap bdc

529