Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regd: ABAP Query

Former Member
0 Likes
489

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

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.

3 REPLIES 3
Read only

Former Member
0 Likes
472

Hi

I think it is possible through BDC programming. check it

Read only

Former Member
0 Likes
473

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.

Read only

Former Member
0 Likes
472

Submit the automatc - SAP generated report while

creating the ABAP query - in a RFC func module and

call it from the remote system.