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

basic thing to know about data transfer programs

sreeramkumar_madisetty
Active Contributor
0 Likes
288

Hi Friends

I have one basic question need to be clarified:

I have one file contains 100 records, I have to upload this file to sap.

My question is :

suppose 80th record is the error record, what will happen if I am doing this using session metod?

suppose 80th record is the error record, what will happen if I am doing this using call transaction metod?

suppose 80th record is the error record, what will happen if I am doing this using session metod but in background mode?

Please clarify me with all possible scenorios.

<b>Points are assured for useful answers.</b>

Regards,

Sree

1 REPLY 1
Read only

Former Member
0 Likes
271

Hi:

Qn No: 1) No data will be saved .

2) The error record wont be saved. In your case all the records except 80th record will be saved using call transaction ( Foreground) .

3) No data will be saved .