Hi all,
I am making an enhancement in transaction VA01 and 02. When a particular text field is populated in the item level, storage location should be mandatory.
I add the condition under form USEREXIT_FIELD_MODIFICATION of exit MV45AFZZ to make storage location (LGORT) mandatory when item text is populated. This is working fine when it is saved from the overview screen (program SAPMV45A screen number 4900).
But when the user saves from the item text screen (program SAPMV45A screen 4013) the form for field modification is not being called and my check is not executed. I have inserted one more check under form USEREXIT_SAVE_DOCUMENT_PREPARE. Is there any way to call the overview screen from form USEREXIT_SAVE_DOCUMENT_PREPARE?
Thanks in advance.