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 a collect statement?
How do you execute the payroll
What are the various types of selection screen event?
What is the use of buffering?
What are the domains and data elements?
what is difference between set screen and call screen ?
What abap statement will trigger list generation?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What are the drill-down features provided by abap/4 in interactive lists?
What are the prerequisites for creating foreign key relationship?
What will happen when we use fully buffered in abap?
What is interactive reporting?
What are the rules to create a BAPI?
What are the components in sap application server?
Why do we use dynamic where conditions?