COB1 Batch Search Startegy for Component in another plant

Is there a way to build Batch Search Strategy (COB1) for components in another plant?  We use Batch Search Strategy in PP-PI process orders. If so, what is the configuration?

Resolved in EAM forum

Similar Messages

  • Material Search Help for VA01 - Material by Plant

    Hi Experts,
    I want to know how to find out the search help for that material in that tcode. Please tell me   in detail how to proceed with this and where to go with the modifications or enhancement.
    I am not familiar with user exits, so please help me.
    Regards,
    Bhaskar.

    Hi,
    you don't need any exit / badi.
    Go in VA02, in material number go in technical information : F1 ; F9
    You will show there is no search-help link to the field. So the search-help is taken from the data element.
    Go in SE11 and show the data element MATNR.
    In the thirth tab you will find the search-help link : S_MAT1.
    Go in SE11 and show the search help S_MAT1 (each time you could double click instead of reopen SE11).
    This is a group search, that means, it contains many search help.
    Copy a simple search help, modify as you would like.
    Add your own search help in the S_MAT1, and don't forget to link fields (parameters).
    You don't need any object key or user-exit.
    You will affect all the screen of SAP using this search-help S_MAT1.
    Regards
    Frédéric

  • Batch search strategy for WM

    hi,
    As per my process order requirement, i converted transfer requirement in to transfer order in warehouse and confirm the transfer order. During conversion the system picks as batch as per FIFO. If there is only one batch there is no problem. if there is more than one batch then, there is a problem during goods issue
    When i am doing goods issue for my process order, system picks only one batch. For other batch i have to do one more time goods issue. I didnot do any stock determination during goods issue. What may be problem.

    Thanks for your reply.
    I already maintain batch split as 999. still it is not taking.
    I checked strategy type also. what may be the reason.
    kindly explain.
    sathish. R

  • Batch Search Strategy works for one plant while doesn't for other plant....

    Hi Experts,
    I have configured Batch Search Strategy for Transfer posting of consigh goods (311K).
    The Batch search is working fine for one plant while it is not for another plant. The msg. says 'The CLASS does not contain any Selection criteria'.
    This same CLASS is proposing the batches for the first plant. the selection criteria is 'Consign Stock - type K'
    Please advise this is very urgent..
    Thanks in advance,
    Manju

    Hi,
    Goto OMCE transaction check the batch level here check the batch level where it is activated whether is it at Plant level or Material level or Client level.
    rgds
    Chidanand

  • V_V2 ignores batch search strategies

    Hi SD Experts,
    We use V_V2 as a nightly rescheduling run. Unfortunately the batch search strategies, which for example restrict the allowed batch splits, are totally ignored. This causes issues on the delivery creation side.
    Is there a way to enable the batch search strategies in V_V2 ?
    Thank you,
    Frank

    Hi Srinath,
    Thanks for your quick response. Maybe I havenu2019t made myself clear. Here's an example of what happen:
    Let's assume we have the following Material/Batch on stock:
    20 x Material A with batch 12345
    10 x Material A with batch 67890
    10 x Material A with batch 45891
    If you enter an order containing 40 x Material A you'll get a confirmation for 20 (due to the batch split restriction in the sales order).
    Now if you run V_V2 it confirms all 40 regardless of the batch split restriction. This is only one example for the issue that V_V2 doesn't take care of batch search strategies at all.
    Is there a way to enable the batch search strategie for V_V2. Or is our system wrongly configured and V_V2 usually use the batch search strategies?
    Thank you,
    Frank

  • Batch search strategy in WM material staging

    Hello all,
    I have a issue of batch determination when I do WM material staging through transaction LP12 & further TO creation through transaction LB13.
    We have set a batch search strategy in transaction LS51 for WM/Movement level i.e. for WM02. We have defined a search strategy for movt. type 319 with criteria as Shelf life expiry date is >1 day & defined a sort rule as ascending order. Hence our expectation is that system should automatically search for available material batch with First shelf life expiration date. However, we found that the system is picking up the batch which is having shelf expiration date later than the batch available in system which is having early expiry date. I am unable to trace the cause for this . As I know the batch search strategy for WM TO related setting is in LS51 & we have already maintained the same as explained earlier.
    Can anybody help me in resolving this issue? Do you know anything more specific settings required to fix up this problem.
    Thanks much in advance for your kind help in this regard.
    Parag K.

    You need to configure WM Stringent FIFO strategy forstock removal in this scenario. Other Strategies for stock removal don't always guarantee that stock is picked in the order of nearest SLED. Please check
    http://help.sap.com/saphelp_erp2005/helpdata/en/c6/f845944afa11d182b90000e829fbfe/frameset.htm

  • SLED for selection criteria for batch search

    good day gurus,
    Is it possible to use SLED (LOBM_VFDAT) as a selection criteria for my batch search? how do i set this up?
    Thanks in advance
    Edited by: obie villamosa on Jun 30, 2008 11:06 AM

    hi
    maintained class in t-code CL01 for you characteristics then sort sequence CU70 as per shelf life, setting expiration date check by OMJE for your plamt and movment type,
    maintained strategy type in spro in production
    Define Batch search procedure and assign your strategy there.
    then allocate your search procedure to your plant in spro
    and then maintained condition type in t -code COB1 for your plant.
    also maintained your class in material master in classification view for batch class
    Regards
    Pravin
    Edited by: pravin dhokey on Jun 30, 2008 8:07 AM

  • Search help for a field in table control based on another field value

    Hi,
    I want to attach the Search help for a field in table control based on another field value.
    Please help me asap.
    Will be highly rewarded

    HI,..
      Check these links
    search help in table control
    Re: How to create Search Help for a field in Table control !!
    How to create Search Help for a field in Table control !!
    F4 Help In Table Control
    Control table F4 help
    Problem in F4 help in screen field
    check this code
    DATA: BEGIN OF it_value4 OCCURS 0,
             TEXTCODE  LIKE  ZXX-TEXTCODE,
             TEXTDESC  LIKE  ZXX-TEXTDESC,
           END OF it_value4.
      progname = sy-repid.
      dynnum   = sy-dynnr.
             SELECT TEXTCODE TEXTDESC
               FROM  xxxx
               INTO CORRESPONDING FIELDS OF TABLE<b> it_value4</b>
              WHERE  LOSS_CODE =<b> IT_VALUE1 .</b>
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield    = 'TEXTCODE'
          dynpprog    = progname
          dynpnr      = dynnum
          dynprofield = 'ITVALUE-TEXTCODE'  "-->UR  4 th filed value in screen
          value_org   = 'S'
        TABLES
          value_tab   = it_value4.
    endmodule.
    Message was edited by:
            veereshbabu ponnada

  • Unrestricted Qty and SLoc  in  Batch search in "Batches for Vendor" option

    Hi All,
    I have a requirement in Batch search option. When we are using 4.7 we have the option for available qty for the batch in Batch search option. It is removed in ECC6.0.Can anybody help me to get this option in ECC 6.0

    what is the BDC field u are using ?
    <b>G_SUCH_STRING</b> is what ?
    Regards
    Prabhu

  • How to search for array in another array ?

    i want to search for array in another and when i got this array i want to take the next 5 bits  EX: array1 [ 4 8 7] , array2 [ 9 1 4 8 7 6 3 2 ] , output array [ 6 3 2 9 1]
    Thanks  

    I know we should be encouraging others to help them selves, but I had a solution that I think is what the user wants.  Attached is a VI that searches for a subarray in an array, and will return the index it is found at.  It will also return the input array, filtered if a match is found.  This VI just handles the double data type.
    Most of the code comes from an old post by Altenbach that I can't seem to find at the moment, but I saved a copy a while ago.  Props to him for posting it.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Filter Subarray - DBL.vi ‏18 KB

  • Batch determination for component  in co11n

    Hi Gurus
    This is my Scenarios
    Component A - Batch - 120 - Qty 2.00 MT
    Component A - Batch - 121 - Qty 4.00 MT
    Suppose if there is a requirement of 3.0 MT for component A in Production order , when i do Batch determination ( w/o dialog box ) the system proposed Batch 121.
    But since Batch 120 is produced before 121 , i need the system to propose Batch split as follows
    Batch - 120 - 2.00 MT
    Batch - 121 - 1.00 MT
    Is it possible without Dialog batch determination
    Regards,
    Prasanna

    Hi,
    Yes, u can split Batch  manually  without Batch determination.
    Goto Component Overview -> Select the Component ->Edit ->insert->batch split (CO02)
    Now u can enter Batch and qty manually.
    Pradeep
    Edited by: Pradeep Kumar on May 23, 2008 9:24 AM

  • Batch determination in production order automatically for component

    Hi Experts
    Please understand the scenario and conclude the results
    Few of RM is having Batch management where Stock are lying into different production shop floor location XXXX and those RM is used into one production order of Finished Goods where System will not picking batch into production order , that we are putting by checking availability and than putting correct Shop floor Storage location and correct Batch in which stock is lying.
    now the above activity i want to perform through automatic batch determination which will system pick by default in which stock is exist in shop floor location. please suggest me step by step procedures for the same. few idea i have but i need clear guidelines....
    Thanks in advance..
    Pankaj Agarwal

    Pankaj,
    You can define the production storage location in BOM component details under Status/Lng Text or in MRP2  production storage location so that system will do the reservation by default for this production storage location and also good issue will be from same storage location.
    Against this reservation you can transfer the stock from stores to shopfloor.
    Check below SAP note for more information
      137225 - Prod. order: Issuing storage location for component
    Br
    KK

  • BAPI for the transaction VCH1 and VCH2 (Batch Search strategy)

    Hi Experts,
    I need to create a new condition record or change a condition records using the transactions VCH1 and VCH2 respectively.
    But BDC recording should not be used at any cost (acc to Client).
    So next go for me is to search for a BAPI or any Function modules..
    Can anyone please help me in this regard.....
    Has anyone worked with this transactions before...
    waiting for the replys
    Rajiv

    Hi Rajiv,
    I have a similar requirement as yours. Could you please let me know if you found any function modules or bapi's to create batch search strategy.
    Thanks in advance.
    Manohar Dubbaka.

  • Batches not getting  for order components at time of order creation

    Hi Folks,
    My requirement is that when I create a production order and save automatic batch determination should take place for all components. For this I have done all the settings for eg
    1) Assigment of batch search proceduree to order type
    2) Define batch search strategy,procedure , condition , access sequence
    3) Create batch strategy record for order type/ plant/component by COB1
    4) Create sort rule and assign to batch strategy record
    5) Batch classification is there and value of the sort chracteristic is populated in all batches
    6) There is enough available stock in the batch at that storage location
    But batch field is not getting populated .. Even if I press the batch determintion button manually
    on the component overview screen batch selection screen is appearing but no batches are getting determined for selection .I have checked the selection criteria and it is correct and I was expecting batch 'ZSWETA' to b determined as it is satisfying the selection criteria. I am really wondering why this is happening as I have done all the required config settings but batch determination is not happening..
    Can you please help me out of this...
    Regards
    Suchandra

    Hi,
    kindly check the following things-:
    Material master -: Purchasing View tick in check box of Batch Management
                               MRP 2 -:Batch Entry(Select 3-Auto Batch entry on Release)
                              Work Scheduling -: Batch Entry & Batch Management.
    hope it will help you to get the auto Batch Number.
    Regards,
    Mukesh

  • Batch Search strategy -"No search Strategy could be found "

    Hi
    I have a typical problem while perfoming GI through pick list (co27).I have given the Production Order No and standard pick profile (00002) , it was taking me to batch determination .While clicking on the batch detemination , it is giving me the above massages : No search Strategy could be found .When I am exploring  in the "Strategy Information " , it is not showing me any Sort Rule " SORT_BY_Batch" .I want this to be populated by defauly while clikcing on the Strategy Info.
    Can any body give an idea .
    Regards
    Jia

    Hi Jiaul,
    I got your problem.
    U r tyring to do batch determination for pick list. But u have defined the batch search strategy in COB1 which is for batch determination for process orders ( in component overview).
    U need to create the search strategy using MBC1 (use strategy type ME01 , Plant, material, mvmnt type). This triggers the batch determination in inventory management, which is ur requirement.
    Maintain the search strategy for thsi combination ( give the movement type ( for ex. 261) which will be used while u execute the pick list)
    Please get back after trying out this.
    Thanks & regards
    Mahesh
    Edited by: Mahesh Babu MG on Jan 30, 2008 10:00 PM

Maybe you are looking for

  • Font color issue with inserted HTML content in JTextPane (HTMLEditor)

    Hi everyone, I have a very serious issue with the HTMLEditor I'm developping. This editor is a little bit special since it is intended to edit blocks of HTML content that are loaded when the editor is initialized. You can in fact decide to keep this

  • Missing option button in Safari browser

    How can I get the options button back in the Safari browser?

  • HT2736 How to claim the gift card (HELP!!!)

    Tell me how to accept the gift woucher which was sent from other iphone . i got £10 gift from my mom but i havent got an email nor my mom , but the gift was confirmed as sent . I tryed to buy an app  from appstore but i end up spending £7 from my car

  • ¿Version de prueba Adobe CS5 Design Premium en Español?

    Hola a todos Tengo una pregunta sencilla. Ya para estas fechas han salido las versiones de prueba de los programas de la CS5 en la mayoría de idiomas, pero para la versión de la Design Premium no ha salido aún. He estado revisando y sólo aparecen par

  • Short dump because of start routine.

    Hi , I have a start routine to delete the certain records of Source package based on some condition . My code is supposed to delete the source package when the 0DOC_CATEG ( Documant category ) is equal to 'B' or 'G'.Below is my code :     LOOP AT SOU