How many methods are there in BDC? Which methods you know well?
Answer Posted / suryakanta senapati
In BDC,there are 3 methods.i.e;
1.Direct Input Method
2.Session Method
3.Call Transaction Method
Direct Input Method:It is used for transferring large
amount of data.It doesn't create sessions but stores the
data directly into the respective tables.It works by
calling number of function modules.If any error occurs then
it will restart the entire procedure and execute the direct
input programs in background only.
2.Session Method:It transfers data periodically.in real
time,this method is not applicable because it needs more
times in terms of hours may be in days.It is carried out by
3 function modules:BDC_OPEN_GROUP,BDC_INSERT &
BDC_CLOSE_GROUP.
3.Call Transaction Method:It transfers data only once at a
time but explicity handled if any errors are occured,It is
used in Real time by using these 3 function modules and
finally give the results by setting the updates & modes.
Updates:Asyncrhonous & Syncrhonous
Modes: A for Show Screen
N for No Screen
E for Error Screen
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can you display frames (horizontal and vertical lines) in lists?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
How to find Kernal badi ?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
How you attach search help to data element? : sap abap data dictionary
What is asynchronous update?
Can we use flow logic control key words in abap/4 and vice-verse?
Can we use transfer dataset to transfer data in internal table ?
What is hotspot?
What is sequence of event triggered in report?
What is elementary search help? : sap abap data dictionary
Explain the session method? : abap bdc
What are the disadvantages of using explicit enhancement?
How can you find the field/data underlying a transaction?
What are the restrictions on subscreens?