cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading data to .txt files on secure network folder

p24time
Explorer
0 Kudos

Hi,

I want to download .txt file from sap internal table to network folder which is available in my organization. network folder have user name and password.

My question is

  1. how to login network folder with credentials .
  2. how to download .txt into secure network folder .

Below details is given by my IT & System guys ..

IP Address - 10.10.1.1

Username - ABC_USER

Password - Pass@123$

PLEASE SUGGEST.

Accepted Solutions (0)

Answers (1)

Answers (1)

maulik
Contributor
0 Kudos

@ p24time When SAP access any external resources it uses a userid <SID>adm where <SID> is your SAP instance ID.

Ask your IT & systems guys on the port.

You could do FTPS [FTP over SSL] from ABAP.

https://answers.sap.com/questions/6396674/ftpsftp-using-ssltls-for-control-and-data-connecti.html

You could also use SAP PI to accomplish it.

https://blogs.sap.com/2010/04/13/how-to-configure-ftps-in-file-adapter/

https://help.sap.com/viewer/bd0c15451669484cbc84a54440340179/7.5.9/en-US/4b68586c8ec53260e10000000a4...