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: 

User Exit/ BADI for ME01- Sourcelist creation

Kloud_Nilesh
Participant
0 Kudos

Hiii

We need a place exit/ BADi to do vendor validation before saving soource list in transaction ME01.

Please provide suitable exit / badi for above requirement.

Thanks ...in advance.!!

Regards,

Nilesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

yiou can try below ones

LMEQR001 User exit for source determination

LWSUS001 Customer-Specific Source Determination in Retail

MM06E010 Field selection for vendor address

5 REPLIES 5

Former Member
0 Kudos

yiou can try below ones

LMEQR001 User exit for source determination

LWSUS001 Customer-Specific Source Determination in Retail

MM06E010 Field selection for vendor address

former_member156446
Active Contributor
0 Kudos
EXIT_SAPLMBMP_003	AMPL0001	User subscreen for additional data on AMPL
EXIT_SAPLMEKO_001	LMEKO001	Extend communications structure KOMK for pricing
EXIT_SAPLMEKO_002	LMEKO002	Extend communications structure KOMP for pricing
EXIT_SAPLMEQR_001	LMEQR001	User exit for source determination
EXIT_SAPLMEQR_001	LMEQR001	User exit for source determination
EXIT_SAPLQBCK_002	QBCK0002	Extended check in procurement

Former Member
0 Kudos

Try this BADI...ME_CHECK_SOURCES.

Hope so it will work.!!!

0 Kudos

Hi

Thank you for reply ... Its workimg for my requirement

Nilesh

Former Member
0 Kudos

Dear Community,

I tried ME_CHECK_SOURCES and had no luck.  The break did not happen at Save in ME01 while updating a source.  I went to SE18, entered the BADI Name 'ME_CHECK_SOURCES'. I created an Implementation 'ZME_CHECK_SOURCES'.  Within this were two Methods 'CHECK_DURING_SEARCH' & 'CHECK_DURING_STD_CHECK'.  I added a break-point in each Method, Saved, Activated, went back to the Implementation, and then Activated the Implementation.  I ran ME01, keyed in new vendor source info, and Saved.  It failed to call any of the breaks I set.

Has anyone found a BADI that works here for ME01 validation at SAVE?  I've tried the following and none have worked?

ME_CHECK_SOURCES
ME_CCP_BESWK_AUTH_CH
ME_CHECK_ALL_ITEMS
ME_PURCHDOC_POSTED


Thanks.


Erik