cancel
Showing results for 
Search instead for 
Did you mean: 

Active capacity check for bins

former_member288833
Participant
0 Kudos

Hi Expert,

We are implementing bin capacity as per requirement if we select the bin capacity active check box system then system gives below error please suggest.

Active capacity check only for putaway strategies C, I, K, L, P, is it possible for manualy strategies entry selection?

Message no. LT222

Please give me suggestion.See the settings with storage types.

Regards,

Ram Rathode

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

It looks like you miss the wood for the trees.

the message lists all strategies for which you can allow capacity.

Now, just look at the putaway strategy field, the first fielt in your screen shot.

the field is empty, hence the strategy is not  C, I, K, L, P , and the message is right, or?

former_member288833
Participant
0 Kudos

Yes, we know it is blank because we are using the manual strategy like manual stock placement.

please give me ideas how to activate the capacity with manual stock placement strategy  then we can implement the same.

Thanks.

JL23
Active Contributor
0 Kudos

Can you read ABAP?

   *........Aktive KAPAZ nur bei Strategien I, P, L, F(impl.) und K........

  IF *T331-STEIN <> CON_STEIN_I AND
     *T331-STEIN <> CON_STEIN_P AND
     *T331-STEIN <> CON_STEIN_L AND
     *T331-STEIN <> CON_STEIN_F AND
     *T331-STEIN <> CON_STEIN_K AND
     *T331-STEIN <> CON_STEIN_C AND
     NOT *T331-AKTKA IS INITIAL.
    MESSAGE E222(LT).
  ENDIF.

so your options are:

Modification of  the standard program.

Create a development request at SAP