cancel
Showing results for 
Search instead for 
Did you mean: 

To upload data from Ms-SQL into R/3

Former Member
0 Kudos

Hi Guys,

Suppose client have two systems one is R/3 and the other is MS SQL database server, now what is the ideal way of uploading the MS SQL data into R/3. Please let me know what are all the possible ways of uploading data from MS SQL server into R/3.

Thank you,

Venkat.

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Sri,

You can have a SENDER JDBC adapter that will poll over the database , then seletc the data from your SQL Server Dataabse and push it to the R3 system.

The data can be sent into the R3 system using ABAP Proxies or an RFC modules

To get data out oif your Database, using a Sender JDBC adapoter is the best approach.

Regards,

Bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

For sender JDBC adapter,

http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm

ABAP Proxies,

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Regards,

Bhavesh