Application Development 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: 

open dataset

Former Member
0 Kudos

Hi

I was wondering if the following scenerio is possible.

Suppose you have a program which uploaf file on the server.

And there is an XI development part who in turn pick up the file.

Is it possible for the XI part to pick up a file while the program has not finished uploading all file.

Coz this will result in a file being cut and pick up wrongly.

please advise

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Yes its possible that XI might pick up the file half way while the ABAP is wiriting the file.

I suggest that you write the file to a temp dierctory first then move it to the source directory from where XI can pick up the file.

regards,

Advait.

2 REPLIES 2

former_member182354
Contributor
0 Kudos

Hi,

XI would not be able to pick up the file in edit status.

Raghav

Former Member
0 Kudos

Hi,

Yes its possible that XI might pick up the file half way while the ABAP is wiriting the file.

I suggest that you write the file to a temp dierctory first then move it to the source directory from where XI can pick up the file.

regards,

Advait.