Equipment floc bom

Hello Gurus,
In our legacy system....we have lot of sub levels going on and on from the higher level
ex ab-225 treating this as a equipment in legacy and it has 10 sub components listed and each sub component
has again sub levels of spare parts.we were wondering in SAP if we can keep ab-225 as floc and sub components as equipemen and sub leves as equipment bom but again it got another sub levels.I thought of treating those sub levels as material bom but again material bom can be connected only to material not to the equipment bom if I am not wrong.I also really dont whether we can treat the spare part as a equipment or not.
this is the flow in legacy and wondering how we can handle in sap
main equipment ab-225 - I am planning to keep this as a floc
Components
1. 17546                   --- equipment
        - 345                 -  eq.bom   
             -- 33             -
  ??? how do i handle this level ?
             -- 67             -
???? how do i handle this level ?
        - 567                --- eq.bom
2. 45768        - equipment
3. 57688        - equipment
        -123         - eq.bom
         -897       ---eq.bom
Pls help
Regards,
Mahee

Hi Maheeee,
    You can use the concept of Installed Base.
http://help.sap.com/erp2005_ehp_04/helpdata/EN/19/db7cd6d82c11d19ddf0000e8323350/frameset.htm
regards,
Maheswaran.

Similar Messages

  • Equipment/ Assembly BOM in Task list

    Dear All,
    Can we assign Equipment and/or Assembly BOM in Task Lists ?
    If Yes, How ?
    Thanks and Regards

    Hi Anil,
    If you want to include all material from equipment BOM, first you have to create the equipment/general task list where all that material (equipment BOM) included. When you create the new Maintenance Order, you just need to call that equipment/general task list. It will automatically adding all the material that you've already mention in the task list.
    From my point of view, BOM for maintenance is different with BOM for production. BOM for production can be explode in Production Order and automatically include all the material to Production Order. As for maintenance BOM, it only for structuring the technical objects or you can use it for material cataloging when you create Maintenance Order.
    Hope my answer can help you.
    Regards,
    Jefri Novianto
    Edited by: Jefri Novianto on Dec 19, 2011 10:30 AM

  • Table for Sales datas assinged to Equip/Floc

    Hi
          I need a table for Sales datas like sales org,distribution channel,divition,sales office,sales group assigned to equipment master,
    Points assured
    Thanks
    Seenu

    hi seenu
    yes you are wright the sales organisation, DC,Divison is strored under the ILOA table only , since in equipment its being picked from the view table,you can interrelate with FL and equipment
    regards
    thyagarajan

  • Error while creating equipment BOM (IB01)

    hi guys,
    while creating equipment BOM (IB01) i am getting this error, while adding components.
    'Material type NLAG cannot be used with item category (plant 1000)'.
    regards
    chinta

    HI Chinta,
                                   I understood ur problem IB01-give the equipment number which is generated by the system and give plant name in which you have created the equipment and bom usage as 4 (plant maintenance) and press enter.
    Then you will get the components list give the description,quantity and item category as:
               as you gave it as L it is throwing an error give it as N(Non stock item), then you wont get the error.while selecting the item cat. you will get differnet components and you select the appropriate one based on you equipment.Hope you issue is resolved.
    Regards,
    Bharat

  • BOM for consume, PR agnst the equip?

    Dear
    The equip BOM materails which is created by us for 1 equipment. Example Equip: pump
    Bom are : Casing, Bearings, Gland rope etc
    after some days the same equip needs a materials. for this we have created the orders and we need the bearing agst that. i would like to assign the component thro bom searching agst this equip. But iam not finding the way .
    Also while Pr creation agst this equipment how i can go and create the spares for this?
    Where we can cross check the spares availablity for this equip.which level Bom using for pm Parts except the maintenance processing creation, technical analysis?
    Thenna

    Thanks dear
    In reservation points its ok. What abt the PR creation outside of the Pm order it means direct for our equip.
    Where i can monitor the spares available against equipment in simple one step
    Thenna

  • PM - Equipment BOM VS Maintenance Bills of Material

    Hi,
    In Materials planning,  Using maintenance bills of material have  advantage , know that there's Equipment BOMs
    & Functional location BOMs.
    When & How to use the Functional Location BOM ?
    When & How to use Equipment BO?
    Can we use normal production BOM (CS01) replace all this equipment BOM / FL BOM?
    TQ.

    Hi,
    Production BOM will have the Materials in Header as well as in Item level. Even BOM usage will be defined as Production.
    In Equipment / FL BOM, BOM will be created against the Technical Objects. These BOMs will be used in Maintenance Orders. In these BOMs, components of the Equipments (For example, equipment will be motor. Components may be capacitor, rotor, casing, etc.,) will be mentioned with the qty.
    Based on the type of motor, components can be different type. So BOMs will be maintained by the MDM people. Maintenance Planner will create the Maintenance Order & BOM will enable him to select the right component (There may be different type of rotors in Material Master, but based on Motor type, rotor should be selected in Maintenance Order).
    As Maintenance Planner will not aware of the type of component, BOM will help him to select the right component.
    Regards,
    Maheswaran.

  • Table to find BOM valid-till-date

    Hi Friends,
      I have to check the vality of BOM components,  through transaction CS03 i could able to see the Valid-till-date and i need to check the same in my code.
    Looked into following tables, thre is a field valid-from-date(DATUV) but i'm not getting field Valied-to-date(DATUB).
    MAST Material to BOM Link
    EQST Equipment to BOM Link
    STAS BOMs header
    STKO BOM header
    STPN BOM follow-Up control
    STPO BOM item
    STPU BOM sub-item
    STST Standard BOM link
    STVB Bills of material - Serialisation of posting
    STZU Permanent BOM data
    Can any one please help me.
    Thanks in advance.
    /Kiran

    Hi kiran,
    I think the Valid-to-date is in table AEEF-DATE_HI which can be linked with the BOM Header table STKO by field AENNR. Try this.
    Otherwise you can also get the Date using the FM CS_BOM_EXPLOSION....
    Use it as follows;
    CALL FUNCTION 'CS_BOM_EXPLOSION'
    EXPORTING
    AUMNG = 0
    CAPID = ' '
    DATUV = DATVAL "valid-from date
    EHNDL = '1'
    MKTLS = 'X'
    MEHRS = 'X'
    MMORY = '1'
    MTNRV = MATNR
    STLAL = LAL "like mast-stlal default '1'
    STLAN = LAN "like mast-stlan default '2'
    SVWVO = 'X'
    VRSVO = 'X'
    WERKS = WERKS
    mmaps = 'X'
    IMPORTING
    TOPMAT = STARTMAT "includes structure CSTMAT
    TABLES
    STBD = TBD "includes structure CSXDOC
    STBE = TBE "includes structure CSXEQUI
    STBK = TBK "includes structure CSXKLA
    STBM = TBM "includes structure CSXMAT
    STBP = TBP "includes structure CSXGEN
    STBT = TBT "includes structure CSXTDL
    EXCEPTIONS
    ALT_NOT_FOUND = 1
    CALL_INVALID = 2
    MISSING_AUTHORIZATION = 3
    NO_BOM_FOUND = 4
    NO_PLANT_DATA = 5
    NO_SUITABLE_BOM_FOUND = 6
    OBJECT_NOT_FOUND = 7
    CONVERSION_ERROR = 8
    OTHERS = 9.
    After the function call you will get the Valid to Date(DATEUB) from table STBP.
    Hope this Helps you...
    Regards
    Karthik D

  • Equipment Components Cannibalization

    Hi All,
    My client is implementing an equipment cannibalization process wherein spare parts of an equipment on stand-by are removed and transferred to a similar component in need of that spare parts. They require a documentation of these movements since at times these equipment (the ones on stand by) are sold and buyers require a list of spare parts removed or defective parts (from the equipment that used the on stand-by equipment's spare parts) installed in these equipment.
    For example. Prime Mover A is on standby when Prime Mover B needed a transmission gear. Maintenance orders the removal of tranmission gear from Prime Mover A and the installation of the same to Prime Mover B. My client documents this manually right now and whats to put it in SAP. Showing the Equipment where the parts came from and where it will be installed.
    Can anyone help me figure out a standard way by which I can accomplish this requirement in SAP ECC 6 PM?  Im planning to make a new notification type but i cannot configure the view screens to contain the information of such movement.
    Thanks for the help.
    Andrew

    hi
    iam not sure ,you can use the IE4N T code for this, try to create equipment with BOM of required material with serial numbers ,so that you an trace back
    define the separate notification for this and assign in the IMG settings for installation and dismantle,hence when you do the install/dismantle/replace you can get the notification details.
    first dismantle the material with serial number
    then install to the respective FL or equipment
    regards
    thyagarajan

  • Report for equipment hierarchy using IH03

    In IH03 what is the significance of the fields display as graphic and Bom Application and Bom group?
    Edited by: Pallavi Kakoti on Jul 19, 2011 8:43 AM

    Click "As Graphic" if you want to display equipment in graphical hierarchy.
    BOM Application is used to display BOMs  of specific application area in the equipment hierarchy report .If you choose "INST" as BOM application then only plant maintenance BOMs will be display in the equipment hierarchy,
    BOMs can be defined for different application areas like plant maintenance ,production,costing etc
    Regards,
    Tehsin

  • Function Module for BOM

    Hi All..
    I want to know if there is any functional module in SAP which can gives Parent Material detail if I provide the child material number... (reverse to CS03)
    I tried in SE37 but I am not able to pick the exact one.
    Thanks & Regards,
    Srib K

    Hi,
    Check the below FM's:
    CS_BOM_EXPLOSION               General BOM explosion
    CS_BOM_EXPLOSION_EQUI  BOM explosion - initial screen: equipment
    CS_BOM_EXPLOSION_MAT    BOM explosion (old version);
    CS_BOM_EXPL_EQU_V2         BOM explosion for equipment
    CS_BOM_EXPL_KND_V1             BOM explosion for material
    CS_BOM_EXPL_MAT_V2             BOM explosion for material
    CS_BOM_EXPL_PSP_V1
    CS_BOM_EXPL_TPL_V1 BOM explosion for functional location
    Regards
    Kannaiah

  • Display of Alternative BOM in IH01 or IH05

    Hi,
    I have a requirement to see the alternatve BOM related to a material which inturn is attached to a Function Location BOM.e.g. FLoc is A, Floc BOM contains components A1, A2, A3 where component A3 has BOM 1 with component B1 and BOM 2 with component B2 attached to it. When I explore this FLOc BOM for A and i m drilling down to component A3 I can only see BOM 1 for this A3 where as I want to see BOM 2. Both the BOMs i.e. B1 and B2 are released, active in system and are defined for usage PLant

    Hi,
    I have a requirement to see the alternatve BOM related to a material which inturn is attached to a Function Location BOM.e.g. FLoc is A, Floc BOM contains components A1, A2, A3 where component A3 has BOM 1 with component B1 and BOM 2 with component B2 attached to it. When I explore this FLOc BOM for A and i m drilling down to component A3 I can only see BOM 1 for this A3 where as I want to see BOM 2. Both the BOMs i.e. B1 and B2 are released, active in system and are defined for usage Plant Maintenance.
    Thanks !!

  • MAM25 Equipment (de) installation to functional location

    Hi Guru's,
    We are trying to uninstall an equipment from a functional location and then reinstall the same equipment to another functional location, however this does not always work for us.(mam25_030)
    It seems to work, when the uninstall happens before the installation. It fails when installation happens before the uninstall. This is however dependend on the order on which the syncBO's are being handled, or so it seems.
    - Floc with synckey 1 - uninstall equipment
    - Floc with synckey 2 - install equipment
    this works
    But if the order is this:
    - Floc with synckey 2 - uninstall equipment
    - Floc with synckey 1 - install equipment
    Has anyone come across this feature, and/or has a solution for this. Is there a way to influence the order of the syncBO's?
    Thanks,
    Karst
    ps. Running on MAM25 SP15

    This can be achieved but obviously the equipment hierarchy would be disturbed because the equipment can either be installed on a functional location or a superior equipment not both the two. What you can do is the functional location for the superior equipment is to be extended so as to cover the subordinate equipments and obviously there would not be any direct link between the equipment and the superior equipment.
    Equipment: Recorder installed on FLoc: Plant-Recorder
    Equipment: Sensor installed on Floc:Plant-Recorder-Sensor
    that is how you can achieve it but the relationship between the equipment and superior equipment is to be compromised.
    Regards..

  • Equipment Extraction

    I have equipment with BOM (R3 transaction IB03), what is the table which stores this information.
    Is there a specific extractor for this type of extraction?
    Thanks

    Hi Niten,
    You can call the same FM in your generic extractor using function module.
    Give me your e-mail id , will forward you the documentation.
    Dont forget to assign the point if answer found to be useful.
    Regards
    Nimesh

  • Where-Used List for Assemblies

    Hi PM Experts,
    Can you tell me hw to see the Where-Used List for assemblies.I m using CS15 T-Code for the same,but the problem is that i can see only for one assembly not for multiple assemblies.what is t-code for multiple.
    Regards,
    Raju chauhan

    If I understand the question correctly, you want to search for multi-level assembiles (materials) with a BOM which is linked to and equipment or functional location e.g.
    Floc
    -> BOM
    --> Assembly 1
    ---> Assembly A
    ---> Assembly B
    > Assembly B1
    If so, then I don't theing there is a standard report to search for equip/floc by sub-assemblies
    PeteA

  • ALL THE TABLES IN PM

    I need <b>ALL</b> the tables that are available in <b>PLANT MAINTANENCE (PM) .</b>
    Thanks and Regards
    Ashok.N

    hi,
    this link contains all the PM tables..
    <a href="http://www.sapgenie.com/abap/tables_pm.htm">PM tables</a>
    AFAB Network - Relationships
    AFFH PRT assignment data for the work order
    AFFL Work order sequence
    AFFT Order - Process Instructions
    AFFV Order - Process Instruction Values
    AFFW Goods movements with errors from confirmations
    AFIH Maintenance order header
    AFKO Order header data PP orders
    AFPO Order item
    AFRC Incorrect cost calculations from confirmations
    AFRD Default values for collective confirmation
    AFRH Header information for confirmation pool
    AFRU Order completion confirmations
    AFRV Confirmations pool
    AFVC Operation within an order
    AFVU DB structure of the user fields of the operation
    AFVV DB structure of the quantities/dates/values in the operation
    AFWI Subsequently posted goods movements for confirmations
    AUFK Order master data
    AUFM Goods movements for order
    BGMK Master Warranty Header
    BGMP Master Warranty Item
    BGMS Master Warranty Text Item
    BGMT Master Warranty Text
    BGMZ Warranty Counter
    CRHD Work Center Header
    CRTX Text for the Work Center or Production Resource/Tool
    EQKT Equipment Short Texts
    EQST Equipment to BOM Link
    EQUI Equipment master data
    EQUZ Equipment time segment
    HIKO Order master data history
    IFLO Table generated for View IFLO
    IFLOT Functional Location (Table)
    IFLOTX Functional Location- Short Texts
    IHGNS Permit Segment for Plant Maintenance
    IHPA Plant Maintenance- Partners
    IHSG Object-Related Permits in Plant Maintenance
    ILOA PM Object Location and Account Assignment
    IMPTT Measuring Point (Table)
    IMRG Measurement Document
    KAKO Capacity Header Segment
    KONP Conditions (Item)
    KONV Conditions (Transaction Data)
    OBJK Plant Maintenance Object List
    QMEL Quality Notification
    QMFE Quality notification - items
    QMIH Quality message - maintenance data excerpt
    QMMA Quality notification - activities
    QMSM Quality notification - tasks
    QMUR Quality notification - causes
    T001 Company Codes
    T001L Storage Locations
    T001W Plants/Branches
    T077D Customer account groups
    T003O Order Types
    T352R Maintenance revisions
    T353I_T Maintenance activity type description
    T356 Priorities
    T357G Permits
    T357G_T Text for Table 357GT
    T370A Activity Category for PM Lists
    TINCT Customers- Incoterms- Texts
    TVKO Organizational Unit- Sales Organizations
    TVKOS Organizational Unit- Divisions per Sales Organization
    TVKOV Org. Unit- Distribution Channels per Sales Organization
    TVTA Organizational Unit- Sales Area(s)
    VIAUFKST Generated Table for View VIAUFKST
    kindly close your thread and reward hepful answers..
    regards
    satesh

Maybe you are looking for

  • ITunes.exe Error Message

    Grateful for any help advice out there. I am unable to copy songs for iTunes 6 to my iPod video, even though there is plenty of space left on the iPod. I can upload music from CDs to iTunes, but when I attempt to transfer them to the iPod nothing hap

  • How to install Windows 7 64 bit driver for Canon i9100 Printer?

    When I try to install my Canon i9100 printer on my HP laptop running Windows 7 Professional 64 bit, Windows cannot locate a driver.  Visiting the Canon website, I find an update module for the Windows driver.  Canon says the printer MUST be installed

  • Lost music..... replaced my ipod touch 2g for itouch 3g running iOS 5.1.1

    I replaced my ipod touch 2g for a 3g and update it to iOS 5.1.1. I had no problem updating but I also discovered I lost some of my music from reseting my computer. Is there a way I can get my music back? also is there a way I can get my third-party m

  • Creation of destination to SAP failed. Could not copy SAPOSS in SDCCN t-cod

    Hi experts, i am trying to generate rfc destination after entering SDCCN transaction when i click create destination to SAPNET R/3 Frontend getting an error as " Creation of destination to SAP failed. Could not copy SAPOSS" can any one explain how to

  • Open url in the same window.

    Hello, How can I open a new window (e.g. url to sap transaction) but in the same application window? I am using window manager in order to open the window but is there a function for opening the window not as external window? Thanks. Regards, Shimon.