Skip to Content
0
Dec 10, 2022 at 02:35 PM

Need to upload Text file using Startrfc Script File in to Hana

243 Views Last edit Dec 11, 2022 at 03:20 AM 2 rev

@echo off

net use \\SAP_Server_IP#User#Password

copy \\internal_Server_IP%1.cts \\10.41.150.20\ctex

c:\startrfc -3 -h SAP_Server_IP -s 00 -u User -p Password -c 510 -l E -F Z_TRIGGER_C_3 -E I_FILE=\\SAP_Server_IP\%1.cts

  • above script currently we use to upload to ECC6 which is available in our local domain,
  • in that script we coping the file into SAP server and upload.
  • Now we are upgrading SAP to HANA in google cloud platform with Linux.
  • how can I execute same operation?