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
Explain the difference between a dialog program and a report?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
Explain the difference between domain and data element? What are aggregate object?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Is it possible to bring select option in module pool screens?
Explain get cursor field?
What is a view? : abap data dictionary
How do you do bdc for a table control? : abap bdc
How can end-of-selection be used?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are Table control and tab strip control in dialog programming ?
how to read the standard field value in your custom program.