‎2011 Jul 07 7:07 AM
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
‎2011 Jul 07 4:44 PM
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
‎2011 Jul 07 3:55 PM
‎2011 Jul 07 4:44 PM
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