Reference MIC require to be use for Multiple Plants

Hi All,
I have created 2 characteristics and asigned it to one class hence with reference of that i have created MICs for Plant X.
Accordingly i have assinged those MICs to inspection plan which are cretaed for Plant X.
After get done result recording and UD , values get copied to batch classification and its working fine.
Now the problem is that perticular class we are using for another class also (i.e Plant : Y) , because same process is happening in Plant X as well as in Plant Y.
I have created new inpection plan for Plant Y also sepratly and Material assignment also done.
For Plant Y , this scenario not working , results not gets copied to batch classification
As per starndard i can create only 1 MIC against 1 Reference.
Please advise how same refernce MIC would be work for another plant (i.e Y).
Thanks,
Abhishek

Hi,
MICs are generally created for one plant but they can be used in inspection plans of different plants. I don't understand where is the gap in this discussion. Pl share if I missed out something.
Second view could be like this. You have a MIC, let say Quality, which is used in both plants but you want it to get linked with different characteristics (Char 1 for X and Char 2 for Y). If that's the scenario, then yes, you would need to create this MIC for Y also and link with second characteristics.
Frankly saying, I couldn't understand the real issue here. Is master data the issue or updating of batch master ??
Also check the following path
QCC0>Basic settings> Maintain setting at plant level> Choose Plant Y> InsLot Completion. Make sure Batch valuation is set on.
Additionally, Pl rephrase the following statement,
Now the problem is that perticular class we are using for another class also (i.e Plant : Y)
ntn

Similar Messages

  • Creating Authorization for multiple plants

    Hi,
    I have one requirement that, Creating Authorization for multiple plants
    SELECT-OPTIONS:    s_werks FOR mseg-werks.
        AUTHORITY-CHECK OBJECT 'M_MSEG_WMB' 
               ID 'ACTVT' FIELD '03'
               ID 'WERKS' FIELD s_werks.
    1. If have no of plants in s_werks then how to authorize the plants?
    2.if i dont enter any plant in my selection screen how to authorize that?
    3. if i have 5 plant only then how i can authorize those perticular plants only?
    Thanks in advance,
    Thanks,
    DP.

    S_WERKS is not a field; it's a set of fields.  Use simple ABAP to select your plants and loop at the selection(s) to check...

  • Creating a PO Using BAPI For Multiple PLants Or Multiple Line Items

    Hi All
        Can you please suggest me how to create a Purchase Order Using BAPI_PO_Create1 for Multiple Plants Or for Multiple Line items. The Requirement is like the PO is for single material for single vendor but for mulple stores i.e plants
    NOte:  Suggest me the  Creation of PO for MUltiple Line items or for multiple plants Using BAPI . Hope you people will give me the needful.
    Regards
    Shivakumar Bandari

    Hi,
    Here is the sample code to do that...
    *---> po header data
      wa_poheader-vendor    =  your vendor..
      wa_poheader-doc_type  =  Your doc type..check with Functional contact....
      wa_poheader-purch_org =  Purchasing Org..
      wa_poheader-pur_group =  Purchasing Group
    *---> po header data (change toolbar)
      wa_poheaderx-vendor    =  'X'.
      wa_poheaderx-doc_type  =  'X'.
      wa_poheaderx-purch_org =  'X'.
      wa_poheaderx-pur_group =  'X'.
    *---> poitem data
    data: item like ekpo-ebelp.
    item = '0010'.
    loop at t_parts.
      it_poitem-po_item  =  '00010'.
      IT_POITEM-PLANT    =  Plant..
      IT_POITEM-STGE_LOC =  Sloc...
    *---> poitemx (item data change toolbar)
      it_poitemx-po_item  =  '0010'.
      it_poitemx-po_itemx  =  'X'.
      IT_POITEMX-PLANT    =  'X'.
      IT_POITEMX-STGE_LOC =  'X'.
    *---> add record's to internal table
      APPEND:  it_poitem,
             it_poitemx.
    endloop.
    *call bapi_po_create1
      CLEAR v_ebeln.
      CALL FUNCTION 'BAPI_PO_CREATE1'
        EXPORTING
          poheader         = wa_poheader
          poheaderx        = wa_poheaderx
        IMPORTING
          exppurchaseorder = v_ebeln
        TABLES
          return           = it_return
          poitem           = it_poitem
          poitemx          = it_poitemx.
    *---> check the return table for error message
      READ TABLE it_return WITH KEY type = 'E'.
      IF sy-subrc NE 0.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = 'X'.
      endif.
    Thanks,
    Murali

  • Time Capsule only works for one device at a time, how to make it capable to be used for multiple devices at times

    Time Capsule only works for one device at a time, how to make it capable to be used for multiple devices at times.
    Please help to set it up, thanks in advance

    You need to give more info..
    Firstly only works for what.. networking.. backup.. wireless. You need more nouns.. more adjectives... describe what you want and what fails.. then we can figure out why.
    Most likely you have bridged it when it should be in router mode..
    Most likely you are using Lion or ML which has the airport utility bridge the TC by default.
    Change it to working as a router. That might help.
    If you press reset button it will default back to router btw.
    If you are on Lion.. use a real utility. http://support.apple.com/kb/DL1547

  • How do I  save and re-use a fillable form once I have created it? It is a form i will use for multiple medcial clients I see, then print out and put in paper chart, and then do it again for another patient. - I just got Acrobat XI

    I've created a fillable form from a Word document, but how do I save and re-use a a fillable form once I have created it? It is a form I will use for multiple medical patients, printing out the filled in form to put in paper chart (no need to save filled out form), and then fill blank form again for another patient? - I just got acrobat X

    Thanks!
    That should also save the blank form for future re-use, right.?
    Can I also file the blank form in the file system, and then retrieve it as a blank form when I have a next patient need for it?
    Thanks
    Michael

  • EXIT_SAPLV50E_001 User Exit is not working for multiple plants case

    Hi,
    I have to update foreign trade data in Invoice during invoice creation using VF11. For that, I have written code in EXIT_SAPLV50E_001 and updated segal value. This functionality is working fine, if I have a single plant in an invoice. But customer has scenario where they can have multipl plants in an invoice.
    For multiple plants in an invoice, this EXIT_SAPLV50E_001 is not called.
    I am unable to find another better place where in I could place my code. Please help. Remember, case in multiple plants.
    Will be rewarded.
    Regards
    Arpit

    Hi Arpit,
                   Please use below mentioned user exit in T-code VF11
    he following user exits are available for tcode VF11
    Exit Name           Description
    SDVFX001            User exit header line in delivery to accounting
    SDVFX002            User exit for A/R line in transfer to accounting
    SDVFX003            User exit cash clearing in transfer to accounting
    SDVFX004            User exit G/L line in transfer to accounting
    SDVFX005            User exit reserves in transfer to accounting
    SDVFX006            User exit tax line in transfer to accounting
    SDVFX007            User exit: Billing plan during transfer to Accounting
    SDVFX008            User exit: Processing of transfer structures SD-FI
    SDVFX009            Billing doc. processing KIDONO (payment reference number)
    SDVFX010            User exit item table for the customer lines
    SDVFX011            Userexit for the komkcv- and kompcv-structures
    V05I0001            User exits for billing index
    V05N0001            User Exits for Printing Billing Docs. using POR Procedure
    V60A0001            Customer functions in the billing document
    V60P0001            Data provision for additional fields for display in lists
    V61A0001            Customer enhancement: Pricing
    J_3RSINV            Customer enhancement: Pricing
    or You can use BADI
    BADI_SD_SALES_BASIC
    BADI_SD_TO_FM
    BADI_SD_BILLING
    Regards,
        Thangam.P

  • Release strategy is not getting Trigerred for Multiple Plants in PO.

    Dear gurus,
    I have a Release strategy which is working Fine when I create a PO with Same Plant in line items.
    But My release strategy is not getting trigerred when I have Different Plants in Line items.
    I have Maintained all the Plants in the characteristic Values of Plant.
    Why does the RS work for Single Plant & doesn't work for Multiple Plants in the same PO.
    Is there any SAP Note applicable to this? Pl Suggest.
    Thanks guys
    SN

    i got your point but i will again say the same thing that for item level field system is not  able to block the po if there are multiple line item in RS and that too with different values against same char as system picks only 1 value and it sends that value in RS to cross check wheteher this po needs to be blocked or not .
    now in your case system is getting multiple values against 1 field that is plant so now system is not able to send 1 in backend and hence it sends blank value in back end so system dosent blocks the po
    even if you use material group or any other item level field system is going to behave that way only that is it will not be blocking the po

  • Single Subcon Vendor for multiple Plants - CTM

    Dear friends,
    We are planning some materials with Subcontracting scenario using CTM
    Facing issue when same vendor is executing sub-con process of same material for multiple plants
    Total demand of lower level material is flowing to a single plant instead of flowing to the corresponding multiple plants
    Because of which excess planning is happening in one unit & no planning is occuring at other units which is leading to a mess
    In library, it is provided to proceed with 1050 Location type but not clear on how to proceed further
    Kindly guide on this
    Regards,
    Antony

    Hi,
    Now Planning has to happen at dummy location of type 1050 and not at 1011 to transfer demand to correct plant.
    Please check following-:
    1. If you are using PPm create product in new location of type 1050.
    2. Also check whether Tlane is created for components from plant to this new location.
    3. Suggest to retransfer all master data including your subcontracting inforecord post creation of location of type 1050.
    If you are using PDS product should get created in new location automaticaly.
    Regards,
    Santosh

  • Is ATP for Multiple Plants possible????

    Hi Gurus,
    I have requirement like this
    we are having two SAP Systems in one Sales order is raised.. and tha will pass to 2nd system with ALE. in Second system actual Availability Check will run for the plant given in the line item of sale order.
    but in second system there will be 6 plants containing the same material. here my requirement is system has to check all the stock lying in all the plans at it need to propose the plant at line item level in sales order.
    I know that Avail.Check will run for single plant. Is there any way to run this for multiple plants. at present user is changeing sales order and splitting line item into 6 line Items and performing Availability check based on that he is abelt find the in which plant stock is availble it become cumbersome process.
    is any User Exit can we give multiple plants for checking Stocks???.
    if End User is doing any mistake in doing Avail.Check it leads to Dead Stock.
    please provide your Inputs on this
    -Pradeep

    BC,
    Well, I will assume that you have been diligent and have already determined that the material masters are comparable between your qual system and your production system (I don't know what pre-production means).
    First thing I would check would be the differences between qual and prod in availability check configuration.  OVZ2.  Look especially at the 'accumul' settings.  Actually, any difference between qual and prod should be reviewed.  Differences are a no-no!
    Best Regards,
    DB49

  • Release Streatgy for multiple plants

    Hi All,
    I have one PO with multiple Item having different Plants.
    For Each plant i have a release streatgy with different release codes for each plant and in release streatgy  i put characterstics like
    1. Plant
    2. Value
    3. Purchase Organisation
    4. Document Type.
    Now my Question is that when i use mutliple plants for different line items of one PO.
    How will my release streagty will work ? and how it should be configured ?
    Regards,
    Pardeep Malik

    Hi,
    Your Release strategy will not work.
    In you want to get the release strategy for multiple plant then you have to define another strategy in OMGS u2013 say 01 u2013 07  as Multiple plant  and for that  strategy in CL24n mating all the characteristics  and donu2019t maintain any value for your characteristics plant and then check.
    Try it its very helpful

  • Single inspection lot for multiple plant

    Dear Experts,
    I am from pharma industry, my requirement is, there is any possibility to create single inspection lot
    for multiple plant.
    please guide.
    Thanks in advance.
    Yuvraj S. Dhotre

    Don't open multiple threads for same query. It makes the solutions to be scattered.

  • CS15 for multiple plants

    Hi
    Please inform, How to get report similar to  CS15 output for multiple plants?

    Hi Bhurke,
    If you want to search Material Where-used list for multiple plants, then in CS15 first screen enter where used material number and in second screen under Plant give * ( Star symbol) and execute. System will display the Material where used details across multiple plants.
    Thanks & Regards,
    Ramagiri

  • MB56 - For multiple plants

    Hi All
    My requirement is to make MB56 run for multiple plants and plant should not be a mandatory field as currently is in MB56.
    Kindly let me know if there is any way i can do it.
    Thanks and Regards
    Shilpa

    As this tcode is an Module pool.. so the only way to do is.. copy these 2 programs RVBBWULS and RVBBWULS0100 to ZRVBBWULS and ZRVBBWULS0100. the Rest of the programs in this need to be the same (don't copy the other's)  now go head & comment the line of PA_WERKS
    as below..
    PARAMETERS: pa_matnr LIKE mcha-matnr    MEMORY ID mat.
               pa_werks LIKE mcha-werks    MEMORY ID wrk.
    select-options   pa_werks LIKE mcha-werks    MEMORY ID wrk.
    I think this might work...

  • Product Costing Period end processing - for multiple plants at a time

    Hello SAP gurus,
    Does any one knows how to handle the Product Costing Period End operations like WIP calculation, Variant calculation and Settlements for multiple plants (but not all). Even if knows how to do it as a period end batch job, that would be nice.
    I know that we can handle this with Closing Cockpit.  But i am looking for anything other than Closing Cockpit
    Thanks in advance
    Surya

    Hi
    Apart from CO Closing cockpit, you can use the following programs to schedule the background jobs
    T codes   -              Program names
    CPTD    -                   RKWTP_CPTD
    KKS1    -                  RKKKS1N0
    CON2    -                  RKAZCON2
    KKAO   -                 SAPKKA07
    CO88    -                 RKO7CO88
    Regards
    Ajay M

  • MRP Run for Multiple plants

    Hi Guys:
    IN SAP R/3
    My client has requirement to merge planning of material for multiple plants and run the MRP under one head plant.
    For example:
    Plant : 1000, 1001, 1002, where plant 1000 is a head plant who had authorization to perform MRP run.
    if I run MRP Sepeartely:Each plant has below requirement for one material number (M1)
    Plant 1000 : 3 EA
    Plant 1001 : 2 EA
    Plant 1002 : 5 EA
    Instead of running MRP per plant, my client needs to run MRP for multiple Plants  that Consolidate  total requirement for all plants.
    and generate PR--->PO , In the PO, M1 should be delivered to 3 different plant locations by vendor and Po Will be issued from Head Plant 1000?
    Is there any Report in SAP , Where MRP Controller can See Requirements from Different Plants @ Central Purchasing  level after one Multi Plant MRP run, So that he can decide on how much to allocate to each plant?
    Thanks for help
    Thanks
    Sweth

    Hi,
    If u want to perform the MRP in one plant for all the plant requirement is depends on the bussiness process.
    You can try the following scenario:
       Planning in one plant nd production in other plant - Respective master data and special procurement have to maintain.For 
    further clarity please follow the below link
    http://help.sap.com/saphelp_46c/helpdata/en/f4/7d3f9344af11d182b40000e829fbfe/frameset.htm.
    We can evaluate the PR and PO by providing the authorisation object for the multiple plant to the respective users.
    Revert me back in case of clarification.
    Thanks
    P.Srinivasan

Maybe you are looking for

  • Hp ENVY 5660 won't feed from the 4x6 tray!

    Just set up the new wireless printer and all communications are working well, but.....when attempting to print 4x6 photo's, it won't select the 4x6 photo paper tray. Both the regular paper and the 4x6 photo paper trays are filled, but not over full.W

  • How do I install office 2013 on my iMac via windows 8.1 parallels 9?

    I recently bought a copy of Windows 8.1, Microsoft Office 2013 and Parallels Desktop 9 for Mac. I wanted to install a Windows partition on my Mac so that I could run MS Office 2013 on a virtual machine. I set up the VM, and everything was looking fin

  • Can I export clips with the poster frame already set?

    Does anyone know how to do this? - I want to set custom poster frames in FCP and have them remain as the set poster frames in the mov clips that I export so I don't have to open the individual clips in QuickTime and re-set the poster frames from ther

  • Agent log errors

    Hello Everyone, I see the below in our OMS emagent.trc file. Is this already known bug? or something that can be ignored. Can ayone please let us know.. DB version : 10.2.0.4 2013-03-10 03:00:03,502 Thread-4087962528 WARN scheduler: New time is lot n

  • Service Contracts Coverage Templates.

    Hi , In coverage template block(Coverage block of form oksaucvt) from which table coverage name,coverage description and transfer fileds are coming up. Please reply. Thanks!...