cancel
Showing results for 
Search instead for 
Did you mean: 

User exits for sales order

Former Member
0 Kudos

Dear all SAP experts,

How to find out the user exits for sales document type? Especially the user exits which are called when we save the sales order.

With best regards,

Allabaqsh G. Patil

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Allabaqsh,

Try to use MV45AFZZ. It is one of the most common user exit for SD document.

It includes the before save checking.

Reward if useful. Thx!

Ken

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

Also there is user exit to refresh data

USEREXIT_REFRESH_DOCUMENT

  • It is always necessary to refresh user-specific data before *

  • the next document will be processed. *

  • This can be done in this userexit. *

  • This userexit can be used to refresh user-specific data *

  • when the processing of a sales document is finished *

  • - after the document is saved *

  • - when you leave the document processing with F3 or F15 *

  • It may be necessary to refresh user-specific data before *

  • the next document will be processed. *

Former Member
0 Kudos

Hi, allabaqsh.

You can find all user exit related SD at program 'SAPMV45A'.

find subroutine started by 'USEREXIT_'.

and the user exits which are called when we save the sales order is

USEREXIT_SAVE_DOCUMENT, USEREXIT_SAVE_DOCUMENT_PREPARE.

I wish It helps you.

Best regards

Kyung woo.

Lakshmipathi
Active Contributor
0 Kudos

Dear Allabaqsh

If I understood your question correctly, your requirement is where to check the user exits used for sale orders.

If so, follow the IMPG path SD --> System Modifications --> User Exits --> User Exits in Sales --> User Exits in Sales Document Processig. Here click on IMG documentation so that it will list all sale order user exits.

In sale order, if any user exits is applied, it is from this path only.

thanks

G. Lakshmipathi