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 / 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 |
Post New Answer View All Answers
What is the function of the transport system and workbench organiser? : abap data dictionary
What is modularization and its benefits? : abap modularization
What are the parameters used in each function?
Define structure in abap data dictionary?
What are the problems in processing batch input sessions?
What is a transaction variant and why are they used?
What is “call mode”?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
Why do we use events and actions in web dynpro?
What do you do when the system crashes in the middle of a BDC batch session?
How collect statement is different from append?
What are pooled tables?
What are ranges?
What is a match code? : abap data dictionary
Define infotype ? : abap hr