I have 100 records and 75th record contains error,if i use
call transaction how many records will update the data base
and if i use session method how many will update?
Answer Posted / g.shankar
in CT method upto 74th record all the records will be updated to the database and we have to correct the the 75th row and then we can update it to database whereas in SM not a single record will be updated to database unless and until you clear the error.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What is bdc programming in sap?
What are the different types of views and their definition?
Explain the advantages and disadvantages of abap query tool?
What are two methods of modifying sap standard tables?
what are the various types of parameters and how are they distinguished from one another?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
Can we reuse a userexit?
How do you write a function module in sap?
How will you transfer data into a file in application server?
What is buffering in abap?
What are the relational operations that can be performed on view in sap? : abap data dictionary
Name the abap/4 modularization techniques?
What are different ABAP editors? What are the differences?
What is exception class and test class. How to use it?