2008 Oct 15 8:39 AM
i want to validate on quantity field KWMENG i.e quantity field on tcode ' VA02 ' ,
we can do this using field exit but tdon't know how to do this , please suggest me the step
2008 Oct 15 10:32 PM
Hi,
Try using the userexit USEREXIT_CHECK_VBAP which is in the include MV45AFZB.
Thanks
Naren
i want to validate on quantity field KWMENG i.e quantity field on tcode ' VA02 ' ,
we can do this using field exit but tdon't know how to do this , please suggest me the step
2008 Oct 15 10:21 PM
Hi,
Go to include MV45AFZZ, search for FORM USEREXIT_SAVE_DOCUMENT_PREPARE
and ask for this:
IF SY-TCODE = 'VA12'.
*your code here
endif.
2008 Oct 15 10:32 PM
Hi,
Try using the userexit USEREXIT_CHECK_VBAP which is in the include MV45AFZB.
Thanks
Naren
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |