MC202601: Python Meeting 06: Purchase orders for items on slow rotation
Python Meeting Replay
Python Meeting PDF
Sources: EKPO,EKKO,MSEG,MKPF
The below files are from a SAP sandbox. Note: the purchase order detail table here has two extra columns (compared to previous data sets):
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_18_POS_FOR_ITEMS_ON_SLOW_ROTATION calls the functions 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_P02_18_POS_FOR_ITEMS_ON_SLOW_ROTATION can find them.
Results: Purchase orders for items slow rotation
Here you can find the results that we found after running this program. We include the material movements also, for checking.
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: https://github.com/300Academy/MC202601_PYTHON_MEETING_06.git
Link to GitHub for this project
Responses