Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i use ssis (Non-Sap System) to extract data from SAP on remote machine ? Somewhere i read to use Sap connector along with librfc32.dll. But librf32.dll can only be downloaded from Sap Market Place & this requires Customer account. Any other way ? Please suggest !!
Posted

1 solution

When you transfer the data from SAP you can do it in different ways. The data can be converted from SAP to any csv/xml file using a BAPI and transferred to a FTP location. The SSIS can download the file and transfer the data to the SQL Server DB. This is indirect way of doing it.

The other way is use SAP connector. The SAP connector can be downloaded from market place and needs the account as mentioned by you. Using the connector you can directly connect to the SAP's BAPI and download the data.

Either way we need a SAP ABAP programmer to write a BAPI to get the data. The first way is the easiest way of doing it.

Hope it helps. Please let me know if you need more clarity
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900