Table Link between Equipment and Sub-equipment

Hi all
My requirement is this
I have one mobile set with a serial number. for that mobile set i have one battery with a serial number, now i want to link both the serial numbers, one as main and another as sub item
I tried by maintaining the battery serial number as sub-equipment in the main mobile set equipment number master,
Let me know the table link between equipment and sub-equipment
I want a report based on the input mobile set equipment number what are all the sub-equipment associated with the main equipment
Also suggest is there any other approach,
Regards
Amuthan M

Hi
EQUZ is the table,if u give the sub equipment in equipment field and execute.you can find the main equipment in superior equipment field

Similar Messages

  • Table link between IBASE and its associated products

    Hi,
    If we go to the transaction IB53 and enter an IBase number, all the products asssociated with the IBase will be listed out.
    Similarly, if we have the IBASE number how can we track the associated products via tables.(i.e) the table link between IBIBIBASE and COMM_PRODUCTProduct_id
    Thanks in advance.
    -Aaru

    In two steps..
    1. Convert Product GUID using FM 'GUID_CONVERT'
      CALL FUNCTION 'GUID_CONVERT'
        EXPORTING
          iv_guid_x16 = product_guid
        IMPORTING
          ev_guid_c22 = sysuuid-c22.
    2. Get the IBASE from view v_ibinr where objnr = sysuuid-c22

  • Table link between activity and order

    Hello,
    In Cic0, we create activities and complaints related to a customer order.
    I do not find the link/the table which enables me to make my report (number activity with the linked order).
    I seek the table which gives the link between the activity and the order.
    Do you know it?
    Many Thanks,
    Servane

    First, you need to get the guids of the activity and complaints. (it is enough to use the table CRMD_ORDERADM_H only)
    Second, In table SRRELROLES use the above guids in field objkey and get the RoleID. (Now you would get two Role id's)
    Finaly, in table CRMD_BINREL you would have the link between these two roles. (called Role A and B)

  • SQL Table Link between invoice and profit centre

    Hi,
    We are about to bulk import reserve invoices but I just need to allocate an invoice against the correct profit centre. Where is the link between sql tables?
    Edited by: Ricky Thomas on Mar 17, 2011 5:15 PM

    If you fill the profit centre on the line, the journal will allocate the profit centre to all GL accounts of Sales or Expenditure type.
    If you are using document expenses for freight, you may need to also assign your profit centre there.
    The line field is OCRCode in both the invoice lines & the expenses lines

  • Link between AFVC and EBAN tables (material report)

    Friends, wanted to check if anyone can provide assistance on table links between AFVC and EBAN.  The requirement is to track material/service quantity, price, etc in comparison with plan version versus PR, PO, GR, etc.  tried retrieving object numbers of WBS and activities using 'get proj info'  bapi and tried passing them in tables COSP/EBAN/COKEY but the essential link between material assigned to network activity and the PR is missing..
    Thanks in anticipation,

    Hi,
    Did you try the link including EBKN. Basically you can pass the network / WBS number in EBKN and get teh PR number and use this detail in to the item table of PR.
    Regards
    Sreekanth

  • Equipment or Sub-Equipment

    Dear All,
    I have an requirement, my client has CNC machines and press machines for production. The machines have coolant tanks for CNC's and measuring devices in case of press machines.
    How do i represent these machines in my system, as a equipment, Assembly, sub-equipment or utility.
    Your valuable inputs are awaited.
    Points Assured, Thnkx.
    Regards,
    Rashmi

    Hello Rashmi,
    this is a very good question and we all go through it when we first start with SAP PM. I believe that there might be different answers and different solutions to one given situation.
    It is good to understand the basic use of the different SAP objects (although you could almost make any use of them, there are still some guidelines).
    Functional locations should be used for objects which remain more static, like a building ... It also provides you with an hierarchical structure in its name, what is usefull to represent a geographical or logical organisation, or such upper levels. It provides you with a nice structure list through use of IH01 transaction. To that structure, you can attach materials boms and/or equipments.
    Equipment and sub-equipment should be used for objects which can be installed and dismantled into/from functional locations, like a table in a buidling ... It provides you with the usage list which is able to track the changes you make on the equipment. Unlike the functional location, you do not visualize the structure in its name, but you can attach as many sub-equipments as you want below.
    The subject is too vast to capture it all in a few sentences.
    In your example, i would represent the CNC machines and press as functional locations (if you do not move them often) and related equipments as equipments and sub-equipments which you can install and dismantle into/from machines if this is part of your business process to do so. If not, then everything could simply be functional locations.
    I hope this will help you.
    Eric.

  • Linking between PP and SD tables

    Hai friends,
    I want one link between PP and SD tables. My requirement is i have planned order PLAF table. i want to link Sales table. Please guide me.
    Thanks and Regards
    visvanath

    Hi
    You can simply link the Sales order No and ITEM
    VBAP-VBELN and VBAP-POSNR with the PP order item table
    AFPO-KDAUF and AFPO-KDPOS and get the Pp related info
    or in Sales tables there is a field called AUFNR in VBAP
    use that for PP order number
    SD tables
    http://www.erpgenie.com/abap/tables_sd.htm
    PP tables
    http://www.erpgenie.com/abap/tables_pp.htm
    Regards
    Kiran Sure

  • Table link between contract document and billing document

    Hi,
    Please let me know the table link between contract data and its billing plan nnumber.
    Regards,
    bhaarathi.

    VBKD is the Table name
    if Ordertype "G"  <--- that means It is a contract
    From VBAK and VBAP you can get the Contract Details for the Order Type "G"
    Go to Table VBKD, with the contract and get the billing plan .
    FPLNR <--- is the Billing plan
    Here you get the relation Between Contract and Billing Plan

  • Link between vbpa and vbak tables

    Hi,
    I would like to know the link between VBAK and VBPA tables.
    VBELN field in both these fields are the same?
    If I give the VBELN field got from the VBAK table into the VBPA table will I get the  customer number(KUNNR) of that particular SAles document?
    Thanks & Regards,
    Soumya.

    You can get Kunnr directly from the VBAK table, if you wanna do the Join still you can go forward and do it there is no harm but remeber to give the Partner Function(PARVW) as well as VBELN.
    Hope That Helps
    Anirban M.

  • Link between AUFK and BKPF table

    Hi all,
    Can anyone tell me the link between AUFK and BKPF table.
    Thanks in advance
    Regards
    Neha Kapoor

    hi neha ,
    1.first u have to get MBLNR from AUFM for that order
    2.Next u have to call FM
    <b>AC_DOCUMENT_RECORD</b>
    I_AWTYP                         MKPF--->Constant
    I_AWREF                         4900003215--->MBLNR
    I_AWORG                         2004--->Year
    I_AWSYS
    I_AWTYP_INCL
    I_AWTYP_EXCL
    I_BUKRS
    I_VALUTYP                       0
    X_DIALOG                           X
    then u will get the Accounting Documents.
    regards
    prabhu

  • Link between AP and GL main tables in 11i

    Hello,
    Can anyone please provide the link between AP and GL main tables.
    I need a join between the AP_Invoices_All, AP_INVOICE_DISTRIBUTIONS_ALL, GL_JE_LINES, GL_JE_HEADERS.
    Actually, I found a query that is as below. I want to confirm if that is correct. I need to confirm if the right joins are necessary and are placed correctly.
    Thank you
    select *
    from gl_je_headers gjh,
    gl_je_lines gjl,
    ap_invoices_all aia,
    po_vendors pv,
    ap_invoice_distributions_all aida
    where gjh.je_header_id = gjl.je_header_id
    and aida.invoice_id(+) = gjl.reference_2
    and aida.distribution_line_number(+) = gjl.reference_3
    and aida.invoice_id = aia.invoice_id(+)
    and gjh.je_source = 'Payables'
    --and gjh.je_category = 'Purchase Invoices'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hello,
    Any help.
    I have also found out that, in 11i, the Reference_2 column in the GL_JE_Lines table has the invoice_ID in it.
    So, does that mean that we can join the GL tables and the AP Invoice tables using this condition. I dont know if that is right. Please help
    select * from
    ap_invoices_all aia, gl_je_lines gjl
    where aia.invoice_id = gjl.reference_2

  • Is there any link between oe_order_headers_all and hz_cust_accounts tables. I need to find the cust_account_id for some order_number. Please help me with this

    Is there any link between oe_order_headers_all and hz_cust_accounts tables. I need to find the cust_account_id for some order_number. Please help me with this

    you can link
    OOH.invoice_to_org_id=CUST.cust_account_id   -- invoice customer
    OOH.sold_to_org_id=CUST.cust_account_id   -- sold to customer
    OOH.ship_to_org_id=CUST.cust_account_id   -- ship to customer

  • Link between sd and pp

    hi all,
      i have a problem regarding relation or link between sales and production order. i have to fetch production order number related to sales order number. i have checked in the table AFPO that is production order item table , there is field AFPO-KDAUF and AFPO-KDPOS ie, sales order and sales item. but when i see these two fields there is no data into the field so how can i get data into the table related to production order.can anyone help me on this issue.

    Please refer to the below links -
    https://forums.sdn.sap.com/post!reply.jspa?threadID=309885
    Integration points with MM/IM and PP are some of the following -
    When a Production order is created and released a reservation gets created for the materials in BOM
    When the reservation is created and materials are posted against the reservation with mvt type 311 these are transferred to the respective location.
    When a GR is posted with mvt type 101, the Finished or Semifinished goods are posted to the respective storage location and inventorized.
    When a consumption is posted with mvt type 261 then stock will get reduced in resepective storage location.
    When a batch determination is done in a production order basing on the batch search strategy and sort rule material, quantity and batch are selected.
    If WM is configured an associated internal movement for all the above movement types will be posted.
    During MRP, BOM which is a master data for PP is used to calculate the dependent requirements of materials.
    During availabilty check of a production order basing on the availability check configured materials will be selected and checked.
    Hope the above may help you.

  • 'Is there a link between OLM and iProcurement'

    I have been asked 'Is there a link between OLM and iProcurement'? The person posing the question is wanting to create trainers as suppliers and I know that the supplier information is shared between OLM and the A/P, A/R and G/L modules and I presume that the link to iProcurement will be via one of these modules however is there a more direct vanilla link between OLM and iprocurement?
    Any help would be great
    Thanks
    DM

    I am afraid there is no link between the iProc and OLM.
    The closest that apps can offer you is that your learner/delegates can be of type external i.e. being an Organization or a Customer. Hence there exists a link for your delegate to be a customer(hz_parties).
    However this might be a future integration i.e. Trainers being suppliers. I am saying so because in 11.5.10 there is a table named OTA_VENDOR_SUPPLIES that has reference to vendor_id. Currently this table is not being used by OLM.
    You may look into the code of packages OTA_VSP_API, OTA_TEA_BUS & OTA_PLE_BUS and see if Oracle's future functionality will converge towards your business requirement.
    Thanks,
    Anil Passi
    http://oracle.anilpassi.com

  • Link between Item and delivery

    Hi ,
    I want to know the link between item and deliveyr. Like for example, an sales order item ( no. 10) containing 10 quantities can be delviered 5 times( each containing 2 quantities) and line item ( no. 20) can contain one single delivery. I am working on a report where i have to link all the line item to its delivery number. I am trying to achieve this through GENIl but i am not able to indetify as to how to differentiate the different deliveyr numbers. In other words, can some one help me as to how to link the delivery number to its corresponding items?

    Document flow is stored in the table VBFA in ECC.
    VBELV fied is the sales order number and in POSNV specify the line item number and speicfy VBTYP_N = J (Delivery).
    Regards,
    Bhanu

Maybe you are looking for

  • DVDs not showing up in Finder (CDs OK)

    I have lots of data archived on DVD. Now DVDs suddenly will not show up on the desktop, data or otherwise. Odd, because I just burned a DVD last night. Didn't there used to be a CD/DVD control panel in System Prefs? Seems to be gone in OS X 10.34.9

  • How can i add row selector

    Hi, i want to add row selector in my reports. as we do in sql command promt. i want to create select list with values like 500,1000,2000,6000 and so on. if i choose 500 in select list it show 500 records in report,if i choose 1000 then show 1000 rows

  • Software update & new version of os e 63

    how i can update s/w 4 E63 ans i want update os what i do .

  • OpenOffice and Star Office

    Hello together, for several reasons i need to open StarOffice / Open Office files written in my oldfashioned Win2000 PC, especially spreadsheets, in Apple works. I tried to save them in StarOffice as excelsheets Version 5 or Version Win97/XP - but Ap

  • 808 pureview Update 113.010.1508

    This update is causing my windows 8 pc to BSOD (blue screen of death) during the firmware installation after the phones first USB disconnect i get a BSOD stating a kernel failure and then the pc shuts down The first time it happened i had thought som