SAP .Net Connector 3.0 - 从 BEx 查询获取数据
我现在必须开展一个新项目,将 SAP R/3 中的财务数据提取到 Excel 和其他一些数据集市中。我们的 SAP 人员说,获取财务数据的最佳方法是使用 BEx 从 BW 获取财务数据,他们在 BEx 中构建了几个查询,我能够使用 OLEDB 提供程序和数据透视表从 Excel 获取数据。现在出于集成目的,我需要从 SSIS 和/或其他 .Net 应用程序获取相同的数据(我只知道 .Net C#)。我下载了 SAP .Net Connector (NCo) 3.0、示例和指南,并进行了大量 Google 搜索以查找是否可以访问 BEx 查询,结论是可以。但找不到如何。
如果有人提供有关如何访问 BEx 查询数据的指示,我们将不胜感激。如果这不是解决此问题的好方法,请指导我将数据写入 .Net 应用程序的写入方法。
提前致谢
I now have to work on a new project extracting financial data from SAP R/3 into Excel and some other datamart. Our SAP guys says, the best way to get the financial data is from BW using BEx and they build couple queries in BEx and I was able to get the data from excel using OLEDB provider and Pivot table. Now for integration purpose, I need to get the same data from SSIS and/or other .Net application (I only know .Net C#). I downloaded SAP .Net Connector (NCo) 3.0, samples and guides,and did a lot of Google'ng around to find if I can access the BEx queries, and the conclusion is yes. But could not find how.
Appreciate if someone provide pointers on how to access BEx queries data. If this is not a good way to approach this, please guide me on the write way to get the data into a .Net application.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 BI 系统中启用一个名为 QueryViewData 的 Web 服务,该服务接受查询名称 + 过滤器并按照此方式输出结果 StackOverflow 帖子。
There is a web service you can enable in your BI system called QueryViewData that accepts a query name + filters in and outputs the results a la this StackOverflow post.
您可能会考虑像任何地方的自动化一样的自动化包。您可以使用它通过单个工具从多个源提取数据,而不是使用多个工具从多个源提取数据。
只需谷歌搜索即可,或者如果您需要更多信息,请告诉我。
汤姆
You might consider an automation package like automation anywhere. You can use it to pull data from many sources with a single tool, instead of using many tools to pull data from several sources.
Just google it or let me know if you want more info.
Tom