MC202601: Python Meeting 05: Purchase orders whilst blocked
Python Meeting Replay
Python Meeting PDF
Sources: EKPO,EKKO,CDPOS,CDHDR
The below files are from a SAP sandbox. We include here the change documents for supplires.
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_03_PO_WHILST_BLOCKED calls the functions FC_IMPORT, FC_EXPORT and FC_JOIN_CDPOS_OLD_NEW. You need to make sure that these functions are in the folder Z_SHARED_FUNCTIONS, so that the program FC_P02_03_PO_WHILST_BLOCKED can find them.
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