2023 Jan 10 1:40 PM
Hello, I am desperately looking for an FM or BAPI or class to modify a Purchasing Source List (EORD table)
I tried with FM ME_MAINTAIN_SOURCE_LIST but it doesn't seem appropriate.
Thanks for your help.
2023 Jan 10 2:30 PM
Hello tafkap95
If you are already on S/4HANA use the Purchasing Source List API.
Otherwise try using ME_INITIALIZE_SOURCE_LIST, ME_DIRECT_INPUT_SOURCE_LIST and ME_POST_SOURCE_LIST_NEW.
You can also try using DMC_MIG_SOURCE_LIST that encapsulates all three above functions.
Best regards
Dominik Tylczynski
2023 Jan 10 2:30 PM
Hello tafkap95
If you are already on S/4HANA use the Purchasing Source List API.
Otherwise try using ME_INITIALIZE_SOURCE_LIST, ME_DIRECT_INPUT_SOURCE_LIST and ME_POST_SOURCE_LIST_NEW.
You can also try using DMC_MIG_SOURCE_LIST that encapsulates all three above functions.
Best regards
Dominik Tylczynski