Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

user exit which ask batch number if the item is batch managed

Former Member
0 Kudos
196

Hi everyone,

Can you please tell me the exit for the batch number if the item is batch managed.

Thanks in advance.

2 REPLIES 2

former_member156446
Active Contributor
0 Kudos
164

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...

Former Member
0 Kudos
164

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