Way to find BOM for particular material...

Hi,
Can anybody tell me the way to find which plants have BOM for any particular material (Is there any table?).
Generally I used CS03 to see the availability of BOM for individual plants.
Please advice.
-Deven

Dear,
Please try SE16+MAST to check the BOM.
Use CS15 where use list plant wise also help you.
simplest way is
just goto transaction MM03
select the search criteria for the material - "Material by bill of material"
enter the plant,
BOm usage (if you want to restrict)
Hope it will help you.
Regards,
R.Brahmankar

Similar Messages

  • Table to see all screens for particular material, plant combination

    Hi,
    Anyone can help me to in which table i can find all screens(like basic data,purchasing..etc) for particular material, plant combination?
    Regards,
    Praba

    Look into field PSTAT in table MARA, this should tell you in general which views are created.
    Each characters represents a view.
    which character is for vwhich view can be obtained in MM50, hit F4 for the field maintenance status.
    A different view on the same kind of information is with SE16 for table MSTA

  • Issue to make mandatory field(SELD/BBD and Date of manufactor)in migo for particular Material type and material Number starting with'1' series.

    Hi friend,
    i have issue regarding mandatory  self life field (SELD/BBD and Date of manufactor)in migo for Batch Tab for particular Material start with '1' Series and material type.
    i want to make mandatory above field during GR from migo..any one let me know exit or badi for that to full fill this goal..
    Regard's,
    shaikh Khalid.

    Hi Shaikh
    First of all Thread is not closed seconldy as a good practice if you have resolved your issue kindly document it here so that it may help someone in future
    Nabheet

  • Is it possible to create a BOM  for ROH material for Subcontracting

    Dear Guru's
    As per my knowledge BOM is needed only for HALB & FERT material even if for subcontracting purpose. So is it possible to create a BOM for ROH material for Subcontracting?. Pls help me to get a soln ?
    Regards
    Ragesh

    Ragesh,
    When you are subcontracting the material, the Std SAP says that the material type should be HALB and not ROH.
    But if client requires for any reason that the material should be ROH only, there is no problem in chaning the settings.
    Sumeet

  • I want to create stock for particular material in r3 system to check different availabilty checks it triggers

    I want to create stock for particular material in r3 system to check different availabilty checks it triggers like one time delivery ,and delivery proposal (partial delivery) please help me to get these .

    you can use MB1C with movement type 501

  • Blocking storage location for particular material

    All SAP Gurus,
    Can we block the storege location for particular material.
    Regards,

    Block Storage Location from further posting
       You can block the storage location of a material without affecting the rest of the location using the same material.
        Create a Physical Inventory document for the storage location with transaction MI01
        Select the Posting Block checkbox.
        This would prevent transactions from occuring until you either post or delete the physical inventory document.
        (There are no impact, unless you do a post difference for the physical inventory document.)

  • Bill of Material (BOM) for any Material

    Dear all,
    I want to fetch the BOM Components for any material.
    can any body tell me the Flow of tables with link between them for finding the bom.
    Thans in advance
    Regards,
    Anshuman

    Use the FM
    CS_BOM_EXPL_MAT_V2 (BOM explosion for material) or
    CS_BOM_EXPLOSION (General BOM explosion)
    Hope this helps!!
    Regards,
    Prashant

  • Report showing vendors for particular material groups

    I am trying to perform an analysis to determine vendors which have procured items for specific material groups.  I have 64 different material groups which represent indirect materials and I want to be able to determine what vendors have been procuring these materials.  I have run transaction ME2C to examine purchasing documents, however there is way too much information and the system cannot generate the list.
    I was curious if there was some aggregate report that I could use in the Logistics Information System.  I know the Purchasing Information System has Standard Analysis for Material Groups, however I have to drill down to each Material Group and change the breakdown by Vendor to get the list and this can be somewhat time consuming considering I will have to do this 64 times.
    Any suggestions would be appreciated.
    Thanks,
    Don

    use transaction MC$<
    execute the selection
    in the report choose from menu settings > characteristics display
    and select either Key or Key and description
    then choose from menu  Material group analysis > Export > transfer to XXL

  • Outbound delivery allows only the unrestricted stock for particular material and plant

    Hi,
    In STO I have an problem the outbound delivery creations allows all stocks under unrestricted, Quality inspection, Block stock.
    I want the outbound delivery creation of a particular material and  plant it allows only the stock under the unrestricted only. It doesn't allows the stocks under the Quality inspection and Block stocks.
    I need to know how to configure this or how to solve my requirements.
    Regards,
    Ramesh N

    Dear Mohammed ,
    as per your scenario , there is two movement type has to trigger in the Delivery level according to the plant and material combination .
    as per my knowledge it will not configurable in standard process . this will possible with user exit logic only .
    follow the below logic to achieve your issue .
    you have to create two item categories and two schedule lines with (655 &653) , that means your movement type has to trigger at sales order level only . write a logic in the user exit - MV45AFZZ -USEREXIT_MOVE_FIELD_TO_VBAP , if this combination matches then automatically item category has to over write other wise it will copy the existing item category .at delivery level you can see two movement types in item level.
    wait for other experts solution , if any standard is possible or not  .
    Regards,
    C.B Reddy.

  • How to Find Vendor for the material  before posting  a PO

    Hi,
    I am using BAPI_PO_CREATE1 to post a PO(ME21N), in the order to fill header data I need to give Vendor information. I have filled that data with one ZTable and executed. When i executed the BAPI, it gave me result as "VENDOR is declared as some thing else for the material". Now my Query is how to know the vendor the particular material.
    Even MSEG is showing no vendor.

    Hello Krishna,
    I do not think there's any direct assignment between a material and a vendor. And I would be surprised if there's one. Let's say there are 4000 materials and 600 vendors in an R/3 System. Doesn't it sound needless to maintain for each material all the vendors ?
    Just go to the Purchasing tab for a material (MM03) and also refer to the Purchasing data for a Vendor (XK03). you will see that there's something called a <i>Purchasing Group</i>, which is common to them both. Now just read the F1 help for this field.
    Regards,
    Anand Mandalika.

  • How to find userexit for a material to be locked

    Dear Expertise,
    Good Day.
    I have to find out a userexit for a material which will be locked after a sales order is created related to that material. i,e a material will be locked when a sales order is created related to that material.
    Can anyone help me out to solve this issue .
    Thanks,
    Tripod.

    Hi,
    To find any exit for any transaction follow the following procedure
    Goto SE24
    Give CLASS name as CL_EXITHANDLER , and go to the method GET_INSTANCE
    and put the break point on
    CALL METHOD cl_exithandler=>get_class_name_by_interface
        EXPORTING
          instance                      = instance
        IMPORTING
          class_name                    = class_name
        CHANGING
          exit_name                     = exit_name
        EXCEPTIONS
          no_reference                  = 1
          no_interface_reference        = 2
          no_exit_interface             = 3
          data_incons_in_exit_managem   = 4
          class_not_implement_interface = 5
          OTHERS                        = 6.
    and see the exit_name on dedug time, you can get all the exitnames.
    Regards
    Ramesh

  • Block Storage location for particular material

    Hi,
    We gave defined storage location for finished product as follows>
    1050 - 2-8°
    1040 - RT
    When I have created one material, wrongly i have created it in 1050 instead of 1040.
    Then i have extend that material to 1040. Now that material is showing both storage locations.
    Is it possible to block storage location 1050 for this material only?
    Because of both SLOC thre are chaces of wrong receipt in 1050.
    Pl. help me to solve this problem.
    Gkude

    Dear Mr. Kunal,
    I have flagged storage location for deletion but till for this storage location system allows receipt also system allows stk. transfer in this location.
    Pl. help me so that storage location is permanently deleted from the material or system not allow for GR.
    Hope for your reply.
    Gkude

  • Is there a way to find version for customizing objects?

    hi
    Since we dont have version management for customizing objects like we have for programs or r/3 repository is there a way or some uitlity to find the version of customizing objects?
    ~Suresh

    Hi
       SAP default will provide Version Management na.
    go to se 38 -> ur program -> Utilities -> version management.
    Otherwise VSS(Visual Source Save ) is a tool used for version management.
    Check for VSS whether it is there in your company.
    Regards,
    kumar

  • Information message in BDC BOM for bulk material

    Hello,
    I am worrking on the BDC with "CS01" ( BOM creation ). If the componant is bulk material the system will give the Information messsage, which stops the BOM creation.
    I tried to code an extra "Enter" if the material is Bulk material but it is not working.
    Please suggest.
    Thanks,
    Kunal.

    this regd a configuration error u need to take help from functional persons.
    Madhavi

  • Exact Material document for particular material with serial number

    Hi,
    One serial number is assigned to material
    and this matreial is having more than one material document numbers. How do i know exact material document assigned for material and serial number combination.

    Try MASE. it hold the last serial number.

Maybe you are looking for