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 is locking? : abap data dictionary
What is smart forms? : abap hr
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How to debug rfc function module?
What is the difference between synchronous and asynchronous update? : abap bdc
What is retro active accounting
How can we send data to external programs?
What is sap abap data dictionary?
Where the payroll results are stored
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is amdp (abap managed data procedures)?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Explain how do you move on to the next screen in interactive reporting?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
Difference between Field groups and internal tables?