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 to capture the errors in bdc Call transaction method?
How do you get the number of lines in an internal table?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What are the steps in creating screen ?
How do you find number of records present in internal table?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
SM35 transaction, How to automate BDC ?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
How do we handle multiple line items in BDC's.
What is logical database? : abap hr
What are the types of subroutines?
What are the ways you can do the tuning?
how to modify the standard method as per your requirement
What is the use of start-of-selection.,if not use in report what will happen,?
Why do we use types statement in abap programming?