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

How to pull data from external sql server to SAP for verification.

Former Member
0 Likes
416

Dear all,

how to pull the external data form the sql server

and verify with the sap data while creating dc.

Thanks & Regards

Guhapriyan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
344

Try the following link has details on how you can connect and query additional databases.

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm">Native SQL-Click Here</a>

Rishi

2 REPLIES 2
Read only

Former Member
0 Likes
344

Dear GS,

I assume you need to check some data which is in SQL SERVER with some data in your SAP.

If above is your need, you can get data downloaded from SQL SERVER in ASC or any other format. Taking same data through Upload in SAP you can verify with data in SAP and show what error you get.

Second if you dont want to download and eventhen check, i'll say you to go for BAPI Objects. I dont know much about BAPI, just that you can create a BAPI Object which you can use with other application to interact with SAP.

Hope this helps. For anyting else do msg back.

Raj

Read only

Former Member
0 Likes
345

Try the following link has details on how you can connect and query additional databases.

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm">Native SQL-Click Here</a>

Rishi