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?
Answers were Sorted based on User's Feedback
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 |
Answer / prasad
In case of Call transaction method, up to 74 all the
records are processed and on 75 th row user has to correct
error then only it will process further and finally updates
the database.
In case of Session method all the non error rows will be
processed by leaving 75th row. The error row will be shown
in the error message list.
Is This Answer Correct ? | 8 Yes | 3 No |
Which objects are independent transport objects?
what is code review, when u can do?
why abap/4 is 4th generation language ?
4 Answers Kansai Nerolac Paints Limited,
Events that can be used in both the classical and interactive reports
what are SPA and GPA parameters?What the Purpose?Examples? under ABAP Memory.
What is Field symbol?
What are the mandatory fields to be filled in Transaction VA21 for 'Creation of sales order Quotation'.
What are datasets in abap?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What type of user exits have you written ?
1. Driver prog & executive prog both r same ? 2. what is difference between At selection screen & At selection out put ? 3 . what is node used in smart form ?
Explain what is the purpose of sap script?