Webpage of Prospect in ELM

Hi Expert,
is there a standard way to upload prospect data with its webpage in ELM?
I am working with CRM 2007. There is a mapping field URI. But I am not sure what URI type to use.
Best regards,
Cristina.

Hi Cristina,
The different types of URI type are
HPG - Homepage (WWW)
FTP - FTP address
STK - Call up share prices
ACC - Bank statement  request
INT - Intranet Page
LOG - Company Logo
PFB - Published Free/ Busy Info (calender)
ROU - Link to Route Planner
I guess for your requirement you can use "HPG"
You can find this list if you log into GUI and open the ORG BP & click on other communication button in the Address tab --> double click on URI.
Hope this helps !
Regards,
Naveen Parimi

Similar Messages

  • How to Schedule a daily job for ELM

    Hi All, 
      We have a requirement to create prospects using ELM.However, we have to automate this process and run this as a regular batch job. 
      When checked ELM does not provide an option to run the job periodically. 
      Please suggest to resolve this .
    Thanks & Regards,
    Shwetha.

    Hi Shwetha,
    Please refer to this thread.
    http://scn.sap.com/thread/2026686
    Best Regards,
    Yoro

  • ELM Add BP Master Data Fields

    Hi Gurus,
    How can I add business partner (BUT000) master data fields (including custom fields) to Mapping Format in ELM???
    Your prompt response will be highly appreciated and rewarde...
    Cheers,
    Peter J

    Hi Naveen,
    Both of your solutions were absolutely on point. It took little time as ABAPer was bit busy. Thank you very much for your assistance; you are rewarded with the max. Points...
    The following are the steps to import and create "Prospects" via ELM
    1. Prepare .csv file (keep stored on local machine)
    2. Activate Customizing Workflow (follow C22 building block)
    3. Use BADI - CRM_MKT_LIST to enhance the custom fields (via eewb) for filter criterion = Person. This BADI is filter dependent BADI (Mapping Format dependent)
    4. Implement SAP Note# 915015 for importing into "Prospect" business role
    5. Define List Type(s) and List Origin(s) in SPRO -> CRM -> MKT -> ELM
    6. Create Mapping Format - Web UI (log on as MKT_Prof or Power_User -> MKT -> Create: Mapping Format)
    7. Add Mapping Format to BADI: CRM_MKT_LIST - Attributes -> Define Filters -> Select you Mapping Format
    8. Create External List (Web UI (log on as MKT_Prof or Power_User -> MKT -> Create: External List)- use the Mapping Format
    Cheers,
    Peter J.

  • How to convert CRM Prospect to Sold To

    Hi All,
    In our project we have sold to maintained in ECC and replicated to CRM.
    We are creating Prospects in CRM .
    We want to convert Prospect to account and replicate it to ECC and create a new sold to.
    The # ranges for Prospect and Sold to is different.
    Can we achieve this by config or do we need to do any development?
    Any help is appreciated.
    Thanks in advance.

    If you are asking technically then there should not be any issues of replication and  ext number  range of SP being replicated to ECC and generate an internal number of customer. And by your development you would ensure that  these numbers are always same.
    But you should have answers to other situation in which you can land...
    1.  In case  correct grouping is not selected by user and the role is SP  then what would you  do? (are you also ensuring that grouping would  also be defaulted alongwith the ext number? this is very imp aspect !)
    2. Suppose the SP int # range in ERP is 1-999 and Prospect ext #  range is also 1-999 in CRM, now lets say a prospect 2 is created in CRM and the same prospect later become SP so this BP will be created as 2 in SP role in ECC and correct a/c grp.
    Now if  a prospect 3 is created next time (because as you said you will default this value in CRM by incrementing the ECC SP's # range), now  this prospect is not interested in buying the product, hence a SP cannot be created for this  BP.
    Now lets go forward, what would be  the  next prospect number, 3??? because your SP number in ECC is still 2, and  this number  3 for prospect is  already utilised  in above step. How will you handle above situation?
    3. There should be very neat logic for selecting the next ext number  for CRM prospect as per the account group, as there can be many other account groups in ERP, so which one will you select to default the prospect number?
    4. In case there is scenario to generate BPs (prospects) from ELM, then how will you handle the replication and the number ranges? Would  you go on creating the number-ranges in ERP for these prospects so that  you are enabled to do replication when a  sale is confirmed?
    Let me know if this is getting too complicated to  understand...

  • Import data of business partner with elm

    Hi,
    when I create a business partner, I have to fill out some mandatory fields.
    Mandatory fields (SAP CRM standard fields):
    name, street, house no, postal code, city
    Mandatory field (field which created by us):
    searchterm
    I want to import data of business partner with elm. In the first step I want create a mapping format only with the mandatory fields. At this point, I get a problem. I can select all mandatory fields in the mapping field, but not the self created mandatory field u201Csearchtermu201D.
    Do somebody know, what I have to do that the self created field stands in the mapping format for selection?
    Thank you in advance!
    Best regards
    Jasmin Hauser

    Hi Jasmin,
    The following is the procedure to use the ELM functionality in CRM 2007:
    a) Store .csv file on local machine or SAP directory (Line1 will be your field name to map for the first time)
    b) Activate Work Flows in tcode: OOCU (check building block c22)
    c) Enhance BADI - CRM_MKTLIST_BADI, structure CRM_MKTLIST_PER_EXT with "Z" custom fields (note this BADI is filter dependent, which means - the mapping formats created needs to be added in this BADI to function)
    d) Define List type and Origin in customizing (SPRO-CRM-MKT-ELM)
    e) Create Mapping Format (WEBUI -> MKT_Professional business role)
    f) Add Mapping Format to BADI (CRM_MKTLIST_BADI)(tcode-se19. Note: Deactivate the BADI before adding Mapping Format and Activate BADI again)
    g) Implement SAP Note: 915015 to create the ELM Members in business partner role "Prospect"
    h) Create the External List (WEBUI->MKT_Professional business role). Use the mapping format created, make sure that your .csv file don't not have the fields name, data to upload should be in the same order as mapping format fields)
    Cheers,
    Peter J.

  • Need help with an automating a "Message from webpage" click.

    Any help would be appreciated. I guess I would consider myself as a beginner with VB.NET.
    Basically - My program launches an internet explorer window. Points to a specific webpage that has records. Finds the "check all" and clicks it, then finds and clicks "delete".
    I am stuck at this part. A "Message from webpage" pops up wanting to confirm the deletion of the records. I have 50 records per page and an excess of 14,000 records each day that need to be deleted. I do not have time to click OK on every single
    page.
    I have tried to sendkey function, which worked for a while but for some odd reason, it quit working. Someone suggested using API, which I know nothing about. Please help me! I am desperate!
    Here is my code. I know the "threading.thread.sleep" isn't good to use but I need someway to pause. Like i said, I am a beginner, so please be easy!
    Public Class Form1
    Dim oInputs As Object
    Dim oWShell As Object
    Private Sub btndel_Click(sender As Object, e As EventArgs) Handles btndel.Click
    With CreateObject("InternetExplorer.Application")
    .visible = True
    .navigate("WEDPAGE GOES HERE!")
    Threading.Thread.Sleep(3000)
    oInputs = .document.getElementsbytagname("a")
    For Each elm In oInputs
    If InStr(elm.innertext, "(Un)Check All") > 0 Then
    elm.click()
    Exit For
    End If
    Next
    For Each elm In oInputs
    If InStr(elm.innertext, "Delete") > 0 Then
    elm.click()
    Exit For
    End If
    Next
    Do While .busy Or .readystate <> 4
    Threading.Thread.Sleep(2000)
    Loop
    End With
    Dim objShell = CreateObject("WScript.Shell")
    Dim Success = objShell.AppActivate("Message from webpage")
    Do Until Success = True
    Threading.Thread.Sleep(1000)
    Success = objShell.AppActivate("Message from webpage")
    Loop
    Application.DoEvents()
    AppActivate("Message from webpage")
    SendKeys.Send("{ENTER}")
    End Sub

    Hi msnyder1112,
    Thank you for posting in MSDN forum.
    Since this issue is related to the VB.NET, so we will move this case to VB forum:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral , you will get better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Prospective Supplier Registration web page

    Hi
    There is a requirement to use prospective supplier registration webpage to register new suppliers. A URL will be sent to the prospective supplier who on completing the details will submit it. The buying company will approve/reject the details and create the supplier in AP. I have the following queries
    1. As per the I supplier R12 user guide there exist this supplier registration page, but i could not find it.
    2. If this URL is sent to the supplier how does it tie back to specific operating unit.
    3. What configuration is required to setup the above 2 requirements.
    i am new to this module, any help on this will useful
    Rgds,
    Ali

    Hi,
    In R12 Go the the Navigation:
    Purchasing Super User: Setup: Profile Management Configuration: Organization Encryption
    Click on Operating Unit and Click on Encrypt.
    The system generated encryption key is used for vendor registration.
    http(s)://<server>:<port>/OA_HTML/jsp/pos/suppreg/SupplierRegister.jsp?ouid=<encryption string>

  • I want to open an .eml in Thunderbird instead in a Firefox webpage

    I tried to fix it in Tools / Options / Applications, but I cannot add an file-extension (.elm) to the list.
    Earlier the email-message was shown by Thunderbird, now (since an update?) the message is shown in flat text in an Firefox webpage.
    How can I resolve this?

    Try this extension to set a favicon to a bookmark.
    *Bookmark Favicon Changer: https://addons.mozilla.org/firefox/addon/bookmark-favicon-changer/

  • Uploading prospects in crm 7.0.

    Hi,
    I want to upload prospects from ms excel sheet to crm 7.0 so here which one we need to choose ELM or BAPI or LSMW?
    Which is the best for mapping data? If go with bapi means how many bapiu2019s  I need to use and these 2 bapi isu2019t enough or not?
    BAPI_BUPA_CREATE_FROM_DATA and BAPI_BUPA_ROLE_ADD.just provide some information.
    Regards,
    Jemmi.

    Hi,please guide me in this code. i am trying to upload prospect data from txt file here i took bapi BAPI_BUPA_CREATE_FROM_DATA,BAPI_BUPA_ROLE_ADD_2 but it's showing dump error.please provide flat file what data i  need to mention.
    DATA : BAPI_CAT LIKE BAPIBUS1006_HEAD,
           BAPI_CD LIKE  BAPIBUS1006_CENTRAL,
           BAPI_BP LIKE  BAPIBUS1006_HEAD.
    DATA : BAPI_RETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE .
    DATA : W_FILE TYPE STRING.
    *--- Internal to hold the records in the text file
    DATA : BEGIN OF IT_DATA OCCURS 100,
                BPARTNER(4), " Business Partner ID
                PARTN_CAT(1), " Business partner category
                PARTN_TYP(4), " Business partner type
                PARTN_GRP(4) , " Business Partner Grouping
                PARTNERROLE(6), " BP ROLE
                ADDR_NO(10), " ADDRESS NO
                PARTNERLANGUAGE(1), " Business partner: Language
                END OF IT_DATA.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = W_FILE
       HAS_FIELD_SEPARATOR           = 'X '
      TABLES
        DATA_TAB                      = IT_DATA.
    BAPI_CAT-PARTN_CAT = IT_DATA-PARTN_CAT.
    BAPI_CAT-PARTN_GRP = IT_DATA-PARTN_GRP.
    BAPI_CAT-PARTNERROLE = IT_DATA-PARTNERROLE.
    BAPI_CD-PARTNERLANGUAGE = IT_DATA-PARTNERLANGUAGE.
    BAPI_CD-PARTNERTYPE = it_data-partn_typ.
    BAPI_BP-BPARTNER = IT_DATA-BPARTNER.
    BAPI_BP-ADDR_NO = IT_DATA-ADDR_NO.
    LOOP AT IT_DATA .
    CALL FUNCTION 'BAPI_BUPA_CREATE_FROM_DATA'
      EXPORTING
      BUSINESSPARTNEREXTERN              =
        PARTNERCATEGORY                    =  BAPI_CAT
      PARTNERGROUP                       =
        CENTRALDATA                        = BAPI_CD
      CENTRALDATAPERSON                  =
      CENTRALDATAORGANIZATION            =
      CENTRALDATAGROUP                   =
      ADDRESSDATA                        =
      DUPLICATE_MESSAGE_TYPE             =
      ACCEPT_ERROR                       = ' '
    IMPORTING
      BUSINESSPARTNER                    =
    TABLES
      TELEFONDATA                        =
      FAXDATA                            =
      TELETEXDATA                        =
      TELEXDATA                          =
      E_MAILDATA                         =
      RMLADDRESSDATA                     =
      X400ADDRESSDATA                    =
      RFCADDRESSDATA                     =
      PRTADDRESSDATA                     =
      SSFADDRESSDATA                     =
      URIADDRESSDATA                     =
      PAGADDRESSDATA                     =
      ADDRESSNOTES                       =
      COMMUNICATIONNOTES                 =
      COMMUNICATIONUSAGE                 =
      TELEFONDATANONADDRESS              =
      FAXDATANONADDRESS                  =
      TELETEXDATANONADDRESS              =
      TELEXDATANONADDRESS                =
      E_MAILDATANONADDRESS               =
      RMLADDRESSDATANONADDRESS           =
      X400ADDRESSDATANONADDRESS          =
      RFCADDRESSDATANONADDRESS           =
      PRTADDRESSDATANONADDRESS           =
      SSFADDRESSDATANONADDRESS           =
      URIADDRESSDATANONADDRESS           =
      PAGADDRESSDATANONADDRESS           =
      COMMUNICATIONNOTESNONADDRESS       =
      COMMUNICATIONUSAGENONADDRESS       =
      RETURN                             =
      ADDRESSDUPLICATES                  =
    CALL FUNCTION 'BAPI_BUPA_ROLE_ADD_2'
      EXPORTING
        BUSINESSPARTNER                   = BAPI_BP
      BUSINESSPARTNERROLECATEGORY       =
      ALL_BUSINESSPARTNERROLES          = ' '
      BUSINESSPARTNERROLE               =
      DIFFERENTIATIONTYPEVALUE          =
      VALIDFROMDATE                     =
      VALIDUNTILDATE                    = '99991231'
    TABLES
       RETURN                            = BAPI_RETURN
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    IF BAPI_RETURN-TYPE = 'E'.
    WRITE:/ 'Error:' ,BAPI_RETURN-MESSAGE ,'for material:' ,it_data-BPARTNER.
    ELSEIF BAPI_RETURN-TYPE = 'S'.
    WRITE: 'Successfully created material' ,it_data-BPARTNER.
    ENDIF.
    ENDLOOP.

  • ELM as datasource for segmentation

    Hi,
    Has anybody worked on scenario to use ELM as datasource for segmentation?
    When i try to create a datasource n TA: CRMD_MKTDS, I can see the option to select ELM in origin type field. But there is no field to select External list.
    My requirement is very simple: I want to segment the prospects acquired .
    All inputs are appreciated.
    Many Thanks,
    Shaik

    Hi,
    The BP's are located  in External file ( spreadsheet ) I want  to segment these BP's  and then create a TG. Thats my requirement.
    In SAP CRM only ELM  supports upload of an External file ( as far as i know ) . Hence i created an External list from my spreadsheet and i want to use this list to create Datasource and then an attribute list.
    We can easily use this Attribute list in Segment builder to create TG. thats my idea. but in CRMD_MKTDS its  not allowing me to create Datasource for ELM scenario.
    Please provide your inputs. How can we segment BP's from External list?
    Thank you.
    Regards,
    Shaik

  • 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

  • RE: ELM deletion Of BP's.

    Hi,
    Any one could please calrify the following,
    This is related to ELM business scenario, i have 15 Bp's which are rented now i exceuted a campaign and converted 10 Bp's in to PROSPECT and the remainig 5 Bp's i want to delete it from CRM Server how can i delete it?
    Regards,
    Sathish Prabhu.

    hi
    just use transaction BUPA_DEL
    or if above doesn work BUPA_PRE_DA
    see once ur work is done and u don want unwanted BP inside the system,to delete the BP its like normal way to delete them
    use BUPA_DEL
    it will solve ur purpose
    i believe u have already identified the BPs u want to delete
    best regards
    ashish

  • How to upload bp as sold to thr ELM

    hi friends
    through ELM we will upload 3d party data it will goes to bp general i want to export through ELM as role sold to party how it si please give in detail solution for this. and also how to mass convert of roles prospect into sold to party.
    bindhu
    [email protected]

    Hi,
    have a look at the standard BADI CRM_MKTLIST_BADI
    (interface name: IF_EX_CRM_MKTLIST_BADI)
    you can define a specific filter (for example according to the mapping format)
    in order to activate the custom code only while using a specific mapping format.
    then you would need to customize (creating your own implementation) the BADI CRM_MKTLIST_BADI
    method CREATE_BUSINESS_PARTNERS
    by adding the role CRM000 (sold-to) after the creation of the BP (CRM006 general role),
    the FM that allows it is the BAPI_BUPA_ROLE_ADD.
    Please reward points if these info are useful.
    Kind Regards
    Diego

  • Error in ELM t.code CRMD_MKTLIST

    Hi Experts,
    While trying to create an External List in transaction CRMD_MKTLIST, its showing me an error as follows:
    - Step "Create Marketing Prospects" is missing in the step table
    Please help me resolve this.
    The error details are as follows:
    1. Step "Create Marketing Prospects" is missing in the step table
    Message no. CRM_MKTLIST_PACKAGE050
    2. Diagnosis
    The step "Create Marketing Prospects" with the technical ID H was not found in the given step table.
    3. System Response
    For a correct processing of the steps and their attributes the mentioned step must be given.
    4. Procedure
    Put the mentioned step into the step table of the API and call the MAINTAIN-API again.

    Thanks Susanta!
    During the testing, I have noticed that it's probably an authorization issue. Some users can successfully use ELM, others can't. I'll try to take a more in-depth look at it as soon as possible.
    Regards,
    Caroline
    Update:
    It was indeed an authorization issue. It is resolved by creating an additional PFCG-role which includes the objects CRM_LIST_H, CRM_MAP_FM, S_DATASET and UIU_COMP.
    Edited by: Caroline Verwaeren on Aug 2, 2010 5:37 PM

  • Marketing Prospects in Campaigns

    Hi All
    I have created Marketing Prospects and the respective target group using ELM. Now when i add this Target Group to my campaign it gives an error "selected segment is not a valid business partner segment"
    Also i wanted to know the following:
    1. Is their a process by which i can automate Marketing Prospect to BP Conversion?
    2. Can i assign Marketing Prospect to a Call List and execute outgoing calls?
    Thanks
    JD

    Hi
    Randhir Soni
    could you please tell me how to convert Marketing prospect to SAP CRM BP?
    Br.
    William.

Maybe you are looking for