2009 Feb 19 6:05 PM
Hi everyone,
Can you please tell me the exit for the batch number if the item is batch managed.
Thanks in advance.
2009 Feb 19 6:15 PM
you need to find a any item level user exit and check for the specific Item catagory.... batch items have a specific item category... like TAN for standard Items...
2009 Feb 19 7:50 PM
Hi,
Check with the user Exit FV45EFZ1
in the form *FORM USEREXIT_CHANGE_SALES_ORDER *
Or
Implement this BADI BADI_SD_V46H0001 method EXIT_SAPLV46H_001 where u can validate the items.. so that u can check the material is batch managed or not.. if so.. then check the batch number is assigned or not..
Hope this will help