2007 May 08 7:42 PM
Hi Experts,
Customer material does not have any check table. Please advise to validate.
Thanks in advance.
Regards,
Viven
Hi Experts,
Customer material does not have any check table. Please advise to validate.
Thanks in advance.
Regards,
Viven
2007 May 08 8:03 PM
Hi,
You can validate in the user exit USEREXIT_CHECK_VBAP in the include MV45AFZB..
Thanks,
Naren
2007 May 08 8:16 PM
you can maintain allowed customer materials against each MATNR- customer combo in table KNMT.
else, you can create a custom table, if you prefer so., with combinations of customer materials.
Then you can use exit USEREXIT_CHECK_VBAP to check the cutomer entered material against entries maintained in table.
2007 Sep 04 8:56 AM
Hi experts,
my requirement is that i have to validate purchase order type field (vbkd-bsark) while creating sales order.i am using userexit_check_vbap.
in code i have written,
if vbkd-bsark = 'ZMAN' (this is the value already entered in va01)
in both tables vbkd and vbak bsark field contains 'ZMAN'.
based on this some functionality has to happen,but its not happening.
i checked vbak table,it also contains bsark field,i coded like..
if vbak-bsark = 'ZMAN'
but the same result.
please help me out in this.
thanks in advance.
useful points must be rewarded.
Regards,
Vishal.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |