cancel
Showing results for 
Search instead for 
Did you mean: 

Exclude specific storage locations during automatic batch determination

Former Member
0 Kudos

Dear All

How can I exclude specific storage location 's stock during automatic batch determination at the time of Outbound delivery creation?

Urgent.....

Please help me out..

Thanks in advance.

Regards

Animesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

There are multiple ways of handling.

1. Go for the user exits as mentioned in the links provided in the previous reply.

2. Maintain the storage location in the sale order, so that system determines Storage location and does batch determination from the storage location of the sale order.

If you can give more details about your requirement, it will help in providing a better solution.

Regards,

Sharan

Former Member
0 Kudos

Dear Sharan

Thanks for u'r prompt reply.

We have stocks as follows

Mat : A

Plant : 1001

Storage Location Unrestricted Use Mfg Date

INSU 12000 PC 15.07.2011

FG 15000 PC 15.07.2011

BB 10000 PC 20.10.2011

Automatic batch determination is active based on Mfg date classification. I want to exclude to INSU storage location during automatic batch determination at the time of outbound delivery creation (VL01N and VL10B). It should pick up stocks from FG first and then from BB as per Mfg date.

Please tell me if u want more information.

Thanks

Regards

Animesh

Former Member
0 Kudos

Hi,

Assigning picking location in T.Code: OVL3 is working fine in restricting the storage location. Please check it.

Also Explore the following user exits

MV50AFZZ in SAPMV50A

V02V0002 - User exit for storage location determination

V50S0001 - User Exits for Delivery Processing

Hope this helps.

Regards,

Sharan

Former Member
0 Kudos

Dear Sharan

Thanks for u'r reply

OVL3 will not work as the table works with three composite primary key which are Plant/Shipping Point/Storage Conditions. Therefore you can not insert data as per my requirement i.e

Plant Sh Pnt St,Cond St.Loc

1000 1000 FG 1001

1000 1000 FG 1002

It won't accept the 2nd entry.

Now come to the 2nd point regarding User Exit. Can u provide me code to write over there as per my requirement. Apart from that it doesn't get stopped at the user exit for storage location determination. Please help me out if u have implemented the same.

Please let me know If any other way out is there,

Thanks once again...

Waiting for u'r valuable reply....

Regards

Animesh

Former Member
0 Kudos