简体   繁体   English

如何使用 Python 逻辑作为 ABAP 解释器?

[英]How to use a Python logic as an ABAP interpreter?

I have a Python logic which is basically a generic analytics module which I have created based on specific data structure.我有一个 Python 逻辑,它基本上是我根据特定数据结构创建的通用分析模块。 I am unfamiliar with ABAP and its working methodologies.我不熟悉 ABAP 及其工作方法。 So, I would like to know if this Python logic could be made useful in ABAP?所以,我想知道这个 Python 逻辑是否可以在 ABAP 中使用? If possible, how could this be achieved?如果可能,如何实现?

Firstly i would like to say yes its possible to write Python code in SAP !首先,我想说是的,可以在 SAP 中编写 Python 代码! I can help you some links where if you spend a min or so you will be able to implement Python Logic inside ABAP rather than the interpreter.我可以帮助您一些链接,如果您花一分钟左右的时间,您将能够在 ABAP 而不是解释器中实现 Python 逻辑。

https://blogs.sap.com/2018/01/08/how-to-use-python-seamlessly-inside-abap/ https://blogs.sap.com/2018/01/08/how-to-use-python-seamless-inside-abap/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM