ABAP program to connect to FTP server
This ABAP program will let you connect to a FTP host. This is done by using the function module FTP_CONNECT...
This ABAP program will let you connect to a FTP host. This is done by using the function module FTP_CONNECT...
DATA my_date TYPE DATUM. my_date = '20070502'. DATA wa_dates LIKE TABLE OF T247 WITH HEADER LINE. DATA wa_date LIKE TABLE...