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

Using BDC Upload data

Former Member
0 Likes
413

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.

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
381

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.

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
382

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.

Read only

Former Member
0 Likes
381

Records will be updated as the uploading will take place at the server and not on your pc.

Read only

Former Member
0 Likes
381

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