Tcode for Equipment BOM list

Hello,
1. What is the Tcode to see Equipment  BOM list ?
2. How to see a particular ERSA material is used in how many Equipment BOM
Thanks
Prasad

As described above, there isn't a BOM list as such.
However, you could look at the Equipment BOM Logical Database (CEC) via TCode SE36
This Logical Database can also be used in TCode SQVI or SQ01
PeteA

Similar Messages

  • Bapi for Equipment BOM

    Is there any standard BAPI to create Equipment BOM? Tcode - IB01

    Hello,
    I use that bapi for create BOM but not equipement BOM.
    I find on forum, response wiche can help you :
    Equipment BOM Upload BAPI
    RFC / BAPI for Equipment BOM - IB01
    http://wiki.sdn.sap.com/wiki/display/ABAP/ECCstandardBatchInputprograms
    Thierry

  • How to Check LT check box in IA02 - for Long text for Equipment Task list operations

    Hi Experts,
    I am trying to upload text for Equipment task list,i am able to upload texts at header,but not for operations.
    At operations level - we have a check box LT which is grayed out - when am manually making an entry ( LT Check box -  is getting checked when am creating entry manually ) - after manual entry - when i tried uploading text is working fine.
    Can someone please tell me how to get the check box - checked - while saving text - using FM : SAVE_TEXT .
    Cheers,
    Rali K

    Try this:
    function findNodes(vNode){
         if (vNode.className === "field"){
              if (vNode.isPropertySpecified("name")===true){
                   var myStateName=new RegExp(vNode.name);
                   var returnValue = GFL.search(myStateName);
                   if (returnValue!=-1){
                        this.ui.oneOfChild.border.fill.color.value="192,192,192";
                        this.access="readOnly";
                   else{  
                        this.ui.oneOfChild.border.fill.color.value="255,255,255";//whatever colour is open access
                        this.access="open";
         for (var a=0;a<vNode.nodes.length;a++){
              findNodes(vNode.nodes.item(a));
    findNodes(xfa.form);
    Kyle

  • Tables or Logical database to create standard report for Equipment BOM?

    Dear All
    My client has requirement for the report with fields like to see the status of Equipment BOM(input of Equipment number in selection screen) or for Particular set of Materials(input of component number in selection screen) available stock quantity,storage location of stock,description of component,price of component,Pending PR of component(if any),Pending PO of component(if any) etc
    I want to develop the report with standard infoset query instead of going for abap development.is there any logical database to map the report or what tables can i use for table joins??
    Required sample report with fields as below
    BOM Component
    Stock available/Not available indicator
    Description of Components
    BOMQty/ UOM
    Price
    Part Number
    Plnt
    Sloc
    Stock Qty
    Bin
    Pending PR
    Pending PO
    1000001121
    YES
    BEARING
    NO
    2000
    ERS22
    1000
    MECH
    4
    A1
    300012431
    Regards
    M.Manojkumar

    Manoj,
    The following is the tested solution.
    Table join
    Output
    This figure shows the case of a Equipment BOM where 3 components are there. Installed Quantity are 4, 1, 1 respectively. Last two columns are showing the Storage Locations and the Stocks available.
    Fields taken to output are
    From STPO : IDNRK MENGE MEINS
    From MARD  LGORT LABST
    As said before, more than this you can not do in SQVI. With this basic join in SQ02, using codes in Extras you can do much more.
    Jogeswara Rao K

  • Deletion flags for equipment BOM

    Hi,
    In equipment BOM header , there are 2 fields for deletion flag :
    -one is set manually (the one on the right)
    -the other set by the system (the one on the left).
    Can someone explain to me how deletion flag indicator (on the left) work?
    Thanks,
    P.

    Hi,
    To explain this i must say first there is a difference in the Deletion Flag (Right in Header) and Deletion Indicator(Left in Header).
    In SAP term The deletion Indicator shows the item which has already been Deleted from the System and Deletion flag shows that the record has been flagged for deletion and will hence be Archieve (when, depends on the Archieving strategy followed in the company).
    To explain the affect these will have is the Deletion Indicator will not allow you to use the and will show the error as the object has been deleted and is not in the system.
    Deletion flag for BOMs
    Indicator: this BOM will be archived during the next archiving run and, if necessary, deleted from the data base.
    Where as the Deletion Flag will show that the object is ready to be archieved and is set to be deleted.
    Deletion Indicator
    Indicator showing that the BOM header or the BOM item has been deleted with reference to the change number.
    Now there is another difference in the way we can amke the objects active from deletion flag anf the deletion indicator.
    For Deletion flag you have to go to change mode and just remove or untick the deletion flag.
    For Deletion indicator you have to go to Archieve table and pull the object back in to SAP system and it will then show only the deletion flag, which can be removed by the way explained above.
    I hope this was helpful, if yes then please award points.
    Regards
    Anoop

  • FM/BAPI for Equipment BOM

    Hi All,
    Please let me know if there is any BAPI/ FM available for creating Equipment BOM (IB01 trancastion).
    Thanks in advance
    regards,
    Booma

    Check sample code in:
    http://scn.sap.com/thread/562325
    Regards,
    Sergio.

  • Maximum Line items for Equipment BOM

    Dear Experts,
    Is there a limit to the number of line items of components we can have in equipment BOM. I am not able to add anything above 999. It doesnt show any error, but doesnot save any value after 999. Please let me if there is a work around.
    Thanks,
    Boby

    The BOM item node number STPO-STLKN is an 8 digit field therefore I would imagine that you could have a maximum of 99999999 items..
    But you could use multi-level BOMs which would allow you to organise your components better.
    PeteA

  • LSMW for equipment bom kde

    Can someone please specify the steps required to create an equipment bom lsmw

    hi Alagasen
    why don't you use standard object "create material BOM",change the transaction code from CS01 to IB01
    and do the mapping and upload
    regards
    Seenu

  • LSMW for Equipment BOM

    Hi,
    I have 100 Equipments
    Some equipment have 5 BOM items, Some have 3 BOM items. It varies
    How i should create LSMW - Recording Method for this?
    I need to create two LSMWs ?
    Thnks

    hi Alagasen
    why don't you use standard object "create material BOM",change the transaction code from CS01 to IB01
    and do the mapping and upload
    regards
    Seenu

  • Equipment BOM list?

    Dear SAPIENTS,
    Can I see anywhere list of equipment with their BOM in same screen?
    Kaushal

    hi rai ,
    if you caould not find any report then try this...
    Try to create a small querry
    sq03-define user group
    sq02-define infoset , generate infoset ,again in sq03 assign user group to infoset ..
    sq01 generate querry using the infoset .
    in the infoset u can define use fields plant,eqpt ,bom ... etc
    plant,eqpt can be selection fields  and eqpt,bom  can be output fields... check in the respective tables
    kindly check and revert back
    regrds
    pushpa

  • How to find component details for the equipment BOM

    Dear All ,
    I have a requirement ..I need to find all the component numbers for the equipment BOM. Can anybody pls help me in finding a table containing this information. I check in tcode IB02,IB03 but I am not able to find the database table containing this information.
    Regards,
    sap_code.

    Hi, Main table for equipment BOM is EQST. You can get the details from STPO (Item) and STKO (Header). You can use the FM CSAI_BOM_READ. Here u need to pass the header details and CSIN-STLTY = E " Equipment BOM.
    Thanks
    Subhankar

  • To find 'Maintenance Work Center' for Equipment (without Production order)

    Hi,
    I have a Report for - 'Equipment BOM' - IB03.
    Problem: How to find the 'Maintenance work Center ' For Equipment ? (IE03--> Organization > Responsibility> Main. W.Cntr)
    [ Note: For Client -->  It's not necessary that each Equipment has Production Order, Few Equipments are taken only for Repair purpose, Equipment is there in table - EQUI,
    So - Not possible to fetch from AUFK, HIKO or any other order tables. ]

    I have a Report for - 'Equipment BOM' - IB03.
    Problem: How to find the 'Maintenance work Center ' For Equipment ? (IE03--> Organization > Responsibility> Main. W.Cntr)
    [ Note: For Client --> It's not necessary that each Equipment has Production Order, Few Equipments are taken only for Repair purpose, Equipment is there in table - EQUI,
    So - Not possible to fetch from AUFK, HIKO or any other order tables. ]
    EQUZ-GEWRK has the main work center. Pass the equipment number and valid-to date to get the main work center.
    Cheers
    Sujay

  • Equipment task list operation view by LSMW

    Hi Experts,
    We are uploading equipment task list and operation view and characteristic thru LSMW, .
    I want  to create LSMW for Equipment task list operation view and characteristic view.
    Can anybody explain the step by step process involved in this.
    ST

    Hi,
    Execute the transaction LSMW. Create Project, sub project and object which your company following with naming convention
    Click F8, in the next screen Under MAINTAIN OBJECT ATTRIBUTES, Choose Radio button Standard Batch/Direct Input
    and enter following
    This is one method you can do
    Or
    you can also use RECORDING method
    create Recording, system will prompt for Transaction code, enter IE01 and execute
    system will lead to IE01 transaction where you have to enter some test data ( dummy data ) for all your operations and characteristic view and save it
    This data is save under Recording as default data.
    Whatever the fields you have populated should be your source fields and you have to relate them with standard Fields and their lengths from ITOB table
    Specific the field either as Excel or Text field
    and try to proceed further
    please execute the above and let forum know if you held up at any step
    regards,
    santosh

  • Sample functional specifications - Equipment task list?

    The earlier post of Teja provoked me to look into the other sample specifications provided in the ****************. The one I looked into is the equipment task list. I have a doubt here. I assume that the equipment is also a material. So why are equipments handled in a different way than to the other materials (using MM01/2 transactions)?
    Raghu

    Hi,
    Please check the following information from SAP help portal:
    Number Assignment for Equipment Task Lists and Functional Location Task Lists
    Numbers for equipment and functional location task lists are assigned internally. When you have created an equipment or functional location task list, the system issues a message with the number it has assigned to the task list. The first task list you create for a specified piece of equipment or functional location will be identified by a group number and a counter number. Further task lists for the same piece of equipment or functional location will simply be identified by a counter number within the group.
    Best regards,
    Stephen
    Number Assignment for Maintenance Task Lists - Task Lists (CS-AG/PM-PRM-TL) - SAP Library

  • Tcode for GL account Hierarchies

    Hi ,
    Is there a TCODE for viewing a list of GL account hierarchies in R/3?
    Thanks
    Aravind

    Hi Arvind,
    T- CODE : FSE3
    I guess, there is no Hierarchy as such maintained for G/L Account, in order to create a G/L acct. you can use FS00 t-code, you can also check FSE3 t-code for respective assignment of the Financial statements for the 'Assets' and 'Liabilities' followed with the G/L acct.
    ****Assign Points If Helpful****
    Regards,
    Ravikanth

Maybe you are looking for

  • Can I write a Java Program in Narrative view and make it work?

    Hi All, I got a requirement which demands me to write a java program in narrative view. As per my knowledge its not possible..........but do you guys have any work around or any other way to get that java program run when the report runs and the out

  • How to get the MIME type of the given file in R/3

    Dear Experts, Please tell me the FM or Class to get the given file MIME type in R/3 . I am using GUI_upload Function module to upload the file in R/3 . Edited by: balaji ramadas on Jan 16, 2009 5:39 AM

  • Check This iWeb Site Out!

    Good afternoon fellow iWeb users, I transfered my portfolio website into iWeb that I originally created using Dreamweaver. Although I found iWeb to be more constrictive than Dreamweaver, I did enjoy the simplicity of iWeb. Having knowledge of the htm

  • Masken

    Guten Tag, ich will in Premiere PRO CS6 Effekte nur auf Teilbereiche eines Clips anwenden. Daher möchte ich gerne Masken erstellen. In einige Videos und Tutorials habe ich gesehen, dass unter den Effekten Symbole für Masken sind. Rechtecke, Ellipsen

  • JTable - adding new row

    Hi Can someone help me. I have a JTable with a ADD button. When I select the ADD button, I want to be able to bring up a dialog to enter the data for the new row and then click OK on this dialog. Does anyone have simple code that does this? Regards