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

F4 for selecting a directory on Application server!

Former Member
0 Likes
1,421

Hi All,

I need a function module or a method which displays Application server directories and should select one of the directories selected so that a file can be stored.

I tried below but they are all related to selecting a file but I want to select a directory on F4.

Regards,

Pratyusha

Hi All,

I need a function module or a method which displays Application server directories and should select one of the directories selected so that a file can be stored.

I tried below but they are all related to selecting a file but I want to select a directory on F4.

Regards,

Pratyusha

3 REPLIES 3
Read only

MarcinPciak
Active Contributor
0 Likes
1,146

Try with FM RZL_READ_DIR_LOCAL .Pass / to main directory listing, or /some_directory/ for subdirectories.

Note. The parameter is case sensitive.

Regards

Marcin

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,146

You can use the FM: F4_DXFILENAME_4_DYNP ...

Read only

Former Member
1,146

I got it solved using function module '/SAPDMC/LSM_F4_SERVER_FILE'.

Thank you very much.

Pratyusha