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
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
Difference between .Include and .append?
Explain the differences between at selection-screen and at selection-screen output?
What are the different types of internal table?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
List some of the many different ways that the sap standard functionality can be changed by a customer?
What are different types of parameters?
How would you set the formatting options statically and dynamically within a report?
What are control tables? : abap data dictionary
What is the difference between function group and function module?
What are the Various Types of internal tables?
Events that can be used in both the classical and interactive reports
When the top-of-page event does get triggered?
how to create view in bdc..??
Have you set up a back ground job ? How to create a background job without a variant ?