2008 Jan 12 1:33 PM
Hello ,
Could any one reply me with User Exit for VL01,i.e., for outboud delivery ,while saving and updating
I got an Program to find user Exit for a given transaction.But it didnt helped me in finding.
But from my friend ..he told MV50AFZ1 is the user Exit...How to find this using the above mentioned report to find User exit.
and even in some documentation in SDN they metioned user Exit for this is "USEREXIT_SAVE_DOCUMENT"
How to find this....
And in between MV50AFZ1 and "USEREXIT_SAVE_DOCUMENT" which one is user exit .How to find this.
2008 Jan 12 3:13 PM
Satya,
MV50AFZ1 is an include and not a project. So, change it in SE38 and not in CMOD or SMOD.
You must have the access key to modify the user exit. This is available from SSCR on SAPNet or OSS. Someone on your project site must go into SAPNet or OSS, and register the the program for you, and give you the access key.
----
FORM USEREXIT_SAVE_DOCUMENT *
----
This userexit can be used to save data in additional tables *
when a document is saved. *
*
If field T180-TRTYP contents 'H', the document will be *
created, else it will be changed. *
*
This form is called at from form BELEG_SICHERN, before COMMIT *
*
----
----
FORM USEREXIT_SAVE_DOCUMENT_PREPARE *
----
This userexit can be used for changes or checks, before a *
document is saved. *
*
If field T180-TRTYP contents 'H', the document will be *
created, else it will be changed. *
*
This form is called at the beginning of form BELEG_SICHERN *
*
----
Hope this helps.
Vinodh Balakrishnan