‎2009 Jun 26 6:00 AM
I Have upload more records in plat file to internal and store to the Sap table. so at the time (Example 1000 in plat file one by one upload to sap table. that time power or some other problem occurs in your PC ) then pending record. what happen?
by
imuthu.
‎2009 Jun 26 6:06 AM
unless and untill Commit work statment is hit data will not get stored in SAP tables. so before current or some thing happen if commit is hit they will stay in SAP table else... all are washed out.
‎2009 Jun 26 6:06 AM
unless and untill Commit work statment is hit data will not get stored in SAP tables. so before current or some thing happen if commit is hit they will stay in SAP table else... all are washed out.
‎2009 Jun 26 6:07 AM
Records will be updated as the uploading will take place at the server and not on your pc.
‎2009 Jun 26 6:09 AM
Hi Muthukumar,
Why don't you first upload all records from the file to your program internal table, and then loop you table to post each entry in SAP.
I think this is the normal process.
Sourav