Table which link functional location with equipment number

Hi,
Can you please tell me the name of the table which link functional location with equipment number.
I want to get the list of equipment installed at given functional location.
Regadrs
Anil Kumar

Ooops, yes Vinay is correct: EQUI -> EQUZ -> ILOA
Here's some example code:
  select single * from equz where equnr eq g_equnr
                              and datbi eq '99991231'
                              and eqlfn eq '001'.
  select single * from iloa where iloan eq equz-iloan.
PeteA
[www.pjas.com]

Similar Messages

  • PP Work Center ------  PM Functional Location, PM Equipment

    Hi,
    For a given PP Work Center , I want to have the table where details of PM Functional Location & PM Equipment are stored, in which the PP Work Center is used.
    Thnx,
    Shivaa.

    Hi Shivaa,
    Go to T.Code : SARA and giving archive object : PM* + press F4 you will get the following
    Try with the following tables:
    PM_EQUI    Equipment
    PM_IBASE   IBase
    PM_IFLOT   Functional Locations
    PM_IMRG    Measurement Documents
    PM_MPLAN   Maintenance Plans
    PM_NET     Object links, master data
    PM_OBJLIST Serial Number History
    PM_ORDER   Service and Maintenance Or
    PM_PLAN    Routings
    PM_QMEL    Maintenance Notifications
    From the above list click the suitable one and press database table tab. You will get all the relevant database tables.
    Here you go...
    If it is useful reward points
    Thanks
    Saravana
    Edited by: K Saravana Kumar on Jul 30, 2008 8:25 PM
    Edited by: K Saravana Kumar on Jul 30, 2008 8:26 PM

  • Join 2 tables which are not related with any primary-foriegn key constraint

    Hello,
    How to join 2 tables which are not related with any primary key foreign key constraint.
    Ex.Consider Table A has 5 columns->A_ID,A_Name,A_Address,A_City,A_Pin(Total 10 rows)
    Table B has 5 columns->B_ID,B_Name,B_Adress,B_City,B_City(Total 30 rows)
    From both the table i want the data,which i need to use in curosr to display finally as "Address Label".
    Both the table are entirely different,but there can be some names of Table A which may come in Table B also,if the name,address and city is also same.That means same person in both the table.
    So finally i want total number of distinct records(distinct data of Table A which is not in B+all the data of table B) to come under Address Label.
    How can i write the select query for this condition?
    Thanks
    Swapna

    Hi, Swapna,
    user11018268 wrote:
    Hello,
    How to join 2 tables which are not related with any primary key foreign key constraint.
    Ex.Consider Table A has 5 columns->A_ID,A_Name,A_Address,A_City,A_Pin(Total 10 rows)
    Table B has 5 columns->B_ID,B_Name,B_Adress,B_City,B_City(Total 30 rows)
    Both the table are entirely different,but there can be some names of Table A which may come in Table B also,if the name,address and city is also same.That means same person in both the table.I think you want a UNION, not a join.
    If you have 10 rows in table_a, and 30 rows in table_b, then
    SELECT       A_ID,          A_Name,     A_Address,     A_City,     A_Pin
    FROM      table_a
    UNION
    SELECT       B_ID,          B_Name,     B_Adress,     B_City,     B_City
    FROM      table_b
    ORDER BY            2,               4          
    ;will produce up to 40 rows; 40 if there are no duplicates. (UNION implies DISTINCT.)
    The corresponding column types should be similar, if not exactly the same.
    There's no problem if A_Name is VARCHAR2 (50) and B_Name is CHAR (30).
    However, there will be a problem if A_ID is a NUMBER and B_ID is a TIMESTAMP.
    You must have the same number of columns in all branches of the UNION.
    If you want an ORDER BY clause, put it at the very end, after the last branch of the UNION.
    You can use positional notation (where 2 means the 2nd column) like I did, or you can use names from the first prong of the UNION (such as A_Name).
    From both the table i want the data,which i need to use in curosr to display finally as "Address Label".
    So finally i want total number of distinct records(distinct data of Table A which is not in B+all the data of table B) to come under Address Label.I'm not sure what your mean about "Address Label".
    Whenever you have a question, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) from all tables, and the exact results (formatted) that you want from that data.
    You can concatenate all 5 columns into one VARCHAR2 column, if you want to.
    You'll probably want to use RPAD (or simillar functions) to make the output line up nicely.
    If any of the columns are not strings, use TO_CHAR to make string versions of them.
    For example:
    SELECT  TO_CHAR (A_ID, '9999999')
         || '   '          -- leave a little space between the left-justified a_id and the right-justified a_name
         || RPAD (A_Name, 25)
         || RPAD (A_Address, 50)
         ...Edited by: Frank Kulash on Nov 14, 2009 10:11 AM

  • How to get Classes of Functional Location and Equipment

    Dear Experts,
    I would like to know how to get all the classes in Classificaition of Functional Location and Equipement, FM ITOB_GET_CLASS_STANDARD is only get 1 class, how do I get all declared classes inside classification?
    Any table or FM?
    Thank you.
    Regards,
    Weng

    Weng,
       Table KLAH would give you all the available classes for every class type.
        FM CLAF_CLASSIFICATION_OF_OBJECT would get you all the assigned classes of a particular type for a object.
    Regards
    Narasimhan

  • Partner data from Functional Location to Equipment

    Dear Expert,
    How can I transfer partner data (Bill to party, Ship to party) from Functional Location to Equipment. I have tried with 'Install with data transfer' but there is no option available for partner.
    Is there is any other way to transfer partner data while assigning Equipment to Functional Location.

    Hi,
    Functional Location:
    Define field selection for partner data fields   :   Plant Maintenance and Customer Service --Master Data in Plant Maintenance and Customer Service -- Technical Objects -- Functional Locations --Field Selection for Multi-Level List Displays of Functional Location.
    The Partner tab should be visible in the functional location: Plant Maintenance and Customer Service -- Master Data in Plant Maintenance and Customer Service-- Technical Objects-- General Data -- Set View Profiles for Technical Objects.
    Assign functional location category to partner determination procedure: Plant Maintenance and Customer Service -- Master Data in Plant Maintenance and Customer Service -- Technical Objects -- Functional Locations -- Define Category of Functional Location.
    Define field selection for partner data fields
    Plant Maintenance and Customer Service -- Master Data in Plant Maintenance and Customer Service -- Technical Objects --Equipment -- Define Field Selection for Multi-Level List Displays of Equipment.
    The Partner tab should be visible in the equipment
    Plant Maintenance and Customer Service -- Master Data in Plant Maintenance and Customer Service -- Technical Objects --General Data -- Set View Profiles for Technical Objects
    Assign equipment category to partner determination procedure
    Plant Maintenance and Customer Service --Master Data in Plant Maintenance and Customer Service --Technical Objects --Equipment -- Assign Partner Determination Procedure to Equipment Category.
    Regrads
    bharat

  • Creating \ Changing Functional Location With Contact Person.

    Hello.
    I'm looking for BAPI / Function for creating/changing "Functional Location" with Adding, deleteing OR changing "Contact Person"
    I Have found the BAPI's : BAPI_FUNCLOC_CHANGE
                                         BAPI_FUNCLOC_CREATE
    but thier is no option to handle with "contact person" .
    (SAP Table "IHPA").
    Best Regards'
    Haim B.

    Hello,
    Instead of searching for any FM or anything. Go and create a flow thorugh LSMW and change the desired contact person through it..
    I assure you this is the best and most efficient way.
    first run LSMW and create a flow by changing the contact person of any one functional location and then assign the flow of that lSWM through external notepad file.
    Get in the notepad all the desired FL you want to change run that within minutes your job will be done.

  • The system does not save de Functional Location with LSMW - IE02

    Hi friends,
    I'm using a LSMW to fill the field (TPLNR)Functional Location with the transaction IE02. But when I run the LSMW, the field is not  fill in background. If I do the manual process so the field is filled.
    I would like what may be occurring.
    Thank you.

    Hi,
    It means when you recorded LSMW you filled that field but forgot to save so in recording saving is not recorded.
    kindly rerecord and try.
    kapil

  • Table link for the current and historical functional location for equipment

    Hi Gurus,
    Can anyone please tell me the table link to find the historical functional location details for an equipment and the current functional location of the equipment?
    Regards
    Anoop

    Dear,
    In Table view V_EQUI u can get the details of current and past FL for an equipment.
    Regards
    Sunil

  • Remove function location for equipment with status ESTO

    hello all,
    i want to remove function location for a given equipment,
    this i am doing it by BAPI_EQUIP_DISMANTLE,
    how ever i am unable to delete the function location for the equipment whose status is ESTO
    now my question is how do i remove function location for the equipment whose status is ESTO
    thanks in advance..

    Another option is Tcode BS22.
    Go to the Status I0184
    Here Double Click on the SysSt to reach this screen. Here in Business Transaction PM03 change the Radio button from Forbidden to Allowed as shown here.
    Confirm process implication won't be there.
    Jogeswara Rao K

  • Extension functional location and equipment master data

    Hi,
    We have around 200 functional location (having 3 structure indicators) and 10,000 equipments (Having external number range) on a controlling area and on different company codes.
    Several orders have been created by this data and now company wants to change controlling area, company codes, maintenance plants and planning plants with having old data in the same system server and client.
    I want to know is it possible to create same codes functional locations and equipments on new maintenance plants and planning plants having new company codes and controlling area? (It has observed that once we assign maintenance plant, the system automatically picks company code and controlling area and these fields become highlighted and can't be changed) OR
    Is there any possibility to use old data in orders with reference of new plants company codes and controlling area?
    What will be the end solution, should I create the new structure indicators for functional locations and new equipment names that must not be matched with the old equipments?
    Regards,

    Hi,
    Thanks for prompt reply,
    a) If we change permanently then you mean to say the old master data record will remain in the system with all old transaction data, please confirm?
    **b)Alternatively, can I create same (exactly like old codes) functional locations and equipments codes on new maintenance plants (having new company coded and controlling area)?**
    I will have same client and server for the whole scenario 
    Please reply soon
    Best Regards,
    Edited by: PROCESSES EXPERT on Jun 29, 2010 8:36 AM

  • Plant Maintenance - Table name for Functional Locations

    Hi Guys,
    I want to know in which table functional locations are stored.
    I am interested in Level 3 functional locations.
    Is there any FM or BAPI to get the Functional Locations?
    Thanks,
    mini

    mini,
    Have a look in IFLO or ILFOT
    Each Floc (TPLNR) record has its superior FLOC (TPLMA).
    PeteA

  • Cost Center Linkage between Functional Location and Equipment.

    Hi Gurus,
    We have found in our analysis that it is impossible to copy the cost center of a superior functonal location to a subordinate one when the cost center of subordinate functional location is changed manually.
    We intend to do a mass change for our cost centers of all our functional locations and equipments for all our plants. We need to know how do we achieve this change of cost centers.
    Thanks:
    Siddharth

    Thanks All for your information.
    Actually the Master data team has to do a mass update of cost centers for the Functional locations and Equipments.
    And what we have found is that when we change the cost center for an equipment individually it changes the cost center origin of the equipment to "D" which means independent of the changes in the cost center at FL level.
    Be it IBIP or any other way what we have found that the linkage(cost center origin) between the FL and the EQUIP changes to "D"  when ever we change the cost center for the equipment.
    We don't want to change this linkage as it may have other consequences that we can not foresee at this point.
    So, my question is :
    If the FL and EQUIP linkage (cost center origin field) is changed(from H to D or D to H), what could be the effect on the FL and EQUIP relation?
    Cost center origin :
    D       Independent of changes in cost center at FL level
    H       It is dependent on the FL cost center.
    Thanks:
    Siddharth

  • Function Location, Classes, Equipment

    We have a business Situation where we are using FLOC to track our rentable assets. We Rent space on each FL and therefore need to track rental attributes here. The problem arises because we can rent to multiple customer on each FLOC. To handle this we are using Classes.
    ie.
    Class
    Rental_Class_1, Rental_Class_2, Rental_Class_3
    Characteristics
    Agreement_#_1, Customer_1, Agreement_#_2, Customer_2,
    This creates a problem when searching with Classes for Customer = XYZ Inc.
    Does anybody have a better natural solution to my issue, instead of having to create custom reporting?
    Thanks So Much!

    Hiii James,
    I would suggest you instead of doing it using class & characteristics, you can make use of contract functyionality in Customer service module. You can assign the equipment/Functional location  to service contract & you can dismental the equipment when contract get finished.
    You can also define different types contract.
    You can also prevent to assign the equipment to assign the equipment to two contract at a time.
    You can also change the functional location (Customer location) of equipment automatically.
    You can also update the customer & End customer details & address details automatically, when assigned to contract & get vanished when it is removed from contract.
    According to that you may get the history of equipment/functional location of assigning it to contract.
    I hope it may solve your issue.
    Regards

  • Functional Locations and Equipment List?

    In structure list - is it possible to see (recognize by sight - without opening-checking each piece) which Functional Locations and/or Equipment units are active/inactive?
    Here is example of strctural list, opened via IW21 transaction.
    Any naswer/idea(suggestion is Welcome.

    Zeljko Vasilik,
    Add the System-Status field into the Structure List(s) via menu path: Settings->Field Selection
    PeteA

  • Table which stores SU01 Master Data (Telephone Number)

    Hi Experts,
    We goto SU01 tcode to get the master data of SAP ID. I was able to track the table which is updated for all except the TELEPHONE NUMBER which is present there.
    Could you please advice in which table the TELEPHONE NUMBER is stored ? I tries USR* and ADR* . Updating the telephone number in that table is not updating it in SU01 .
    Regards,
    Kausthub

    Hi Sri,
    Thanks a lot. Thats precise. Points given
    Regards
    Kausthub
    Edited by: Kausthub Krish on Jun 12, 2011 11:15 AM

Maybe you are looking for

  • Can i delete ALL files in directory ?

    i create a upload test using FileReference & PHP. In this scenario user upload files to http server. Now how can i delete all files in /files/uploads folder in AS3 AS3 Code: req = new URLRequest(); req.url = ( stage.loaderInfo.parameters.f )? stage.l

  • Tab character in repot opening as a CSV in Excel

    In our application we are opening the report in (CSV format) browser and saving as a txt file.When we open the the report in an Excel sheet as coma as the delimiter, end of each line appearing a control character for Tab which is not accepted by the

  • Adding a paypal link o

    Just wondering how and if you can add a working paypal button to a iweb created site? Need something for point of purchase.

  • The screen looks yellow whether normal? Quality is good?

    The screen looks yellow whether normal? Quality is good?

  • Shear a group of texts issue in CS4

    I can't shear a group of text using the same operation just like shear a rectangle or a group ? Is there some odditional operations to shear a group of text ?