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: 

Replacement for "RZL_READ_DIR_LOCAL" FM

former_member223537
Active Contributor
0 Kudos

Hi Experts,

I have searched SDN a lot for a suitable replacement for "RZL_READ_DIR_LOCAL" FM but with no success. I do not want to use this FM as its not released for customers ( SAP Note : 415983 ).

I tried CL_RSAN_UT_FILES=>F4 but this is to select a particular file from Application server. However my requirement is to select a particular folder from application server.

Below FMs are also not released/Internally released :

  • '/ SAPDMC/LSM_F4_SERVER_FILE'
  • F4_DXFILENAME_TOPRECURSION
  • EPS_GET_DIRECTORY_LISTING
  • EPS2_GET_DIRECTORY_LISTING

Any pointers would be highly appreciated.

Thanks,

Best regards,

Prashant

1 ACCEPTED SOLUTION

sandeep_katoch
Contributor
0 Kudos

Hi Prashant,

You have already tried searching on SCN. May or may not be these links prove helpful to you

Most of the FM's that are substitute for this are either obsolete or not released.

You can try your luck with the following posts

http://scn.sap.com/thread/2118429

http://scn.sap.com/thread/266152

Rgds,

Sandeep katoch

5 REPLIES 5

0 Kudos

Hi Prashant,

Try using FM SUBST_GET_FILE_LIST

Regards,

Naveena

sandeep_katoch
Contributor
0 Kudos

Hi Prashant,

You have already tried searching on SCN. May or may not be these links prove helpful to you

Most of the FM's that are substitute for this are either obsolete or not released.

You can try your luck with the following posts

http://scn.sap.com/thread/2118429

http://scn.sap.com/thread/266152

Rgds,

Sandeep katoch

0 Kudos

Thanks Sandeep however this again directs to the same FM which i have already pointed out.

Best regards,

Prashant

0 Kudos

HI Prashant,

Yes I know there is one annother option but that might need some extra roles to users

Please check this thread

http://scn.sap.com/thread/2118476

Hope this helps

Rgds,

Sandeep katoch

Former Member
0 Kudos

Hi Prashant,

I understand it as you want to use it in the selection screen.

Than you can declare the filename or filepath as type "filename-fileintern" or "filename-pathintern".

There you will get the F4 help for the logical filename or the logical filepath, you can use the default value also.

Afterwards you can convert the logical filename or logical filepath to the physical filename or path using the FM "file_get_name".

Reward if felt helpful.

Regards,

Akhil