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
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What are system fields for secondary lists?
What is the differences between abap and ooabap. In which situation we useooabap?
What are the function modules used in a sap script driver program?
What is the syntax for ‘call transaction’?
What is dialog module?
What are the events in screen programming?
Explain how data is stored in cluster table?
How to select valid lines for secondary list?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What are the different types of work process?
What are the different methods of bdc? : abap bdc
What is ole?
Explain how many types of tables exist and what are they in data dictionary?
What is pass by value and what is pass by reference? Which is better?