‎2008 Feb 14 3:40 PM
Hi abapers
i have few doubts in data transfer and they r
1)I there 10 records if there is an error in the 6th record
wht happens in the session and call transaction?
2)If there r 1000 records and i want to update from 500 record thn how to do it?
‎2008 Feb 14 3:56 PM
1. All the other records gets updated except the 6th record. In Call Transaction
theres is a way to capture that error message in the internal table.
2. Give the where condition in the loop when u are looping on the internal table.
‎2008 Feb 14 3:56 PM
1. All the other records gets updated except the 6th record. In Call Transaction
theres is a way to capture that error message in the internal table.
2. Give the where condition in the loop when u are looping on the internal table.