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

problem regarding finding files from unix server

Former Member
0 Likes
381

hi all,

i had a problem regarding finding files from unix server.

there are some files already downloaded to a particular unix path ( /data/interpel/applis/r )

i have to take some search specific files ( starting with FL1192 ( FLOW Name ) from a particular unix path ( /data/interpel/applis/r ) and then to read the content from every file found there and have do some processing.

My problem is can any one tell how to search all such particular files from unix path .

is there any function module for that .

or can any one tell Database table name were all unix directories and their files stored.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
359

Hi,

Try using FM

1. RZL_READ_DIR

2. RZL_READ_DIR_GLOBAL

Hope this helps.

Regards,

Raj

2 REPLIES 2
Read only

Former Member
0 Likes
360

Hi,

Try using FM

1. RZL_READ_DIR

2. RZL_READ_DIR_GLOBAL

Hope this helps.

Regards,

Raj

Read only

0 Likes
359

Great thanks for the help.