We are using a WM batch search procedure for picking batches for deliveries based on shelf life expiration and minimum remaining shelf life dictated by customer. However, when characteristic LOBM_RLZ is added to the selection criteria, the search strategy finds no batches; although, the system shows they are available and they have a remaining shelf life exceeding the customer request.
Can anybody help me with information on what have I set up incorrectly?
My selection class has the following chars:
LOBM_ZUSTD Status of Batch CHAR 1 0
LOBM_LVORM Deletion Ind. for Batches CHAR 1 0
LOBM_RLZ Remaining Shelf Life for Batch NUM 4 0 d
LOBM_MBDAT Material Availability Date DATE 10 0
LOBM_LFDAT Batch Determin. Delivery Date DATE 10 0
LOBM_VFDAT Expiration date, shelf life DATE 10 0
My condition record has these settings in selection criteria:
Status of Batch Released
Deletion Ind. for Batches Not Set
Remaining Shelf Life for Batch 370 d
Material Availability Date
Expiration date, shelf life
The last two chars were added because they are used in the dependency linked to Remaining Shelf Life Batch (LOBM_RLZ) char.
Thank you for your help.