what is synchronous and asynchronous updates in BDC's,
whats their difference ?
Answers were Sorted based on User's Feedback
Answer / bandivenkateswarlu
synchonous update: is used to no transaction is stored until
the previous transaction has been written into the sap databse.
asynchonous: is used to the program is need not wait for the
previous transaction . any kind of transaction is stored
into the database.
Is This Answer Correct ? | 42 Yes | 7 No |
Answer / 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 |
What is open sql vs native sql ?
What are the parameters used in each function?
Can we get unique records with secondary key also
What are the requirements a dialog program must fulfill?
Value table VS check Table.
what is the standard program used to upload/download layout sets in scripts.
What is the function of the transport system and workbench organizer?
What is lock object ? : abap data dictionary
Name a few data dictionary objects? : abap data dictionary
Control Break statements- At new...endat.
Name the transaction code can I used to analyze the performance of abap program?
diff b/w call trans. and session method.