‎2007 Dec 10 5:52 AM
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
‎2007 Dec 10 9:02 AM
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 .