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: 

how to develop report to display file names under url directry.

Former Member
0 Kudos

Hi abapers,

i got one requirement that develop one report .

in selection screen : if we give url directry and clik on excute it will display what are file names under url .

ex: in AL11

when we clik on DIRECTORY , in out put it will display file names(if 5 is there display 5 files) under url directory.

please see attachment. hilighed yellow color file name will be displayed in output under input url directory.

1 REPLY 1

ipravir
Active Contributor
0 Kudos

Hi Balaji,

Use the below FM to get the File Information from the Application Server (AL11).

1. RZL_READ_DIR_LOCAL
2. EPS_GET_DIRECTORY_LISTING

based on that, you can get the Files information from the AS.

Regards.

Praveer.