Answer Posted / kubera
Logical Unit Work..
You can define this way --> it is the span of time during
which any database updates must be performed (in all or
nothing manner) or canceled.
Commit Work or Rollback work..
Commit work -> performs all the actions relevant to the
execution of tasks.
Rollback work -> cancels actions relevant to the execution
of tasks.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an evaluation path? : sap abap hr
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
Can a constructor be declared private? If yes then in which scenario?
What is the t-code to display batch input sessions? : abap bdc
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
How can we set the tablespaces and extent sizes ?
what is field string ? & where we are using field strings?
What is an abap/4 query? : abap hr
How to read files and process BDC's automatically ?
How can we create callable modules of program code within one abap/4 program?
What are the differences between session method and call transaction method? : abap bdc
did u done enhancement framework?how u implemented?
What is match code? : sap abap hr
What is the use of start-of-selection.,if not use in report what will happen,?
Can you print decimals in type n? What is difference between float and packed data type?