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

bdc

Former Member
0 Likes
562

Hi

lets say about 100 records I got in a flat file n after updating 50 records some how the systam crashed. now what happens when i run again the same file for second time in session as well in C.Trans.Will this file b picked up? if so how the system flows....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
544

If there are no primary keys involved, it will get appened again, else it will throw error that duplicate records exists.

In the worst case try uploading the last 50 records removing the 1st 50.

3 REPLIES 3
Read only

Former Member
0 Likes
544

hi

yes the file will be picked.

just refer to the link below

http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g

regards

ravish

<b>plz dont forget to reward points if helpful</b>

Read only

Former Member
0 Likes
545

If there are no primary keys involved, it will get appened again, else it will throw error that duplicate records exists.

In the worst case try uploading the last 50 records removing the 1st 50.

Read only

Former Member
0 Likes
544

Hi,

In c. transaction method u have to go on for entire process again but in session method u can continue processing for next 50 records in Sm35.

Pls reward points.

Regards,

Ameet