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

SAP BW: Automatic sending of server files (al11) to a shared Windows directory

pmarquesg
Explorer
0 Likes
1,050
 

Hi Guys!,

I have created a data model whose data source is a query that is loaded into an open hub which generates a .csv output file in a directory on the al11 transaction server.
And I would need to send this file to another server to deposit it in a Windows directory.
Do you know how I could configure the sending of the file in BW?

BR,

Accepted Solutions (0)

Answers (2)

Answers (2)

nachtaktiv
Participant

your target folder has to be mapped/mounted in AL11,
so you can send your file also with OpenHub  

roland_szajko
Product and Topic Expert
Product and Topic Expert
0 Likes

I think these are your options:

  • mount the target directory so it is available via AL11 (OS) and then you direct the OpenHub file to that folder
  • write an OS level script, which copies the file from the ABAP AS folder to the desired target folder and execute it once the file has been created. If you load via Process Chain, it has a variant with which you can start OS commands, so theoretically you can automate this