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 are multiple use BADIS?
What are the different kinds of lock modes?
How do you do bdc for a table control? : abap bdc
What two statements are required in an abap program to output an icon using a written statement?
What are the two different ways of building a match code object? : abap data dictionary
SM35 transaction, How to automate BDC ?
What is an “on request field” statement?
Reports: Event functionality.
What is a database view? : abap data dictionary
What is synchronous update?
Can we create a gui status in a program from the object browser?
How many types of tables exist and what are they in data dictionary?
What is the diff between database view and maintenance view?
What is the difference between RETURNING and CHANGING parameters for a method?
What is roll area?