Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying a Purchasing Source list (EORD table) from ABAP (BAPI, FM, class)

tafkap95
Participant
0 Kudos
1,195

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.

1 ACCEPTED SOLUTION

DominikTylczyn
Active Contributor
0 Kudos
1,054

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

1 REPLY 1

DominikTylczyn
Active Contributor
0 Kudos
1,055

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