cancel
Showing results for 
Search instead for 
Did you mean: 

upload a folder

Former Member
0 Kudos

Hi All,

Is there any function module to upload the directory or folder to internal table....

ex: C:\TEST

I want to upload all the files in this TEST folder at a time into an internal table...

hope you got my question...

regards

raghu

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member188685
Active Contributor
0 Kudos

hi,

check this for Multiple selection into intternal table...

regards

vijay

Former Member
0 Kudos

hi,

Try the method of the class CL_GUI_FRONTEND_SERVICES-->DIRECTORY_LIST_FILES.and then u can use GUI_UPLOAD for uploading.

hope this helps,

priya

Message was edited by: Priya

Former Member
0 Kudos

Hi

You can use the method DIRECTORY_LIST_FILES of class CL_GUI_FRONTEND_SERVICES.

Max