MC202601: Python Meeting 04: Split purchase orders
Python Meeting Replay
Python Meeting PDF
Sources: EKPO,EKKO,JSON limits
The below files are from a SAP sandbox. For A_APPROVAL_LIMITS – change the extension to .json.
Programmes: change to .py
Before running the program, it is a good idea to create and activate your virtual environment inside the same folder where you put the python programs. You can then run the requirements file to download the libraries to your virtual environment. This will ensure that you have all the necessary libraries.
The below program: FC_P02_19 calls the functioSn FC_IMPORT and FC_EXPORT. You need to make sure that these functions are in the folder Z_SHARED_FUNCTIONS, so that the program FC_P01_19 can find it.
Results: Split purchase orders
Here you can find the results that we found after running this program:
Clone the project from GitHub
If you would like to clone the project from GitHub, please follow these instructions, replacing the link in step 4 (1/3) with the following link (for this meeting the correct link is already in the PDF):
Link to GitHub for this project
Responses