Difference between revisions of "SAP ABAP UNIX"

From SapWiki
(Created page with " Trn. SM69 : Comandos Sistema Operativo FM. BRAN_DIR_CREATE : crear directorio (ojo con las validaciones internas pero se puede usar de base) Trn. CG3Z / Reporte RC1TCG3...")
 
Line 1: Line 1:
 +
==PUT/GET archivos a/desde servidor FTP==
 +
 +
Funciones: FTP_CONNECT, FTP_COMMAND, FTP_R3_TO_CLIENT, FTP_SERVER_TO_R3
 +
Programa ejemplo: RSFTP003
 +
 +
==Unix Varios==
 
  Trn. SM69 : Comandos Sistema Operativo
 
  Trn. SM69 : Comandos Sistema Operativo
 
   
 
   

Revision as of 14:33, 2 April 2020

PUT/GET archivos a/desde servidor FTP

Funciones: FTP_CONNECT, FTP_COMMAND, FTP_R3_TO_CLIENT, FTP_SERVER_TO_R3
Programa ejemplo: RSFTP003

Unix Varios

Trn. SM69 : Comandos Sistema Operativo

FM. BRAN_DIR_CREATE : crear directorio (ojo con las validaciones internas pero se puede usar de base)

Trn. CG3Z / Reporte RC1TCG3Z : Upload fichero a servidor
Trn. CG3Y / Reporte RC1TCG3Y : Download fichero desde servidor

FM. CACS_FILE_COPY : copiar de servidor a PC y viceversa

Rep. RSBDCOS0 : Ejecutar comando SO (grabado en log sistema y ficheros Trace)