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
What are data classes? What are the various data classes available for selection? : abap data dictionary
How many secondary indexes can we create in a table?
On which event we can validate the input fields in module programs?
What is the use of at new statement ?
Advantages and disadvantages of different types of bdc's?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What is abap?
Differentiate screen painter from menu painter.
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
Explain data dictionary in abap?
What are plan versions used for? : sap abap hr
What are the events in ABAP language?
while implementing badi what are the tables u find??
How will you find manager of an employee
What is meant by hotspots?