SAP ABAP - Put File to FTP Server
Maintain SAPFTP_SERVERS (SM30) Test Program : ABAP Code *&---------------------------------------------------------------------* *& Report YFTP_PUT_FILE *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT yftp_put_file . TYPES : BEGIN OF ty_podata , ebeln TYPE ebeln , spr1 ( 1 ) TYPE c , "cl_abap_char_utilities=>horizontal_tab, ebelp TYPE ebelp , spr2 ( 1 ) TYPE c , matnr TYPE matnr , spr3 ( 1 ) TYPE c , txz01 TYPE ekpo - txz01 , END OF ty_podata . TYPES : BEGIN OF text , ...