cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BULK storage - SU Managed - Mix Storage strategy C scanario

0 Kudos

Hello Gurus

Hoping you are doing well!

In Bulk Storage with SU managed , Can we Store 1 material and multiple batches( Q & UN-restricted) in one bin ( but on 1 SU , only 1 material and 1 batch ),

this is mentioned in  storage type control >  under control Mix storage

" C "  Several batches per bin

       Only one material may occupy a bin. However, if the material

       requires a batch number, different batches of the same material

       may occupy the bin. You are not allowed to store different

       batches in a single storage unit.

but this is not working, when we try to put away another batch of same material with stock category "Q".

Any solution ?

Thanks & Regards

Adnan

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hello colleagues

yes, this is not possible in standard SAP.

Please suggest the best approach to achieve it. like user exit or something like that.

this code is in program LL03AF1S ,  line 107

Where MATNR <> LTAP-MATNR

Or WERKS <> LTAP-WERKS = Plant

Or LGORT <> LTAP-LGORT  = Location

or BESTQ <> LTAP-BESTQ  = Stock category like Q & “”

or SOBKZ <> LTAP-SOBKZ = Special stock

or SONUM <> LTAP-SONUM = Special stock number

we want to storage only 1 material and multiple batches of same material in 1 bin.  we are using BULK Storage. .

thanks & Regards

Adnan

Former Member
0 Kudos

Hi,

Please confirm if different stock category of single SKU will be stored in single bin or not.

Regards

Ravi

Former Member
0 Kudos

Hi,

You can achieve by doing following:

Select Mixed storage as "X" which will allow you to store of different stock category. but this will also allow, different SKU in same bin, which you can resist by using user Exit. Don't forget to put Addn to stock as "X" .

Regards,

Ravi

0 Kudos

Hello Ravi

thanks for your reply.

Yes we want to store 1 SKU in 1 bin with different batches  & with different stock category like Q & "Un-restricted"

their are two options( you have mentioned the option 1).

Option 1 : use mix storage indicator X  . and Use user exit to restrict the system to do not allow to store other SKU.  Question is : can you mention the relevant user exit. ?

or

Option 2:  use the mix storage indicator C . and use user exit to  ALLOW the all stock categories of 1 SKU and with multiple batches of same SKU. ..   Question : can you mention the relevant user exit ?

thanks

Adnan

Former Member
0 Kudos

Hi,

Go for Option1, User Exit: LL03AU01

Regards,

Ravi

mihailo_sundic
Active Contributor
0 Kudos

Hi Adnan,

You cannot use Option 2 with user exit, it would only work with an enhancement point but that's more complex and not so desired.

So you should definitely go with Option 1 and user exit for putaway: MWMTO003.

Regards,
Mihailo

Former Member
0 Kudos

Hi Adnan,

Mixed storage suggests mixing of Quants also. For Stock category "Q"/"S"/"R" quant number varies. As, you are dealing with stock category "Q" , transferring it to "Unrestricted" stock and Mix Storage "C" does not allow mixing quants, system is showing error. If you select "X" as Mixed storage in Storage Type definition then the error will not come, as this option only allows mixing of multiple quants.

Hope, I am able to answer your query.

Regards,

Ravi

balaji_ganesan2
Contributor
0 Kudos

Hello Adnan,

Do you get any error while choosing the bin which contains the existing stock during putaway? if yes, then could you please specify the error details with message no#

Thanks,
Balaji

0 Kudos

Hello Balaji

Hoping you are doing good.

Error message is

" Mixed storage is not allowed in storage type BLK "

   Message no. L3036

* BLK is bulk storage type with mix storage "C"

thanks!

Adnan