In Dialog program Syntax of Synchronous and Asynchronous?
Answer Posted / baswaraj
commit work(asynchronous update)i.e., return control back to
calling program prior to database commit or roll back and
commit work and wait(synchronous update)don't return control
back to calling program until database commit or roll back
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is use of transparent table in abap? How it is different from pool tables?
What is asynchronous and synchronous update?
What are the names of the function modules that will be generated upon activation of a lock object?
What is size category?
Setting up a BDC program where you find information from?
Define database layer?
What do you mean by batch data communications programming?
How are the function code handles in flow logic?
How will you define org structure in MM?
What is the role of ‘refresh’ in internal table?
How many detail lists can be created in interactive reporting?
What is the use of the raising exception? : abap modularization
Define subtype ? : abap hr