cancel
Showing results for 
Search instead for 
Did you mean: 

System cannot find storage bin - LT04

former_member202771
Contributor
0 Kudos

Hi Experts,

I am executing STOCK REMOVAL FOREGROUND in transaction LT04.

I have 2 TRs with Same material :

1) Material with a batch -- System cannot find storage bin ERROR

2) Material without batch -- No Error.

PS: I am an ABAPer. Do not understand the reason.

Kindly help out how to rectify this error.

Thanks,

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

MANIS
Active Contributor
0 Kudos

Hi Anil,

The standard SAP flow to find the storage bin is like

Step 1 : Pick the Stock removal / storage section / special movement value from material master WM1 view

Step 2 find the entry from T334T table the based on the above detail as well as Process (Removal A)

Step 3 Once it finds the Storage type then it checks the storage bin from where stock can be picked

In your above case i can see one user exit is active for Storage type FSS could you please check whether that is passing the right value or not

MANIS
Active Contributor
0 Kudos

Hi Anil,

Could you please share the screen which will help to find the reason why you are getting the errro

after getting the error , click on the environment------stor. bin serach log and share the screen

former_member202771
Contributor
0 Kudos

Hi Manish,

Without batch, No error:

With Batch, System cannot find storage bin ERROR :

Thanks,

Anil

MANIS
Active Contributor
0 Kudos

Hi Anil

Can you please check the stock of BATCH in warehouse using T-Code LX02, enter the warehouse, material,batch and press F8

Additionaly you can check via code , put a breakpoint at line 37 as mentioned below

This piece of code gives the storage type / storage bin from where the stock can be picked

former_member202771
Contributor
0 Kudos

Hi Manish,

I have checked both.

In LX02, there is a column by name SUT.

It has either X2P or X1P value. Is this some way related to the error I am getting?

What I Observe is, Storage location for X1P is alone getting picked.

Thanks,

Anil

MANIS
Active Contributor
0 Kudos

Hi Anil,

Check the WM2 view for the material

Check the below mentioned value whether this SUT and stock is matching or not

former_member202771
Contributor
0 Kudos

Hi Manish,

SUT values are blank for the material

Thanks,

Anil