Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何通过SSIS包从SAP提取数据?_Ssis_Sap_Etl - Fatal编程技术网

如何通过SSIS包从SAP提取数据?

如何通过SSIS包从SAP提取数据?,ssis,sap,etl,Ssis,Sap,Etl,在哪里可以找到mySAP的.NET数据提供程序™ 西装 从SAP提取数据的先决条件是什么? 我是否也需要在SAP上安装任何东西,以便通过SSI从SAP提取数据? 如何在SSIS中连接到SAP 提前非常感谢。如果您可以在后端访问数据库,SSI将更容易从中提取。这就是我工作的地方。您可以使用SAP.NET连接器编写Windows服务或控制台应用程序,通过RFC功能模块调用提取数据 我在这里发布了一个简单的RFC调用示例: 更详细的教程可以在这里找到: 在大多数情况下,您不应该直接访问SAP基础数据库

在哪里可以找到mySAP的.NET数据提供程序™ 西装 从SAP提取数据的先决条件是什么? 我是否也需要在SAP上安装任何东西,以便通过SSI从SAP提取数据? 如何在SSIS中连接到SAP


提前非常感谢。

如果您可以在后端访问数据库,SSI将更容易从中提取。这就是我工作的地方。您可以使用SAP.NET连接器编写Windows服务或控制台应用程序,通过RFC功能模块调用提取数据

我在这里发布了一个简单的RFC调用示例:

更详细的教程可以在这里找到:

在大多数情况下,您不应该直接访问SAP基础数据库。我在这篇文章中作了详尽的解释