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: 

FTP Query result

Former Member
0 Kudos
82

Hi Everybody,

I need to ftp BW query result as text file. Does anyone has any idea?

Regards,

BG

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos
59

hi,

1) submit your query and download list to application-server

2) ftp your file from 1) with fm's from function group sftp

example: report <b>RSFTP004</b>

Andreas