How many methods are there in BDC? Which methods you know well?
Answer Posted / p.lokesh
In Batch Data Communication we have Call transaction and
Session method[Batch input session].
Depend upon the requirement we choose these methods.
Suppose if u need to upload data at once and need
asynchronous updation and we need to log the errors
explictly then we go for Call Transaction.
Suppose if u need to upload the data regularly batch wise
and need synchronous updation and automatically log the
errors [Implicitly] then we go for Session Method.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Can i Have Some Examples on Enhancements.
Explain different types of attributes of function module?
What is constructor expression in nw abap 7.4?
Can you create an internal table dynamically?(at run time)
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What is the function of the correction system? : abap data dictionary
How to do find it?
Explain about workbench request and customization requests?
Explain what are the events used in interactive reports?
How to use messages in lists?
What is the use of 'table index'?
How can we use / display table in a screen?
Difference between domain and data element? What are aggregate object?
How many types of views are there ?
Does every abap/4 have a modular structure?