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
What is logo in sap script?
What are extracts?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What is the purpose of sum statement?
On which event we can validate the input fields in module programs?
Difference between Insert, Update and Modify?
What does the insert statement in extract datasets do?
What will happen when we use single buffered selected?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is Field group?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What is update task
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is the difference between skip and reserve?