in bdc which method best comape to call transaction and
session method?with example?
Answer / 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 |
What are pooled tables? : abap data dictionary
where to find userexits for sd releated module in realtime?
What is the difference between Exit and Stop?
What is the difference between At selection screen and At selection screen on output?
What are advantages and disadvantages of logical data base
can we fetch data , when we write a select query under end - of - selection event.
What are the functional areas?
What is the first thing you do after vendor setup is complete?
how can u write in single program call transaction and session method logic? if u write logic in call transaction ,is there any errors ? how can u see in session ?
can please tell me the differences b/w bapi & bdc?
30) What is a text table?
How to find function module or Bapi for particular transaction in sap?