2007 Jan 09 4:48 PM
hi abapers guide me.
for example i am having 50 records i am using call transaction and session method.
in 31st and 32 records are error records and remaining all are correct records. if i use
call transaction how many records will be update and if i use session method how many records will be update.
2007 Jan 09 4:50 PM
Hi,
All the records will be updated except the 31st and 32nd reocrds, this is same as Session method and also for Call transaction method
2007 Jan 09 5:57 PM
It depends on the mode you are running the program.
You have the choice of:
1. Stop at the point you get the error i.e the program will stop at the 31st transaction and pass on the control to you.
2. Mark the transaction as a error and proceed with the other correct transactions.
- Guru
Reward points for helpful answers
2007 Jan 09 8:22 PM