Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data transfer

Former Member
0 Likes
251

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
238

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.

1 REPLY 1
Read only

Former Member
0 Likes
239

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.