Skip to main content

Connect python to SAP

Project description

saptools

Python SAP integration.

VBS Conversion

SAPConverter.py takes SAP GUI scripts and converts to drag and drop py.

Usage:

from saptools import sap_converter

sap_converter.convert_file(Document="myVBSscript.vbs", out_file="converted.py")

Connection to SAP

saptools.py handles the connection to SAP.

Connection defaults to session 0.

To connect to other sessions of SAP send session number as Argument:

from saptools import saptools


# Session 0
session = saptools.SAP_connect()

# Session 1
session = saptools.SAP_connect()(1)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

saptools-0.2.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

saptools-0.2.1-py3-none-any.whl (1.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page