2010 May 04 8:12 AM
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
2010 May 04 8:27 AM
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
2010 May 04 9:29 AM
2010 May 04 9:40 AM
I got it solved using function module '/SAPDMC/LSM_F4_SERVER_FILE'.
Thank you very much.
Pratyusha