cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for po

Former Member
0 Kudos

Dear all ,

Customer needs requires the dialoge box which will show the total price of the PO when click on the save button .

Which User exit I ahve to use . Deatil Idea on the same will be more usefull . I am new to user exit I have zero Idea abou user exit

Thanks in advance .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Raghvendra,

For the transaction ME21 - Create Purchase Order, on the click of save button, follwoing are the two user exits available. Use SMOD transaction to maintain them -

1. MM06E007

2. MM06E008

PS: If the asswer solves your query, Plz reward points.

Regards

Former Member
0 Kudos

Try include program ZXM06U43. This is an include in User Exit EXIT_SAPMM06E_012. This gets triggered when you save a Purchase Order.Check the Parameters of the Function module and play with that.

Also try user exit EXIT_SAPMM06E_13.

To use this exit, you can do like this:

1. Run transaction CMOD.

2. Enter a project name. Create your own name. Check with your company naming range for user exit name.

3. Click on enhancement assignment

4. Select MM06E005

5. Doubleclick on EXIT_SAPMM06E_012

6. Doubleclick on include ZXM06U43

7. Inside this include you can start doing your Abap. Check on the fields you want to compare. calculate the total price based on data from FM paramters.Write a code in he dialog box to display total price.

Regards

Aman