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
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
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 does the ‘suppress dialog’ do?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What are domains and data element? : abap hr
What are the system table used in abap?
Difference between top-of-page and top-of-page during at line- selection?
What statement will be found in an sap application program that implements a function module exit?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What does hide statement do?
Differentiate between static and dynamic step loops?
What are the buffering types?
Difference between select option and ranges ?
How many types of buffering? : abap data dictionary
In what ways we can get the context sensitive f1 help on a field?