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
Can we include customizing include or an append structure with pooled or cluster tables?
Define abap/4 layer? : abap data dictionary
What is alv programming in abap?
How many secondary indexes can we create in a table?
What is an Unpack command?
In which particular scenario we use sorted table and which particular scenario we use standard table?
Can i know some of the Realtime tickets that anyone has been faced ?
What are the organizational related Infotypes
What is sap abap data dictionary?
Explain the differences between sap memory and abap memory?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What are the different methods of passing data?
How to debug a sapscript?
What are the page windows? How many main windows will be there in a page window?
Explain sap abap 3-tier architecture?