what is synchronous and asynchronous updates in BDC's,
whats their difference ?
Answer Posted / preethi
IF WE CHOOSE THE SYNCHRONOUS UPDATE.
IF ANY CHANGE OCCURS IN ONE TABLE IT WILL EFFECT THE OTHER
TABLES THOSE ARE RELATED TO THAT PERTICULAR TABLE.
IF WE CHOOSE ASYCHRONOUS UPDATE.
ONLY CHAGES OCCURS IN ONE TABLE THAT WE ARE MODIFYING.
| Is This Answer Correct ? | 4 Yes | 35 No |
Post New Answer View All Answers
How many types of tables exists and what are they in data dictionary?
What is your current client number?
How can one distinguish between different kinds of parameters? : abap modularization
Why do we use types statement in abap programming?
How is collect statement different from append?
What is the abap program name to process the batch input session automatically? : abap bdc
Can you show multiple alvs on a single screen?
Can a filed occur in several field groups?
What are the time related infotypes? : abap hr
What is asynchronous update?
Explain what is step-loop?
What are the difference between pool tables and transparent tables?
How will you find manager of an employee
What is a 'z' report?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?