Application Development and Automation 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: 
Read only

Transaction ME01

Former Member
0 Likes
1,479

Hello All,

I need to maintain source lists (ME01) inside another function module.

Is there a function module available which creats, updats and deletes source lists, include split and check of the validation intervall and internal numbering.

I'm looking forward to your great ideas.

Thank you for time in advance

Norbert

Hello All,

I need to maintain source lists (ME01) inside another function module.

Is there a function module available which creats, updats and deletes source lists, include split and check of the validation intervall and internal numbering.

I'm looking forward to your great ideas.

Thank you for time in advance

Norbert

2 REPLIES 2
Read only

Former Member
0 Likes
965

Try the new FM "ME_MAINTAIN_SOURCE_LIST_NEW"

or you can try the following FMs:

ME_CHK_SOURCE_OF_SUPPLY_FOR_MA

ME_CCP_CHECK_SOURCE_EXT

ME_MAINTAIN_SOURCE_LIST

ME_POST_SOURCE_LIST

ME_UPDATE_SOURCES_OF_SUPPLY

ME_UPDATE_SOURCES_OF_SUPPLY_BA

ME_DIRECT_INPUT_SOURCE_LIST

ME_INITIALIZE_SOURCE_LIST

ME_MAINTAIN_SOURCE_LIST_NEW

ME_POST_SOURCE_LIST_NEW

ME_SELECT_SOURCE_BY_PRICE

ME_CHECK_SOURCE_OF_SUPPLY_1

ME_CHECK_SOURCE_OF_SUPPLY_1_EX

ME_CHECK_SOURCE_OF_SUPPLY_2

ME_CHECK_SOURCE_OF_SUPPLY_3

ME_CHECK_SOURCE_OF_SUPPLY_4

ME_CHECK_SOURCE_OF_SUPPLY_QM

ME_GENERATE_SOURCE_LIST

ME_SEARCH_SOURCE_OF_SUPPLY

ME_SEARCH_SOURCE_OF_SUPPLY_EXP

ME_SOURCE_PRICE_SIMULATION

Alternatively, you can try the following BAPI also:

BAPI_SOURCEDETERMIN_GETSOS "You can use this method to determine source of supply.

Regards,

Raman.

Read only

Former Member
0 Likes
965

I Think ME_MAINTAIN_SOURCE_LIST_NEW would better for your requirement.

Regds,

Anil