Batch determination based on WM storage type stock positions

Hello experts,
I am hoping the get some advise on the best method to achieve this:
We have batch determination turned on for select customers and the system is proposing stock that is mainly in our each or lose pick storage types (110), the issue with that is the fact that we do not pick in less then case qty for those customers so if the stock doesn't exist in our general storage the user must re-determinthe batch codes before delivery release.
This process is becoming very time consuming so I would like to improve it.
My first thought is to create a custom check in the batch search strategy that will only propose batch codes that exist in our general storage (search strategy based on WM stock positions)
Are there any other options to achieve a batch search strategy based in WM stock positions other then the one above and does that solution sound practical?

I'm not referring to the type of picking either (i'm not referring to picking strategies at all). I'm referring to storage type search criteria defined in OMLY.
"We need batch determination based on WM storage type stock positions" -> you are running BD at delivery level and therefore, there is nothing from a standard perspective that we can do to run BD based on WM storage type again. Since the BD has already occurred, we need to find other venues to direct the pick to the appropriate storage types.
This is what I'm understanding but I reckon there's something that I'm missing and so let's take the below example and then you can get back with corrections:
R001 plant
ZM01 storage location
Z01 WH
110, 120, 130, 140 storage types (110, 120, 130 are case/lose pick, and 140 is general)
Since you had mentioned earlier that the BD is running at plant level, I'd assume the storage location ZM01 is automatically determined (since the batch resides in ZM01). Since the batch is already determined, based on your 'storage search strategy' (110, 120, 130) the system tries to pick this batch in these storage types. Now, when there is no full case, you have to manually change the storage type to 140 to pick and this is where the problem is. So, I was recommending that since there is no standard way to automatically pick the full case from 140, use the enhancement.

Similar Messages

  • Batch Determination in SD - Fixed Storage Type

    Hi,
    We have enable automatic batch determination at the delivery stage (VL01N). for example:
    Plant: 1000
    Storage Location: 3000
    Warehouse number: 300
    Storage type in warehouse number 300: 910,911,912, NF1, NF2, NF3
    In SD batch determination process in some cases batch are select from storage type 910 or 912 or NF1 (depend on unrestricted use), how to configure in SD batch determination configuration for always select batch´s from fixed storage type (in this case NF1 or NF2 or NF3).
    Regards,
    Enrique Figueroa
    Edited by: Benito Enrique Figueroa Flores on Sep 30, 2008 11:46 PM

    Nice idea, but what is your plan if no other batch is there, and all stock is in the interim storage type?
    From my point of view it does not really matter where the process flow stucks, if you wait for batch assignment in delivery until the batch is in its real bin or if you do the assignment right away and the creation of WM-TO stucks until the quant is moved from the interim storage type to its final bin.
    You just have to understand that batch determination and source bin determination serves usually different needs.
    I usually search for a by certain quality figures to meet my customers requirement. Or by age,  to always issue the oldes stuff first.
    A interim storage type is a warehouse internal thing, as I already said, nothing phyiscal. And in WM you use the storage bin search to determine the bin from where you can pick the desired material and batch.
    My batch determination is setup to execute automatically when delivery is created. My deliveries are either created manually at the shipping office or automatically with a batch job.
    Instead of using LT03 we have to use LB10 to create a WM-TO.  Of course this will fail if the quant is locked because of an open TO or if the storage type where it physically resides is not includes in the search.

  • Automatic Batch determination based of sales order type

    I want to do automatic batch determination on basis of sales document type.
    1) I have made a condition table and added sales document type field in it.
    2) defined Access Sequence and added that field in that sequence.
    3) defined the strategy type, assigned the class "FEFO - First Expiry first out".
    4) Added by condition type in the standard search procedure "SD0001".
    5) added the order type in VCH1
    If, i define the search strategy on material base in vch1 "SD01" then it works fine in sales order & delivery order...
    but if i define it on order type then automatic batch determination  doesnt works fine.
    any guidance please?

    solved...there was issue of expiry date field.

  • Automatic storage location determination based on delivery document type

    Dear All,
    How can automatic storage location will be determined based on sales order type or delivery type.
    Ex: If the business sells the material storage location automatically determined as SL12.
    If the customer returnns the material storage location should be SL01.
    Please suggest for retun process automatic storage location determination.
    Best regards,
    Ramesh

    Dear Guru Lakshmipathy,
    Fine, but we have some picking rules are MALA, RETA and MARE.
    Currently we have onle on plant 1010 and shipping point 1010.
    storage location for outbound deliveries determined based on MALA rule has been assigned to LF.
    can we use RETA or MARE to determine the storage location for returns delivery.  If yes kindly
    explain. And where is storage condtion available in sap.
    Best regards,
    Thanks

  • Batch Determination based on date of consig recieve

    Hi,
    I am getting problem when i am trying to do manual batch determination in the outbound delivery.
    I have created a record in VCH1 based on customer/Material/Plant. In this i have maintained a sort rule also. what characteristaics i must use to make my batch determination based on customer consignment recieving date?
    If i go in MSC3n with Material, Plant and batch data then in the screen ( table MCHA, MCH1) onlt data available is for ERSDA, LAEDA  and LWEDT.
    In delivery when i click on batch determination button. my Sort rule is not automatically determined. So i have to maunally entered my soirt rule but at the same time my qty proposal in the same screen is 1 which is nothing but
    FORM CHMVS_001.
      DATA: lv_line TYPE kondh-chasp VALUE '1'.
      LOOP AT disqty.
        CHECK lv_line <= no_of_split.
        IF QUAN_TO_DIS > 0.
          IF DISQTY-AVAL_QUAN > QUAN_TO_DIS.
            DISQTY-QUANTITY = QUAN_TO_DIS.
          ELSEIF disqty-aval_quan > 0.
            DISQTY-QUANTITY = DISQTY-AVAL_QUAN.
          ENDIF.
          IF disqty-quantity > 0.
            quan_to_dis = quan_to_dis - disqty-quantity.
            MODIFY disqty TRANSPORTING quantity.
            ADD 1 TO lv_line.
          ENDIF.
        ENDIF.
      ENDLOOP.
    ENDFORM
    When i am taking characteristics LOBM_VFDAT for sort rule in Cu70 then i am not getting batch determination as i required even if i maintained Shelf expiry date in MSC3n.
    Please suggest where i must look into so that my batch determination would be based on date of consignment recieved.. currently if it s taking based on max qty available in MMBE.
    Regards
    Nitin

    I have already assigned sort rule in VCH1 but dont know which Characteristics i must assign for customer consignment stock on FIFO basis. Could you please tell me the characteristics for it which i must consider?
    LOMB_VFDAT i have already tried but its not working for me.
    Edited by: Nitin Agarwal on Oct 30, 2008 8:14 AM

  • Batch determination based on fifo during goods issue

    Hi All,
    My client requirement is that system should propose automatic batch during goods issue based on goods receipt.
    I have activated batch wise split valuation.
    I have maintained  characterstics with MCH1 table and HSDAT.
    Assigned to class and class is assigned to stratergy type.
    Created sort sequence and sort rule ascennding.
    Assigned this to stratergy type.
    Maintained condition record also.
    During goods issue to production system is not proposing the batch based on gr date.
    System is not stopping me while making goods issue with other batch.
    Please guide to fix the above issue.
    Regards,
    Venkatesh

    Split valuation has nothing to do with this problem.
    I hope you do not just require the sequence for physical goods issue  to be FIFO because your year end valuation will be FIFO method, as this is not necessary for FIFO valuation.
    IMG > Ligistics general > batch managment > batch determination > Allocation of batch determination schema and activation >...
    here you set the box for batch check active, which means if a batch is entered manually  then this batch is checked against the batch determination and an error is issued if the wrong batch is entered.

  • Automatic Rule Determination Based on Service Order Type

    Hi Experts,
    I have a requirement to determine the rule based on the custom service order type.
    I have created 2 custom rules which are then assigned to 2 different org units as needed.
    Now the thing is i want to avoid putting condition step if else based on various order types.
    Is there any way by which i can directly determine which rule to be used by passing the Order type.
    If there is any FM then please suggest and also how to use the same.
    If no FM exists then is there a possibility of having only 1 if else condition and assign rule number in local container variables and pass it thought out the workflow to all the manual validation workitems. Please suggest how this can be achieved.
    Thanks,
    Jessica

    Hi,
    only 1 if else condition and assign rule number in local container variables and pass it
    thought out the workflow to all the manual validation workitems
    Create a workflow container element lets say with probably 15 characters length...
    Now create a background step in which you determine the rule based on the order type.
    data: lv_Rule(10) type c.
    if order_type eq 'X'.
      lv_Rule = '1234567890'.
    else.
       lv_Rule = '0123456789'.
    endif.
    " export the rule concatenated with 'AC' which indicates a rule...
    concatenate 'AC' lv_rule into ev_rule. "ev_rule size may be lets say 15 characters.
    condense ev_Rule.
    "export the EV_RULE to workflow and store it in WF cotainer element.
    In the step where you want to give the rule, select the Agent type as Expression and select the container element.
    Hope this would solve your issue.
    Regards
    Narin

  • HU routing to Staging area based on destination Storage type

    Hi Experts,
    I have a requirement where I need to route the HUs coming out from same VAS work center to the different staging areas according to the destination storage types.
    Say for example,
    VAS Workcenter - VAS1
    HUs completed out of the VAS1 workcenter should be put away into the destination storage types (RS11, RS12, RS13, RS14) through the staging areas (ST11, ST12, ST13, ST14 respectively)
    Any ideas how to achieve this through customizing to route the HUs through relevant staging areas ( VAS1 -> ST11 -> RS11,  VAS1 -> ST12 -> RS12, etc..,)
    Rgds
    -Shravan

    Thanks to everyone for your response.
    Regarding Juergen's questions, here I am talking about the inbound process
    RSXX are final storage types, where the materials will be finally put away
    Staging area(work center) is used for inbound where we consolidate the materials going to same storage type (building), to the one trolley
    The product put away WT is created when we complete the HU in the staging area workcenter (Final step IBS1 in the process), so we are not able to know to which storage type the product will be moved, until the HU is completed in the staging work center.
    Rgds
    Shravan

  • Reservation of stock at Storage Type level in Warehouse

    Hi Gurus,
    My client is currently using ORACLE ERP system and they are migrating to SAP.
    In ORACLE there is a flexibility wherein reservation can be activated for warehouse stock.
    However, in SAP we are mapping the multiple warehouses present in ORACLE as Storage types.
    So, I would like to know whether there is a way to reserve the stocks at storage type level.
    According to my analysis direct reservation is possible at plant and storage location  level.
    However I would like to know from you whether there is a direct way to reserve the stocks in storage type in warehouse or any in-direct way possible to reserve the storage type stock?
    Thanks & Regards
    Subhasis

    However, in SAP we are mapping the multiple warehouses present in ORACLE as Storage types.
    That's probably a bad move. A physical warehouse should be at least one storage location, and storage types should only be used for sub organization inside a warehouse.
    For example if Storage types are used for High Rack, Bulk, etc (what they are supposed to be used for) there is no reason to reserve stock in a specfic storage type.
    Storage type vs Storage location. A "type" shouldn't be used to separate different warehouses.

  • Revenue Account Determination based on Sales Order Document Type & Service Order Type

    Hi Expert,
    I have Customer Service Module with Resource Related Billing for services attached with SD.
    When DP90 runs sales document debit memo request is created & then debt memo is created.
    I need to configure Revenue Account Determination based on Sales Order Type and also based on Service Order Type.
    I did not see any field catalogue in revenue account determination for order type, For communication structure KOMKCV Header and KOMPCV Item level there is no field for sales order type nor service order type.
    Is it possible to bring in both order types? Can ABAP person do it?
    How to bring these fields?
    Is it possible & recommendd to have service order type filed AURAT for service order into this sturcture?
    Is this configuration is OK acceptable by SAP? If so is there any chnace for issues errors & wrong determination from FI CO view?
    Your valued input is highly appreciated.
    Thanks
    Prakash Parikh

    Hi Prakash,
    Yes, you can certainly add new table fields into the field catalog KOMKCV and KOMPCV and use it during account determination. You will also have to add these new fields in the user exit RV60AFZZ for it to work. I believe you will need ABAPer's help to make this work. The abaper will have to crate a ZZFIELD (ZZAUART for example) and put it in the structure and use the same in the user exit to pass the values.
    In your case, what I am not sure is, are you looking to modify the existing standard tables or creating new ones. My suggestion is to create the new condition tables with these new fields (like document type) after adding it to the field catalog. Only modify the access sequence (KOFI) in such a way that your new tables are access first before it goes into standard tables (or you can adjust it according to your scenario.
    We have done it in our company and it is working fine. Basically what we have done is to create new tables instead of modifying the standard ones. We have adjusted the access sequence in such a way that some of our custom tables are accessed first before the standard SAP tables (C001 to C005).
    I found a similar requirement on SCN. This might help.
    Adding New Field in Account Determination
    Hope this helps.
    Regards,
    Mukund S

  • Split TO based on Storage Type

    Hi all:
    My client doesn't want split TO based on Storage Type.
    System is doing split TO based on SHF storage type.
    Have configured a total of 14 Warehouse numbers (001 to 014).
    Have configured three storage types, FRK, PLT and SHF, for WN 001.
    No SU. No HU.
    Only two of them (004 and  012) are configured for TO split under "Processing performance data processing / Define TO split". WN 001 is not.
    System is creating a separated TO for materials in SHF.
    Release ECC 6.0
    Is there any other place where I can configure TO split based on storage types?
    Thanks for any help.

    Hi,
    Its a process of introducing Picking Area's Concept.
    Based on the Storage type, system will create the transfer order, even though you club all the materials from different storage types in one sales order or in one delivery.
    Explore in Picking Areas....let me know if you need any help.
    Thanks
    Aktar Shaik

  • Batch determination of configurable materials in production order

    Dear All,
    I'm facing the follwoing problem i have a configurable material which contains another configurable material in its BOM the item catergory for the configurable item is N , the problem is that during batch detrminittion of the material in the production order the system issues this message ' Batch entry/batch split not allowed for component xxxxx
    Message no. CO584'
    however the batch determination for other material types is workinf fine
    please advice
    regards,
    Ahmed Sobhi

    Hi Ahmed Sobhi,
    Please check these steps that you have done exactly like this;
    For that you have to do five important steps or features you have to know OK.
    1) Batch number assignment: We use this function to assign a batch with a number that uniquely identifies it OK.
    2) Batch Specf: To describe each batch uniquely using like Characteristics and characteristic The values. are allocated in the material master.
    3) Batch status management: To indicate weather a batch is usable or unusable: We can set (a) Manually in the batch master record or at goods receipt and (b) Automatically in the usage dissension in quality management.
    4) Batch Determination: We can use this function for various criteria to search for batches that are in stock (a) movement type: When posting goods issues (b) When combining suitable components for order types.
    5) Where used list: The batch where used list shows the path of the batch from its procurement to its delivery to the customer.
    6) Active Ingredient Management: This function is to administrate and process materials with active ingredients that are to be handled in batches OK.
    Condition types: Say for x material if we want to determine the batch at the movement type/ plant/order type.
    Access Sequence: It will checks weather the batch determination is done with movement type/ plant/ material &
    order type/ plant/ material.
    Strategy type: We will assign here condition type and Access sequence and as well we have to maintain Class type: 023
    sort sequence, batch split
    Batch Search Procedure: Here we will define the search procedure and using the condition type here OK.
    Batch Search Procedure Allocation and Check Activation: Here we will assign the search procedure to the movement types and for order types as well
    HERE THE BELOW FOLLOWING DATA WILL GIVE YOU RIGHT UNDERSTANDING OK:
    a) It will looks for the search procedures.
    b) It searches through the strategy types in the search procedures for a valid search strategy.
    c) Characteristics from the selection class of the search strategy looks for batches with suitable specifications.
    d) Then it will looks for weather the batches are available.
    e) It sorts the batches that are available according to the sort rule from the search strategy.
    f) Then the system selects a proposed quantity with proposed quantity from the search strategy OK.
    Go -
    > Logistic General -
    > SPRO -
    > Batch Management you can find every thing there it self OK.
    I hope it clears you, any questions revert me back OK.
    Regards,
    Madhu.G

  • Automatic batch determination in EWM

    Hi All
    My batch selection criterion is being replicated to EWM outbound delivery order. But, batches are not determined automatically there.
    I have alredy made settings for 'to check batches' for the outbound delivery order document type.
    Also, I have set 'Batch Determination in EWM via Batch Attribute Replication' for my warehouse in ERP system.
    If I enter, batches manually in outbound delivery order items, it is validating if the entered batch is meeting the selection criterion or not.
    Still, am I missing something here.
    Awaiting your valuable inputs.
    Thank you

    Hi Juergen
    As I am working on Production consumption process, there is no need of WT creation.  As soon as production order is confirmed, components need to be consumed from the EWM system as the production supply storage location is ewm managed.
    That is the reason, in ERP system, outbound deliveries get generated for component consumption from EWM system and will be distributed to EWM system. (Note: My components are batch managed)
    I have set up batch determination for outbound delivery item type DOGN in ERP system for the character LOBM_HSDAT in ascending order. I can my search strategy determined in ERP system for the delivery items. But, I would like to determine batches in EWM system rather. Not in ERP.
    It mean, I only want to replicate(or to distribute) the selection criterion to EWM system along witht the outbound delivery from ERP. (For this I have set the indicator ''Batch Determination in EWM via Batch Attribute Replication'' for my warehouse in ERP.)
    In the outbound delivery order which is created in EWM system (by activation of ODR), batch selection criterion which is determined in ERP system is visible when I select 'Batch selection criterion' icon for the ODO item. But, batch is not determined automatically even though batch for that selection criterion is available in the detemined bin of the PSA storage type 1000.
    Through F4, I can choose a batch for that item and save and PGI to complete the consumption posting which in turn generates 261 documents to ERP system.
    If I chose a batch which is not fitting for the selection criterion, it is throwing an error. But not determining a batch with the selection criterion distributed.
    That is my query...

  • SUT selection in TO from storage type to PSA

    Hi All,
    The business process is Kanban replenishment where the CCID is scanned for TR creation for demand. TR then automatically converting to TO (movement type- 350). In TO we are getting the storage Unit type selected. need to know the basis of storage unit type selection.
    Further details of the movement as eg.
    Movement is from storage Type 030 to PSA.
    Storage Type 030 has Bulk as Put away strategy and FiFo as Removal Strategy.
    It is SUT check active.
    warehouse is HU and SU managed.
    Two kinds of SUT is there in the storage type 030 - Box and Pallet (L).
    Let me know the basis of SUT selection in above TO.
    The issue is that different material selects different SUT and there is no consistency. I checked for GR date, Quants, and material master, Move,ment Type data.
    Need help from all experts.
    Thanks,
    Shankar Kumar

    Hi Shankar,
    As per standard SAP flow,
    Step 1 ) system picks the stock removal indicator from the WM1 view of material master
    Step 2) Picks the storage type from the T334T table based on the removal indicator from step1
    Step 3) Once the storage type selected it goes and check the available Quant in the storage type
    Step 4) After selection of all the Quant it sorts the selected record based on the GR date
    Step 5) Once the first quant selected it pass all the Quant information to internal table
    Step 6) Checks the required quantity minus quantity of first quant selected if the balance is greater then zero process continue from step 2 till the time required quantity - allocated quantity =0
    Now your query how system selects the Storage unit type, as you can see from above steps system selects the  Quant and the quant is already having the Storage unit type assigned. in the below example i have four quant in the stock and my requirement is for 120 PC, you can see the Sequence in Transfer order system stamps the TO line item based on the Storage type search (003,002 in below case) and then based on ascending order of Goods receipt  it selects the Quant from within the Storage unit
    in the below example
    Storage type search strategy (Entry into T334T)
    Stock in warehouse

  • Storage Bin and Storage Type

    Hi,
    Please elaborate on what is Storage Bin, Storage Type, Bin Position, Stock Category and Special Stock, and their function. Also, if there is a link were I can find the definition of these terms, please mention.
    Thanks

    Hi ,
    Here are links
    [Storage Type|http://help.sap.com/saphelp_46c/helpdata/en/c6/f838f94afa11d182b90000e829fbfe/frameset.htm][Storage Bin]|http://help.sap.com/saphelp_46c/helpdata/en/c6/f838f94afa11d182b90000e829fbfe/frameset.htm]
    Storage Section |http://help.sap.com/saphelp_46c/helpdata/en/c6/f838f94afa11d182b90000e829fbfe/frameset.htm]
    Go to Help.sap.com
    Go to Logistics Execution->WareHouse Management -> Basic Functions  you will get everything.

Maybe you are looking for

  • Report regarding

    Hi all,    I am having planned data and actual data in one infocube.In the report i want to get the values of these two fileds of previous month.How can i get it. Regards Maruti

  • Problem when converting colors to cmyk using fixup

    The problem is in the fixup -> colorspaces -> Convert colors. It seems "Rendering Intent" is in fact always relative, although e.g. perceptual is selected. Am I doing something wrong? If not, Is there a solution or work around?

  • Drop down list in Adobe : PCR Scenario

    Dear Experts, I am struggling to get the drop down list in Aobe forms. The values are getting populated in the internal table in BADI. But the values not coming in drop down list. Could you please help me on this issue? Should i have to write script

  • Nokia 6700 classic & instant messaging

    Dear sirs, I have a nokia 6700 classic and I cannot use the instant messaging system: I enter the "chat" application and I can select only the "Ovi" service. How can I add other services (GoogleTalk, Messenger, Yahoo talk)??? Can you help me? Tnx! An

  • Oracle11gR2 Workspace Manager and table consistency after merge

    Hi folks,      I'm working with Oracle Workspace Manager in order to get data inserted and validated into workpaces before they become available to the LIVE workspace.      Doing some tests I found a problem about data consistency after I merge the d