13 - HOW TO CHANGE CUSTOMER DATA IN SAP USING PYTHON

Опубликовано: 04 Ноябрь 2024
на канале: Py4All
1,220
15

Hey Guys!

Welcome to the pyforall channel!

In this video we are going to make the script to change the data in the SAP system from the data in our table.

In the change_data method we will call the change_client function.

Now we access the sap.py file in the change_clients function let's include the data argument.

let's take the data from the list received as an argument and store it in variables.

we use the replace function to replace .zero that came in the client code, this data can be treated before going up to the table.

after creating all the variables, let's replace the fixed values ​​with the variable values.

After changing all the fields, let's do a test run.

but first let's insert a message box to let you know that the change was successful.

First, we search for customers in SAP. Then we change the data in the graphical interface and click the change button.

Successfully changed data.

In this video you learned how to change clients in SAP using a Python script.

In the next video we will make the script to close the SAP system through the Python graphical interface.

see you in the next video!

Thanks for watching!



see the other videos in the series:

🎬    • How to automate SAP System using Pyth...  



My social Network:

Instagram: pytaxsolution
Linkedin:   / taximprovmentsanalyst  
gitHub: Py4all1