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

open dataset

Former Member
0 Likes
389

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
Read only

Former Member
0 Likes
362

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
Read only

former_member182354
Contributor
0 Likes
362

Hi,

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

Raghav

Read only

Former Member
0 Likes
363

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.