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
How do you delete duplicate records from internal table?
What statement will be found in an sap application program that implements a function module exit?
What is web dynpro for abap?
Can matchcode object contain ids with different update types? : abap data dictionary
Name the abap/4 modularization techniques?
Explain how to Handle the internal tables in ABAP?
What is dynpro? what are its components ?
What is get cursor field?
How many tables are there in sap?
In what ways we can get the context sensitive f1 help on a field?
What is the bitwise operator in the sap abap?
What is pnp-sw-found ? : abap hr
when do you need to create an internal table with header line ? and with out a header line?
What are the update types possible?
What are conversion routines? : abap data dictionary