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

Similar Messages

  • BAPI to change partner data in Function location

    Hi,
    is there any BAPI,that can be used to change the Partner data in functional locations & equipments.
    Regards,
    Raghavendra

    You can use the BAPI <b>BAPI_EQUI_CHANGE</b> for this purpose.

  • 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

  • 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]

  • Entering Business Partner data from IC Webclient - CRM2007

    Just wanted to check that if I enter Business partner data from the IC Webclient is the data stored in the CRM backend tables for example BUT000, BUT050 etc and if so is this done on the fly or a scheduled update? If not what tables are they stored in.  Also can I see the same information once it is entered in the webclient via the CRM transaction BP Thanks

    Hi Niten,
    The tables are the same (for example: but000 for master partner data, but050 for relations, and so on...).
    The data is updated when you press the respective save button, or when you press the 'end' button at telephony bar (to end an Interaction Center Interaction).
    And yes, you can then check the information in BP t-code.
    Just try it and see by yourself
    Kind regards,
    Garcia

  • 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

  • How export one table along with data from one location to other location

    Hi All,
    I'm new in export/import practice.
    Can anyone plz tell the steps along with commands to do the following:
    1. I want to export a table with data from one location(computer) to other(computer) that are in same network.
    2.Also from one user to another user.
    I'm using oracle 10g.
    regards
    Sonia
    Edited by: 983040 on Feb 19, 2013 11:35 PM

    First of all read documentation
    Oracle Export/Import : http://docs.oracle.com/cd/B19306_01/server.102/b14215/exp_imp.htm
    Datapump Export/Import : http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_overview.htm
    If you are using Datapump or Traditional Export/import you need to follow following steps
    *1) Take User dump via EXPDP on Computer A .*
    For EXP
    exp username/password owner=Test file=D:\test.dmp log=D:\test.log
    For EXPDP
    expdp username/password schemas=TEST directory=TEST_DIR dumpfile=TEST.dmp logfile=TEST.log*2) Copy that to Computer B*
    *3) Import dumpfile.*
    For IMPDP  Use remap_schema optionhttp://www.acehints.com/2012/05/data-pump-impdp-remapschema-parameter.html
    For IMP use fromuser and touser option
    one user to another user imp

  • Why select data from Function directly (SE37) got data , but when use funct

    why select data from Function directly (SE37) got data , but when use function in program donot found data
    i use function
    CS_BOM_EXPL_MAT_V2
    when i run function directly at SE37 .
    i found data.
    but when i use same function in program .
    system not found.
    please see my attachment.
    help me please.
    [http://www.quickfilepost.com/download.do?get=c974356a498b3a4d369aa0c50622e50b]
    http://www.quickfilepost.com/download.do?get=c974356a498b3a4d369aa0c50622e50b

    I know why U get empty data.
    In Program U should follow the rules:
    U'd better data a variant typed the function parameters's type.
    for example:
    in your program the parameter: stlal  = '1'
    U'd better like follow:
    Data l_stlal type STKO-STLAL
    l_stlal = '01'.  *Attention: '1' <> '01'.
    stlal  = l_stlal.
    in this way U may have less mistake
    and the parameter MTNRV
    U should use material convernt : "CONVERSION_EXIT_MATN1_INPUT" to change material into internal types before U put into function's parameter.
    why se37 has no problem? because In se37, the data you filled was be processed before use

  • Safari cannot open RSS feeds - "could not load any data from this location"

    I can't seem to open any RSS feeds inside of Safari. I get this error message:
    Safari can’t open the page “feed://feeds.macworld.com/macworld/all” because it could not load any data from this location.
    This has happened on every single feed. I just installed Leopard. Anybody have any hints for me?

    Hi
    First try Safari from another User Account. When you open Safari, make sure RSS is enabled in the Safari Preferences>RSS. If you can access the feeds there then there may be corruption in either the database or RSS preference files in your Regular User Account. If no go here, then I suggest you reinstall Safari. See this thread for directions.
    If the feeds work in the other user account, go back to your regular User Account: Open the Finder: Your User Account>Library>Syndication folder. Move the database3 file to the desktop, then restart Safari. Try an RSS feed. If no change, move the database file back to its original location.
    Then move these two preference files in your User Library>Preferences to the desktop:
    com.apple.SyndicationAgent.plist and
    com.apple.Syndication.plist
    Restart Safari. Again, try a feed.
    Post back

  • Replication of functional location and equipment from ECC to CRM.

    Hi Guys
    I have activated the required BADI's and adapter objects for func loc and equipment. but i am not able to replicate the funcloc and equipment from ecc to crm.

    As of SAP CRM 7.0 you can replicate functional locations from SAP ERP to SAP CRM. This function is supported as of SAP enhancement package 4 for SAP ERP 6.0.
    In SAP CRM, functional locations are represented as object components of an installed base. The structure of functional locations is also replicated, and reflected in the installed base structure. If you replicate functional locations and pieces of equipment, the assignment of equipment to functional locations is also reflected in the installed base structure. The following replication processes are available:
    -     Initial download of functional locations from SAP ERP to SAP CRM in R3AS tcode.
    Bye,
    sekhar.

  • 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

  • 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

  • Data origin Functional Locations

    Hi,
    I have several levels for my Functional Location Structure:
    GR22
    GR22-01
    GR22-01-0135
    GR22-01-0135-BU
    etc. etc.
    I maintained the Planning Plant, Maintenance Plant and ABC indicator at the first level and expected to see the same values in the levels below.
    However the system behaves somewhat randomly. Some levels have the information copied from the superior FL whereas others don't. When looking at the Data origin list I can see that for those fields at some levels the flag is set for individual maintenance instead of Superior functional location.
    Why this randomness? I've looked at previous posts on this forum and from what I understand there is no customizing setting to correct this. Everywhere I look the only suggestion is an LSMW that changes the data origin in those fields to "Superior equipment".
    Are my assumptions correct? Any other suggestions other than LSMW? Are there any changes for the newer version ECC 6.0?
    Thanks in advance
    SAP FANS post:
    http://www.sapfans.com/forums/viewtopic.php?f=7&t=349582

    Hi,
    Depending on the reason for 'individual maintenance' you may be able to manually change the indicator via IL02 - Edit > Data origin.
    A possible reason for the situation is that some of the lower levels were created before the upper level. In that case the lower level (but first created) would be set to individual maintenance. In this case you will not be able to edit the indicator.
    If inheritance was unset because a individual value was specified for the relevant field at some time, you should be able to edit it manually.
    -Paul

  • 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

  • Post Business Partner data from SBL CRM to SAP CRM

    Hi CRM Gurus,
    I am very new to SAP CRM. I have got an assignment wherein I will get the XML file from Siebel CRM, which will contain the "Business Partner" data.
                                             I need to upload this data into SAP CRM by mapping all the fields available in the XML file.
                              Please let me know the step by step process to reach the goal.
    Regards
    Sandy

    Sandeep, since this is a conversion related task you might want to browse http://sap.help.com and search for the so called 'XIF Adapter'. This adapter is part of SAP CRM's Middleware and provides the functionality to import and export individual objects using XML/SOAP technology.
    Second option you could evaluate is BP creation through the usage of the standard BADI's that SAP delivers. Let me know whether this gets you started, Tiest.

Maybe you are looking for

  • What is FI documents used for? Why needed in SD?

    Hi, Do you know what exactly the 'FI Document' means as mentioned in below: "In the Order to Cash Cycle, Invoicing is the last step. A Customer Order has to be Invoiced to receive money from the Customer. Therefore, it necessitates that a FI Document

  • Error 5002 when attempting to submit a Pocast to iTunes Music Store

    Help... I cannot submit my Podcast due to a 5002 error message, the RSS feed is correct (I can user iTunes to download the Podcast but I just can't submit it). I received a reply from Apple support who initially said there was a problem with the stor

  • Retrieving data in MI Client

    Hi,         I have created syncBo's in the MIddleware(MI Client). In the middleware the data from the backend is displaying in the worklist monitor(merep_mon) but i cant get the data in the mobile client.             I have just one table in the back

  • Color display problem...

    Hello everyone, i've got a little display problem for one month approximatively on my powerbook G4 : i can see little stripes in colors ranges... For an example, on the page dedicated to the sneak peak of Leopard, the big "X" has a range from black t

  • User Entered - Required not working????

    I'm developing a form (Adobe Acrobat Professional 8/LiveCycle Designer 8 ) in which the customer must fill many of the fields (mix of text and date fields). I'm setting the Object - Value - Type to User Entered - Required for these fields. However, I