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: 

Uploading file from network folder

harri_kishan
Participant
0 Kudos

hi,

i have an file saved in a network folder and the path is given as follows


192.1.27.5\SHARED\0001.txt

its not an application server its an network folder so wht is function module whch would travel in this path and get the file from the address which is mapped. I have an id and password to this folder without the authorization i cant access so let me know wht to do ?

Thanks in advance

3 REPLIES 3

Former Member
0 Kudos

Hello Harri,

if you know FTP command then move the file to SAP Application server directory.

if you do not know then talk to ur senior guy's and they will explian you

Refer below link and it may useful:

Thanks

Seshu

Former Member
0 Kudos

Hi,

If it is a FTP server, then use FM's to call FTP commands which will access the system with your username and password and so pick the file.

If it is not a FTP server and you have an access to that folder, then use GUI_UPLOAD tp pick the file. Here, in filename, you will have to give whole network path along with the filename.

Reward points if the answer is helpful.

Regards,

Mukul

0 Kudos

Thank you