问题描述
可以使用Python查询SAP数据库吗?
Can Python be used to query a SAP database?
推荐答案
似乎不活动- 2年前-但可能为您服务:
Python SAP RFC module seems inactive - last (insignificant ) commit 2 years ago - but may serve you:
现代SAP版本使用-您可以构建 SAP Web服务
并使用它来自 Python
。
Modern SAP versions go the Web Service
way - you could build a SAP Web Service
and consume it from Python
.
特别是,开发人员可以使用一种基础结构以基于行业标准的方式定义,实现和使用Web服务。 SAP NetWeaver支持同步,异步,有状态和无状态的Web服务模型-使开发人员能够支持不同的集成方案。
In particular, developers can use one infrastructure to define, implement, and use Web services in an industry standards based way. SAP NetWeaver supports synchronous, asynchronous, stateful and stateless web service models - enabling developers to support different integration scenarios.
支持此 SAP NetWeaver
功能,较早的RFC SDK,并得到了积极维护
sapnwrfc
supports this SAP NetWeaver
functionality, supersedes the older RFC SDK, and is actively maintained.
这篇关于从Python查询SAP数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!