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

Function Module RZL_READ_DIR

Former Member
0 Likes
2,007

Hello Experts,

I am trying to read the files in a directory which is on anothe rapplication serverr. I tried using function module RZL_READ_DIR . This function module in turn is calling the function module RZL_READ_DIR_REMOTE. I am passing the directory name and application server name as input to the first function module. However, it raises an exception 'NOT_FOUND'. Am I using the right function module?

Can you suggest another function module that would serve the purpose.

Regards,

Sonal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,004

Hello SonalRSingh ,

FM "RZL_READ_DIR" & "RZL_READ_DIR_REMOTE_SH" reads only the directory file lists. You cannot read the file content using this FM.

To read the file that is present in another application server you neeed to do file mounting. BASIS can help you on the mounting.

Hope this helps.

Thanks,

Greetson

2 REPLIES 2
Read only

former_member201275
Active Contributor
0 Likes
1,004

here is answer:

Read only

Former Member
0 Likes
1,005

Hello SonalRSingh ,

FM "RZL_READ_DIR" & "RZL_READ_DIR_REMOTE_SH" reads only the directory file lists. You cannot read the file content using this FM.

To read the file that is present in another application server you neeed to do file mounting. BASIS can help you on the mounting.

Hope this helps.

Thanks,

Greetson