ELM creating relationships

Hi Experts,
i have the customerrequirement for creating relationships via ELM e.g. importing accounts and relate them to imported contact persons. Is there a way to do this via ELM or using the trx bub1?
I am looking for a possibilty to create accounts in the role "prospects", but there is only a note (915015) for crm 4.0 .
Does this apply to 7.0 as well?
Kindly awaiting your helpful responses
Hannes

Hi.
With ELM you are able to get this relationship created... just upload a csv file in which one of the columns is the customer name, and the other is the contact person name. The number off lines you have for the same customer name, the system creates a BP number for this customer, and a BP number for each line representing the contact person and assigns a relationship between them.
Just kindly do a simple teste in ELM functionality to check it.
Regards.
Susana Messias

Similar Messages

  • How to create relationship to call PO13 in ABAP program.

    Hi,
    Could anybody help me how to create relationship (like PO13) in abap program. Do we have any Function modules or any other way?
    Regards,
    Ram.

    Hi,
    You can use function module RH_INSERT_INFTY. There are plenty of threads of the forum on how to use it.
    Donnie

  • How to create relationship between two records using MDM Java APIs

    Hi,
    I am trying to create relationship between two records using Java Apis. Please guide me in doing this.
    Regards,
    Niraj

    Hi Niraj,
    There is ModifyRelationshipsCommand:
    http://help.sap.com/javadocs/MDM/SP06/com/sap/mdm/data/commands/ModifyRelationshipsCommand.html
    Retrieve Relationship command:
    http://help.sap.com/javadocs/MDM/current/com/sap/mdm/schema/commands/GetRelationshipListCommand.html
    Also, please refer similar thread, MDM Java API and relationships.
    Hope it helps..
    Regards,
    Mandeep Saini

  • Creating Relationships and using synchronization parameters in SUP

    Hello Experts ,
    I am developing an iPhone application using generated code from sup .
    I want to put forward some querries that i have in my mind .
    Basically my scenario is i have an equipment list and details for each equipment .
    On iPhone one page displays the list and on clicking on any equipment i go to another page displaying eq details .
    1.How do i filter data for details based on particular equipment number selected on first screen .
    2.In SUP i have 2 mbo's , one for eqpmnt and another for details .Does creating relationship between them in sup changes generated code and filters data automatically in xcode .
    3.Do i have to use synchronization parameters in this case to filter out data .
    If not please tell me how should i go forward about this .
    Any kind of help would be appreciated .
    Thanks & Regards ,
    Rockky .

    Hi Rockky,
    1- If you want to filter data on page displays list then you have to create synchronization parameters. Once you retrieved data from back-end it all comes to CDB (sybase consolidated database) so synchronization parameter filters data from cdb for which input you entered.
    2- If you display detail of any equipment you have to set relation between root and child MBO.
    there is a very clear tutorial which sybase provides you can find samples about using relations and synchronization prmtrs:
    http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01213.0200/doc/pdf/sup_tutorials_ioscodegen.pdf
    Regards
    Tahir

  • How we will create relationship with org unit and task catalog

    HI Experts
    How we can create relationship between Org unit and Task Catalog in Organisation management once we grouped all the tasks in one group.
    For Example we have one org unit under that we have 3 depts those will consider as org units only.under 3 depts we have professor,Lecturer,Reader as jobs and positions also.If we create Professor tasks in task catalog which all the tasks will be assigned to positions as well.
    If it is Org unit and Task catalog how we can create relationship.
    Thanks
    Rajji

    Hi,
    Please try.
      DATA: lt_hrp1001 TYPE STANDARD TABLE OF P1001.
      DATA: lw_hrp1001        TYPE p1001.
      lw_hrp1001-mandt = sy-mandt.
      lw_hrp1001-plvar = parent_pos-plvar.
      lw_hrp1001-otype = parent_pos-otype.
      lw_hrp1001-objid = other_pos.
      lw_hrp1001-istat = parent_pos-istat.
      lw_hrp1001-begda = sy-datum.
      lw_hrp1001-endda = lc_endda.
      lw_hrp1001-infty = '1001'.
      lw_hrp1001-aedtm = sy-datum.
      lw_hrp1001-uname = sy-uname.
      lw_hrp1001-rsign = codes.
      lw_hrp1001-relat = relats.
      lw_hrp1001-sclas = lc_sclas.
      lw_hrp1001-sobid = cord_pos.
      append lw_hrp1001 to lt_hrp1001.
          CALL FUNCTION 'RH_INSERT_INFTY'
            EXPORTING
              fcode               = 'INSE'
              vtask               = 'S'
              commit_flg          = 'X'
            TABLES
              innnn               = lt_hrp1001
            EXCEPTIONS
              no_authorization    = 1
              error_during_insert = 2
              repid_form_initial  = 3
              corr_exit           = 4
              begda_greater_endda = 5
              OTHERS              = 6.
    Hope this helps.
    regards,
    Xiang Li

  • What is rfc of creating relationship between ibase and partner?

    I need bapi or rfc for assign a partner to ibase.
         create relationship between ibase and parten.
    pls.

    Hi
    check this link
    Re: BAPI for creating IBASE structure
    Regards
    Pavan

  • Creating Relationships between views, causes writable mapping error

    Hi
    I'm using the DBAdapter in ESB (10.1.3.3), which uses Toplink and I am trying to create a relationship between a table and a view. None of the objects have any keys or indexes, so I am creating a relationship directly.
    When I have created the adapter service and compile the ESB, I get the following error:
    Descriptor EmployeePhonesV -> The following primary key fields are unmapped: STAFF_NUMBER
    Descriptor EmployeePhonesV -> The following primary key fields have no writable mappings: STAFF_NUMBER
    When I imported the view, I had to tell it that the primary key was a composite as there is no real unique key field.
    Is this a known problem that I can't create relationships between views???
    Any help most appreciated.
    Chris

    Hello Chris,
    The exception is stating there isn't a mapping capable of setting the STAFF_NUMBER field. How do you have this field mapped? Generally there should be a writable either direct-to-field mapping or OnetoOne mapping using this field though other types of mappings will work.
    Best Regards,
    Chris Delahunt

  • Views in create relationship screen

    Hello !
    I am trying to create a partnerlink that fetches data from SQL Server Table and view. Now the list comes for both and I select them then I define the primary key for the view.
    When I try to create the relationship between both. It comes parent table and child table. in both lists the view is not coming.
    is relations is restricted to tables or there is a way I can view it and create relation with it
    Thanks,
    Baraa

    Hi
    May I know which version of bpel process manager you are using.
    It is not possible to create relationship over views in the 10.1.2.
    You can try the same with Oracle BPEL process Manager 10.1.3
    HTH!!!

  • CRM - Bapi for creating relationship between BPs with sales area data

    Hi
    I am looking for BAPI for creating relationship between business partners with sales area data in CRM 5.0.
    Example - I would like to create relationship type CRMH03.
    Bapi BUPR_RELATIONSHIP_CREATE does not allow for maintaining sales area data (Sales org, distribution channel, division).
    Does anybody know such a bapi?
    Regards
    Radek

    Hey Radek,
    I am actually looking for the same functionality. Were you able to find a solution although no one replied to your question in this thread? If so, it would be very helpful for me to know. Maybe you have to combine more BAPIs in order to add the organization information to the relationship. But I have no idea how.
    Best Regards
    Mirko

  • Create Relationship

    Hello,
    I'm having Problems creating a Relationship for the primary Owner. I have the following Runbook:
    In the Map Published Data Activity I get an Output like smvdr, I want this to be the new Primary owner of the Incident from the Monitor Activity. How do I do that? My Create Relationship Activity looks like this:

    The target object guid should be set to the GUID of the user you want to assign as the primary owner. The best way to do this would be to add a get object activity and get the active directory user then use that published data for you target object guid.
    Matthew Dowst |
    Blog | Twitter

  • How to create relationShip between two resources??

    Hi,
    Is there any manual process on workbench to create relationShip between two resources like repositoryClient.createRelationship() API does.
    Regards
    Sunil

    Hi Niraj,
    There is ModifyRelationshipsCommand:
    http://help.sap.com/javadocs/MDM/SP06/com/sap/mdm/data/commands/ModifyRelationshipsCommand.html
    Retrieve Relationship command:
    http://help.sap.com/javadocs/MDM/current/com/sap/mdm/schema/commands/GetRelationshipListCommand.html
    Also, please refer similar thread, MDM Java API and relationships.
    Hope it helps..
    Regards,
    Mandeep Saini

  • Lsmw to create relationship a002 between position to position

    Hi expertise,
    i need help in how to create lsmw to create relationship a002 between position to position.
    regards:
    Priyaranjan

    Here is a step by step guide on how to use LSMW:
    http://www.sap-topjobs.com/LSMW.pdf

  • Cannot create relationship between 2 BAPI based MBO

    Hello,
    I have 2 MBO-s based on 2 BAPI (FM) data sources. Both accept BP Number as a parameter. I want to create a relationship between them. However when I try (map the BP Number parameters) I get the following error:
    "Relationship has two mobile business objects with independent definition in the online cache group, which is not allowed".
    Both MBO belong to the same online cache group.
    I find the message a bit cryptic. Does anyone knows what it means? Any ideas how to solve the issue?
    Thank you!

    Hi Tzanko,
    Maybe in online as cache group policies, relationship is not available.
    1) change cache group policies other than online, such as DCN, OnDemand or Scheduled
    2) or use no relationship but load parameter, in this case you give the same parameter to Two mbo.
    I tried the following condition and got the same phenomenon.
      SUP 2.0.1
      MBO JDBC Customer-Sales_order (whichi is sampledb)
      Customer-Sales_order (one to many relation)
    Thanks,

  • Can you create relationship between Sales Order and Functional Location

    I am working on a requirement for customer service.  We are using Functional Location for customer facilities.  We would like to relate a functional location to a sales order.  Purpose is that we want to relate purchase of items to the functional location.
    We can see that you can set technical object on a line by line basis, but you cannot relate a functional location.  Does anyone know if this is possible with out of the box configuration?  Or would I need to apply a user exit.
    Thanks,
    Tony Romain

    Hi,
    I don't think we can link a functional location to a sales order in standard sap.
    Prase

  • Siri - Creating relationships on my iPhone 5

    So I recently got an iPhone 5. I'd like to make it remember that someone is my best friend. I know exchange can't do this, so I've made an iCloud contact with my name, as well as an iCloud contact with his, and linked them to their respective Exchange contacts. If I view my contact card, it lists him as my best friend. However, when I try to tell Siri "text my best friend," she asks me to confirm who my best friend is.
    He did the same thing on his phone (iPhone 4S, but running with the newest operating system), and it remembers me as his best friend. The only difference between my phone and his phone is that he has iCloud inactive on his phone, so his contact is in the "On my iPhone" contact list (which I don't even think I have the option of, to my understanding, on my phone).
    How can I get this to work?

    To use Siri:
    1.  It must be on (Settings > General > Siri)
    2.  You must be connected to the internet
    3.  You must be in an area where Siri is permitted (it is not permitted, for example, in certain countries).

Maybe you are looking for

  • How to get the number of decimal places configured for a site column

    Hi, I have a column 'SampleNumCol' of type Number, the number of decimal places to be displayed is configured as 2. The column conatins a value, but when retrieved programatically is displayed as 5.00000000  instead of 5.00. I am retrieving this colu

  • My Laptop Audio is NOT Working

    Model Name and Number: HP Notebook dv6t-A1U59AV I was listening to music, paused for a second, and continued it a bit later and it played but no audio came out of my headphones. I proceeded to use my speakers instead and recieved the same result. Nex

  • How to reference PDF files in Pages09?

    I recently changed full-time to Pages, and still have a few things that I can't comprehend.  Often times, I need to reference PDF files within a Pages document.  Kind of tedious to type the file names.  Is there a way to add those files (as a referen

  • How to add ability to insert Annotations via Reader to an existing PDF form

    I have an existing PDF form created in LiveCycle ES2/Acrobat X, with fillable text boxes and all that stuff.  I want to add the ability for Reader users to insert items from the Annotations menu, but can't seem to figure out how to add that permissio

  • Best Security Software

    Hi there - I recently got a brand spanking new Mac Pro with the 27" monitor and cool Wacom tablet here in the office and, being the only Mac user of 250 other employees in the building, this system is turning quite a few heads. I've even caught our I