python 支持erp自动化操作

导入第三方库

import sys,win32com.client

加入会话层代码

SapGuiAuto=win32com.client.GetObject("SAPGUI")
application=SapGuiAuto.GetScriptingEngine
connection=application.Children(0)
session=connection.Children(0)

接下来可以借助脚本工具进行后续开发了。

你可能感兴趣的:(python,python,sap,python,erp,自动化操作,sap自动化操作,erp自动化)