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

Upload from a SQL server

Former Member
0 Likes
537

Hi Everyone,

I have a file on a SQL server (
sql\LRU_SAP_Data ) which I need to upload into SAP to use in a program. Is there any FM which does this?

Thanks

Kumar..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

Hi Kumar,

You need to have the RFC conecton between the SQL server with SAP system and you need to call a FM with RFC enabled one .U can see the below blog which explains how to upload the data from Microsoft Excel, write the same logic to upload the data from the SQL server to sap .

/people/kathirvel.balakrishnan2/blog/2006/05/08/data-upload-into-sap-from-microsoft-excel-150-abap-part

regards,

Archana

2 REPLIES 2
Read only

Former Member
0 Likes
484

Hi,

Check with this.

RFC_READ_REPORT

Regards,

Shamma

Read only

Former Member
0 Likes
485

Hi Kumar,

You need to have the RFC conecton between the SQL server with SAP system and you need to call a FM with RFC enabled one .U can see the below blog which explains how to upload the data from Microsoft Excel, write the same logic to upload the data from the SQL server to sap .

/people/kathirvel.balakrishnan2/blog/2006/05/08/data-upload-into-sap-from-microsoft-excel-150-abap-part

regards,

Archana