BDC CALL TRANSACTION carry on synchronous processing and
update the database both synchronously and
asynchronously,where session method carry on asynchoronous
processing and update the database synchrousnously.I want
to know the meaning of synchronous and asynchronous
processing and also the meaning of synchronous and
asynchronous database update.
Answer Posted / praveenkumar lingutla
In synchronous processing the transaction is done by one after another and it depend on previous transaction.
In the Asynchronous processing all the transactions is done
at a time.
synchronous update if the legacy system have 5 records the 4 records are correct one record i.e, the 3rd record is error then the process is as follows 1st 2nd records are done successfully but 3rd record is so stop the process.
In the asynchronous update the process is not stopped directly it it goes to the data base
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What is collective search help? : sap abap data dictionary
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What is an Unpack command?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Explain the advantages of logical databases?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What are the function module in bdc?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
Program lines for the radio button selection and unabling some input variables in section screen
What is the sap abap?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
What are the components of sapscript?
What is view? Explain the different types of view?