cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Automate File Loading

Former Member
0 Likes
1,032

Hi All,

We load couple of files manually everyday and are looking forward to automate the process.

Files are sent in .CSV format from users and we are loading manually through infopackage .

I can select the file form Application serever,but how do i configure so that end users can directly place the file on serever and then the Process chain triggeres automatically?

Thanks

Nayab

View Entire Topic
RamanKorrapati
Active Contributor
0 Likes

Hi,

Here you just need to place your CSV file into application servers(AL11) by using abap code.

Once file was placed at AL11 then remaining loading steps can be done thru automatically(by triggering your process chain).

How to move file from one server to another server(AL11) - please search on Google by using term "Various ways for File Moving from one folder to other on application server".

Thanks