‎2006 Jan 19 4:48 AM
Hi All,
Is it psbl to run a ABAP query to check a folder to collect data n store in SAP System from a remote server(Non-SAP System).
If yes pls do suggest me the psbl ways to do it.
Suggestions and Help will b much appreciated.
Thanks & Regds.
Ramesh.
‎2006 Jan 19 5:33 AM
use gui_upload function to load data from non-sap system to a internal table.
use open dataset to write it to the application server.
‎2006 Jan 19 5:24 AM
Hi
I think it is possible through BDC programming. check it
‎2006 Jan 19 5:33 AM
use gui_upload function to load data from non-sap system to a internal table.
use open dataset to write it to the application server.
‎2006 Jan 19 6:46 AM
Submit the automatc - SAP generated report while
creating the ABAP query - in a RFC func module and
call it from the remote system.