In two previous post, we have seen how to call BAPIs from Java (see BAPI and Java 1 and SAP and BAPI 2). Let’s see how to use the Python (IPython in particular) for interactive queries SAP BAPIs.
SAP
How to create users in SAP ERP with Java Jco3, part 1 – connecting to SAP ERP
TL;DR; I had to create dozens of users for students in SAP ERP. Remote SAP API comes to help. Few dozens of Java code lines that uses JCo (Java Connection Library) and I can create or delete SAP users in no time. This post is the first in the 3-post series. You can find source code on github.
…