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: 

FM to read files starting with TEST(for example) from Unix server

Former Member
0 Kudos

Hi all,

Is there a FM to read all the files which start with TEST (for example) from the Unix server?

Requirement is if we put TEST* in the selection screen for the filename, it should read all the files which start with TEST from the default Unix path.

Thanks and regards,

Anishur

2 REPLIES 2

0 Kudos

Ridiculous Reply Minal

Hi,

There you can create a new FM since I believe there is no such FM.

You'll have to write code to execute a UNIX command to get list of files in an internal table and then write code for downloading it.

Hope this helps

Regards

Nishant