what is difference between commit and rollback.?
Answer Posted / kaushal
Using commit, It saves any modification made within objects of database. We can not undo our transaction which done within commit.
Rollback is similar to undo button of any s/w browser. That is, when we make any changes in recodes of table, we can came back to previous form of that table by using rollback.
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
What is a 'z' report?
What is the function of the transport system and workbench organiser? : abap data dictionary
When, how and how would you control changes to standard SAP objects.
What is database view ? : sap abap data dictionary
What is your approach to find exit and BAdi?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What is step-loop? Explain all the steps?
Can you print decimals in type n?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What are the differences between the table and the structure in the data dictionary in the sap abap?
Can we set page headers to details lists?
What work you have done in HR module
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
Create any functions? How to go about it?