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: 

information on mv45afzz

Former Member
0 Kudos

hi experts,

Can anybody give me some inputs on mv45afzz.I heard that its a standard program which conatins many exists.But when i checked in se38 couldnt get much about it.

1) Does it conatins all the exists.

2)can we modify code (based on req)here itself, instead of going to smod.

3)how can we find the exist here.

details inputs will be appretiated..:(

1 ACCEPTED SOLUTION

former_member242255
Active Contributor
0 Kudos

in the program MV45AFZZ you can find the following forms..these are the exits where you can write the code depending on u r requirements,

FORM USEREXIT_SAVE_DOCUMENT

FORM USEREXIT_PRICING_PREPARE_TKOMP

for example if u want to do some check while saving the document you can write under the

FORM USEREXIT_SAVE_DOCUMENT FORM.

you need the acces key for adding u r code in the program..

6 REPLIES 6

former_member242255
Active Contributor
0 Kudos

in the program MV45AFZZ you can find the following forms..these are the exits where you can write the code depending on u r requirements,

FORM USEREXIT_SAVE_DOCUMENT

FORM USEREXIT_PRICING_PREPARE_TKOMP

for example if u want to do some check while saving the document you can write under the

FORM USEREXIT_SAVE_DOCUMENT FORM.

you need the acces key for adding u r code in the program..

0 Kudos

when ever you save a document like PO,MIGO,G/L..etc so whatever the code you write under the EXIT_SAVE_DOCUMENT its applies to all the tcodes where ever you save a document isit it??

0 Kudos

yes and you can control the tcodes for which the code u wrote has to work programmatically..

0 Kudos

ok thanks a lot..last can we find all the exits relevant to other than SD or isit only for SD itself..and please let me know how to find the exists for other than SD in mv45afzz.

0 Kudos

thank a lot..solved.

Former Member
0 Kudos

Hi Priyank,

Genrally include -MV45AFZZ contains all the screen validation and screen values save for sales Order

'VA02' , 'VA22' , 'VA32' , 'VA42' Validations for these t-codes related to sales...

USEREXIT_SAVE_DOCUMENT_PREPARE to trigger error

  • if planners (as in ZTVM3) try to change the order qty

Modify OV warning pop-up message in

  • USEREXIT_READ_DOCUMENT to identify

you can find the user exits available by "userexit_field_modification".

Regards,

Prabhudas