diff b/w call trans. and session method.

Answer Posted / venkateswarlu

Session method:

Until unless sessions are not processed the data is not update in the database.
it Should not return any value
Error screens are stored into the error logs (SM35)
Update the records synchronous

Call Transaction method:
Update the records fastly.
It should return the value
For error records it will stored the Internal table BDCMSGCOLL
Update the Databae Both synchronous and asynchronous.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to pass data to and from include programs explicitly? : abap modularization

973


What is a development class? : abap data dictionary

916


What are the classifications of the sap abap data classes?

826


What is collective search help? : sap abap data dictionary

802


What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

804


What are field symbols?

841


Can we use flow logic control key words in abap/4 and vice-verse?

743


What is the syntax for ‘call transaction’?

814


Will 50,000 records be uploaded directly into APP's Server?  

2131


when do you need to create an internal table with header line ? and with out a header line?

1744


What are the fields in the memory table ‘screen’?

770


What are internal tables? How to use a specific number occurs statement?

745


What is sequence of event triggered in report?

795


What is alv programming in abap?

828


what are the various types of parameters and how are they distinguished from one another?

947