cancel
Showing results for 
Search instead for 
Did you mean: 

/SCWM/TAAREAD_READ_BINS and activity area with more than one assignments

yuriy_dzhenyeyev
Explorer
0 Kudos

I am totally confused by the behavior of /SCWM/TAAREAD_READ_BINS.

Given the following storage bins

and the following activity area definition

I would expect bins A and C to be returned for activity area AC (bins B and D for activity area BD respectively).

The result of /SCWM/TAAREAD_READ_BINS is only one bin though: C

I understand why this is happening, but not what it is good for:

/SCWM/TAAREAD_READ_BINS loops over all TAAREAD lines of an activity area and makes ranges for aisle, stack etc. out of every line (see #1 in the screenshot). What I dont understand is, why that table is cleared with every row (#2) - this explains the return value for my test configuration.

Maybe someone could explain it to me.

Thanks in advance!

View Entire Topic
Daniil
Active Contributor
0 Kudos

Hi Yuriy, it looks like an error (range clear in the loop), but this FM is used only from MFS system. Moreover there no CLEAR for the lv_* variables, so it could be that variables are mixed from different records to the same activity area (with different rank value). But Rank is used rare, so I guess it is just a bug which is not disturbing anybody 🙂

BR,

Daniil

yuriy_dzhenyeyev
Explorer
0 Kudos

Hi Daniil,

well, there is at least one person who is disturbed - I was about to set up a similar activity area 🙂 I agree with you, IMHO there is more to be done within this FM to work correctly.