cancel
Showing results for 
Search instead for 
Did you mean: 

Batch Determination while putting Batch Manually

Former Member
0 Kudos

Dear Friends,

We just activated batch determination for Delivery process. now delivery determining automatically

batch when we are going to create delivery.

we have a question..

When we select any line from Delivery and press batch split and then delete line from batch split screen.

now we can manually add batch and it is not taking care of that batch determination rules.

how can we restrict this bypassing of batch determination stretegy.

thanks with regards

Malik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks for your quick reply.

i checked how you mentioned but its not working.

i want to put more light on my issue.

in determination it working fine.

we want to restrict our user for manual entry of batch.

if we go to "batch split " screen and user delete one line from there.

Now this is the point where user can put any batch bypassing determination process.

we want to restric user to do this.

how to handel this scnario.

Any help will be highly Appricated.

regards

Malik

prasanna_kumar4
Active Contributor
0 Kudos

HI,

i checked how you mentioned but its not working.

in determination it working fine.

I didn't understand those points and also if you want to restrict the manual entry batch try to do batch determination automatically

So system by-default will pick the Batch number without any material selection

Regards,

Prasanna

Former Member
0 Kudos

Hi,

In the exit MV50AFZZ, we can put a control to restrict the manual inputs of batch by user, in the special case you discussed. If the batch is different from the automatic batch determination, we can put an error/warning message, also we can use it to grey out the field. (although this is not recommended as it may altogether make processing difficult specially during month ends)

Former Member
0 Kudos

THanks for your reply SD .

Can you plesae do some more help by giving me a example code.

it wil be great help for me.

Former Member
0 Kudos

parasana thanks for yoru reply.

basically there is no problem in batch determination.

the problem is how to restrict user for manual entry in batch field.

or even if user is putting any manaul entry in batch field batch determination

should chanck that entry automatically and give error if user is bypassing determination logic.

regards

Malik

prasanna_kumar4
Active Contributor
0 Kudos

HI

Try to go for Enhancement ,

Go to SE38 and Enter MV50AFZZ ,

User exit: FORM USEREXIT_BATCH_DETERMINATION

write a logic based on your requirement for that user

Regards,

Prasanna

Former Member
0 Kudos

Dear Parassan may i have some sample code .

i will be greatful to you.

Thanks with regards

Malik

prasanna_kumar4
Active Contributor
0 Kudos

HI

Batch Determination is based on the Selection type batch Determination

	immediate selection according to selection criteria
N	no selection at beginning of batch determination
O	selection with no selection criteria
F	selection criteria cannot be changed in batch determination

Check how you maintained in VCH1/VCH2/VCH3

if you want the system automatically at the time of delivery mentioned "O"

and also check the sort rule

Regards,

Prasanna

Edited by: prasanna_sap on Feb 1, 2012 10:41 AM