what is difference between commit and rollback.?
Answer Posted / priyanka
COMMIT:Save Record Permanently in database
Syntax :COMMIT;
ROLLBACK: This is like undo
Syntax: ROLLBACK
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How would you set the formatting options statically and dynamically within a report?
How does the interection between the dynpro and the abap/4 modules takes place?
What are the data types of the external layer? : abap data dictionary
What are the two ways for restricting the value range for a domain? : abap data dictionary
How do you read files from the application server ? : abap bdc
What are function modules?
Can you print decimals in type n?
How can we upload a text file having delimiters in to legacy system?
What are the difference between tables and structures?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What is dynamic action? : sap abap hr
What is payroll driver ? : abap hr
What is the use of at new statement ?
Give an example of interface from your project explaining why you used it?
What are matchcodes?