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 exits for t-code ME41 while choosing vendor number

Former Member
0 Kudos

Hi experts,

I have requested a program that display warning messages when you create RFQ in t-code ME41 and the requester ask me to do message when link the RFQ to the vendor. I tried to use tried to make debugging mode inside the include  ZXM06U30 and doesn't work..

Enhancement MM06E010

FM EXIT_SAPMM06E_005

include  ZXM06U30

Pls help to find suitable user exit for the above issue.

Regards..

1 ACCEPTED SOLUTION

suresh_mamilla
Participant
0 Kudos

Hi,

As of my understanding, when you link the RFQ to vendor, you need to trigger a warning message.

If this is the case, you can go a head with the exit MM06E010.

As this exit will trigger when you choose the vendor account number in ME41 transaction.

Choose the importing parameter I_EKKO-LIFNR.

Please test the exit without creating project for your confirmation.

Thanks,

Suresh M

3 REPLIES 3

former_member182915
Active Contributor
0 Kudos

hi ,

go to smod->MM06E005

and use exit  EXIT_SAPMM06E_014 for vendor in I_EKKO-LIFNR

with tcode validation          

IF ( SY-TCODE EQ 'ME41')

ENDIF.

Hope this help u

suresh_mamilla
Participant
0 Kudos

Hi,

As of my understanding, when you link the RFQ to vendor, you need to trigger a warning message.

If this is the case, you can go a head with the exit MM06E010.

As this exit will trigger when you choose the vendor account number in ME41 transaction.

Choose the importing parameter I_EKKO-LIFNR.

Please test the exit without creating project for your confirmation.

Thanks,

Suresh M

0 Kudos

The right answer for this issue is :

Enhancement: MM06E005


Function module: EXIT_SAPMM06E_013


INCLUDE: ZXM06U44.