in bdc which method best comape to call transaction and
session method?with example?
Answer Posted / n arasa
1)call transaction :
->we will go for call transaction,when we have to upload
less amount of data and we have to do the immediate
updations
->if we execute huge amount of data with call transaction
then the session we will be expired
->we have to handle the errors in call trasaction
2) session methosd:
->we will go for session method when we have to upload huge
amount of data.
->it generates session and executes in background
->we don't want handle the errors.it generates one log file
and stores in it.
Regards,
Narasareddy
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Explain the advantages/disadvantages of logical databases?
What is an abap?
What is an internal table?
What is a match code? : abap data dictionary
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
Which function module reads the data for particular infotype ? : abap hr
What is the syntax for ‘call transaction’?
How do you move on to the next screen in interactive reporting?
Can we access static attribute from instance method
THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM
Can we define our own match code id's for sap matchcodes ?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
Why do we use Abstract classes give an example from your project?
Can we create field without data element? If yes, how?