How to archive contact persons without relationship

Hello,
if in ERP a contact person of an customer (VD02) is deleted a BDOC is created for CRM.
This BDOC deletes the relationship from the contact person to the account in CRM.
In the meantime we have a lot of contact persons without any relationship in CRM because our CRM system is already 5 years in production.
How could i flag this contact persons for deletion and archive them in the next step?
Sorry for this maybe low-level question but i never did this in CRM.
Our CRM Version is CRM70 SP05.
Thanks a lot.
Kind regards
Manfred

Hi Mandred,
I would use t-code BUPA_PRE_DA, to mark them massively for archving.
To find the contact persons without relations, you can first collect all contact persons in the system at BUT100 by querying business partners with contact person role, and the check in table BUT050 to collect the ones that have relationships.
Then I would compare with first list (BUT100), and obtain the ones that doesn't have a relationship.
Kind regards,
Garcia

Similar Messages

  • How to display contact person full screen photo in making a call or receive call

    How to display contact person full screen photo in making a call or receive call

    Apple have removed the full screen contact image calling in 7.1, they come with default icon. Hope they bring back that option in next, you can also leave feedback @http://www.apple.com/feedback/

  • How to avoid contact person deletion when partner function is assigned

    Hi All.
    I need your help for a contact person issue.
    I'd like to avoid a contact person relationship to be deleted when this contact person is assigned to one or more partner functions for any customer's sales area. In ECC I can't delete a contact person that is been used as a partner function in customer's sales data (KNVP). The system shows message F2 189. But it seems not to be the same in CRM as I'm able to delete this contact person relationship despite he's been used as a customer's partner function. Furthermore, when the contact person is deleted in CRM, no upload to ECC occurs, I mean, the contact person is still "alive" in ECC and linked to the customer.
    Thanks in advance for your help.

    Thanks, Prasenjit.
    Yes, we're using Web UI, so I'll try to check the partner function assignment as you told me.
    No problem regarding the concepts of contact person deletion and contact person relationship deletion, I know the difference. What I meant was that you can delete a contact person relationship in CRM (not the contact person itself but the relationship) and this relationship is not deleted en ERP due to the fact that this contact person is used as a partner function in the customer sales area. It seems CRM and ERP are working in a different way, using different checks that can lead you to inconsistencies.
    Kind regards,
    André

  • How to assign contact person with user id to vendor via upload

    Dear All,
    We have successfully uploaded external business partner (Vendor) from ECC6 to SRM5.0  via BBPGETVD. So vendor is available in PPOMV_BBP.
    Now we would like to assign the contact person with user ID to this vendor so that he can logon to our system and update Bid.
    If we create contact person (employee) via "Manage Business Partner", system provides the option to create contact person and User ID under "Employee for Business Partner".
    But we can create contact person one by one, if our client have 600 vendors from ECC and already transferred to SRM.
    How to rapidly create and assign contact person to all vendors ?
    Who have any ideas for upload via text file or excel sheet please advice me.
    Best Regards,
    Theerat.

    Hello Theerat,
    Try these FM
    BBP_CREATE_CONTACT_PERSON
    BBP_CREATE_CONTACT_USER
    muthu
    Edited by: Muthuraman Govindasamy on Oct 7, 2008 9:16 AM

  • How to view Contact Person's Occupations in WEB UI

    Hi Experts,
    While creating Contact Person, you have a provision to select Occupation (drop down list) of a Contact Person. This works fine in SAP GUI, but in WEB UI, the drop down values are not displaying. I activated the Occupation field in assignment block using personalization option, still you can view only blank input field.
    Any suggestions or pointers will be highly appreciated....
    Cheers,
    Peter J.

    Hi Nag,
    Following is the code in GET_V and GET_P methods (both are in yellow color), could you kindly let me know - how to add break point (I am not a technical person)....
    METHOD GET_V_OCCUPATION.
    message 3489071 2006
      DATA:lt_ddlb TYPE bsp_wd_dropdown_table.
      IF gr_ddlb_occupation IS NOT BOUND.
        CREATE OBJECT gr_ddlb_occupation EXPORTING iv_source_type = 'T'.
      Get values for OCCUPATION
        CALL METHOD cl_crm_uiu_bp_cust_get=>get_values_for_field
          EXPORTING
            iv_fieldname   = 'OCCUPATION'
          RECEIVING
            rt_value       = lt_ddlb
          EXCEPTIONS
           error_occurred = 1
            OTHERS         = 0.
        APPEND INITIAL LINE TO lt_ddlb.
        IF sy-subrc = 0.
          gr_ddlb_occupation->set_selection_table( it_selection_table = lt_ddlb ).
        ENDIF.
      ENDIF.
      rv_valuehelp_descriptor = gr_ddlb_occupation.
    ENDMETHOD.
    METHOD get_p_occupation.
      CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter~fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_picklist.
      ENDCASE.
    ENDMETHOD.
    Thanks for your prompt response....
    Cheers,
    Peter J.

  • How to synchronise contact person data from customer master to Bus partner.

    Can someone please explain how we can synchronize contact persons from customer master to business partner data.
    Are existing contact persons of customer are automatically created as Business partners(persons) when we do the synch.
    Can MDS_LOAD_COCKPIT be used for this purpose.
    I have some existing customers whose contact persons data is not already reflected in BP. How can I do that.
    Please help.
    Thanks-Donny

    Hi,
    I think the BP data will change with the changes in the critical fields of the customer master. Try chaning certain fields in the customers where you want the data to be updated. Hope that will work. Other wise you need to look out to do a mass update on the BP.
    Best Regards,
    Jagadeesh
    Edited by: Jagadeesh G Chary on Feb 1, 2012 7:34 AM

  • How to create contact person on SAP Solution Manager

    Dear all.
    I installed SAP Solman SR3, I config solution manager for download support package. When I use the transaction AISUSER to assign user and contact person. I receive the information:" Partner 000xxxxxx not found". I saw in Solman SR2 didn't have this error.
    Now I want to define contact person ! Please help me if you know about this problem.
    thanks all so much.

    Hi Thao
    We have 2 column in AISUSER transaction table....
    one is USer in which userid for the person is entered
    sec is contact person in which S-Userid is entered(Delete the S and Leading Zeros from it)
    The error which you are facing is because when you enter the entry a check execute by the system is enquireing the table AIContacts which is update by a background job .....................so have you scheduled this standard job .........REFRESH_ADMIN_DATA_FROM_SUPPORT.
    Also posting the help log for the ur convenience....
    Procedure to remove the error
    Please check if you entered the correct number (S-User without S) or use the value help for this field. If the value help doesn't provide any data the report AI_SC_REFRESH_READ_ONLY_DATA has not been run yet. It should be scheduled daily with transaction SM_CONFIG_JOBS as job REFRESH_ADMIN_DATA_FROM_SUPPORT. However if you want to run this job successfully the user who created the job must be maintained in transaction AISUSER first. So you should ignore the warning for this purpose, maintain the partner for this user and continue maintaining this table after the job has fetched the contact data for the value help from SAP Support Portal successfully.
    Even then it can happen, that you don't find the partner number in the value help. The reason for this may be, that the user doesn't have enough authorizations for some actions, since only users with certaine authorizations are downloaded from SAP Support Portal. So you also may ignore the warning in this case, as long as there is no typo in the partner number.
    Hope it clarifies your doubt
    Regards
    Prakhar

  • How to remove contact person during outlook contact person synchronization

    Dear All,
    Our client is on SAP881 PL09, Office 2003. They have 2 US companies and 1 CA company.
    If I delete a contact person in SAP, once I do synchronization, how can we remove the same contact person in outlook? I cannot find a way to remove contact person during synchronization. Thanks.
    Regards,
    Yuka

    Hello,
    You have integration with outlook.
    then opne Outlook > select SAP Business One menu item>syncronization>Syncronization>and proper selection then select syncronization button.
    it will syncroniz SAP and outlook contact person with existing both otherwise so option that this contact person are/is not available in SAP or Outlook so what you want ?want to sync or not
    Thanks
    Manvendra Singh Niranjan

  • How can you contact itunes without giving a serial number?

    Does anyone know how to contact Itunes without having to give a serial number?   I just need then to allow me to update things, but the system does not recognise my password

    Hi Stupid021,
    If you are having an issue with signing in to update your software in iTunes, you may want to reset your Apple ID password. Use the steps in this article -
    Apple ID: Changing your password - Apple Support
    If you do not have the password available you can reset it using this article -
    If you forgot your Apple ID password - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How to restrict contact person from ECC to CRM

    Dear All,
    We need customers to flow from ECC to CRM, but not Contact persons.
    Seems that the 2 adapters CUSTOMER_MAIN & CUSTOMER_REL have to have the same filter settings.
    How do we achieve this?
    Please help!!
    Best regards,
    Rohit L.

    Hi Rohit,
    In CRM table CRMC_BUT_CALL_FU you can add any function module you need to filter data as per your requirement... Have a look to this OSS note that will show you the trick:
    Note 638628 - No contact person upload into R/3: Example for exit users
    Regards,
    Nicolas
    PS: this OSS note is even better:
    Note 774662 - Enhancement of the business partner data exchanges
    Edited by: Nicolas BUSSON on Jun 4, 2009 10:13 AM

  • BDoc Error - Specify Contact Person - BP Relationship.

    Hi Experts,
    I am having a BDoc with an error msg of "Specify Contact Person". I have checked the extended data of BDoc; it refers to a two BPs id and a Contact Person relationship. I have checked for the relationship between them; it exists.
    I am trying to re-process the BDocs but still they remain in the same error stage.
    Kindly suggest.
    Thanks,
    Chaudh.

    Hi,
    I have gone through your query.
    I hope the error is "Specify the name of the Contact Person". If the direction of the replication is from CRM to ERP and you have not filled any of the name fields for contact person here in CRM, this error might occur. Because in ERP system the last name field is mandatory.
    So you need to fill the Name fields here and check the Bdoc monitor.
    Regards,
    Venkat

  • How to create contact person with BAPI_ADDRCONTPART_SAVEREPLICA

    Dears,
        when using BAPI BAPI_ADDRCONTPART_SAVEREPLICA to create contact person,it exports the PERSON_NUMBER and ADDRESS_NUMBER, but no record found in table KNVK for customer or vendor .
       The parameters is as below,
      CALL FUNCTION 'BAPI_ADDRCONTPART_SAVEREPLICA'
        EXPORTING
          obj_type_p    = 'BUS1006001'
          obj_id_p      = <personal number>
          obj_type_c    = 'KNA1'
          obj_id_c      = <customer>
          obj_id_ext    = SPACE
          context       = '0005'
      also no return message and sy-subrc =0.
      what maybe the error? and any other method to create contact person ?
    Ths .

    DEAR,
        after test by my colleague, after creating contact person by BAPI_ADDRCONTPART_SAVEREPLICA , then he should input the parter and name into BI structure bknvk when he use bi fm to create customer, then the contact person will be associated with the customer.
       But i use BI fm 'VENDOR_BDCDATA' to create vendor, there is no such structure to do so. so no contact person associated with the vendor, but the contact person has been created and just not associated with this vendor in table KNVK.
       are there any other methods to do such things to associate contact person with my vendor after call BI FM  'VENDOR_BDCDATA' ?
    BR.

  • Employees act on behalf of customers without contact person relationship?

    Hello - we have internal customer care employees that need to be able to support our ecommerce customers in WebChannel...is there a way for my employees to be able to do this without establishing a "Is Contact Person For" relationship between my employees and our ecommerce customers?
    We are running into problems with the volume of relationships required and, in particular, middleware/ECC seems very inefficient at processing this relationship data to the point of shutting down BP middleware traffic.
    Thank you - Matt

    Hi Matt,
    Internal employees can order/access B2B application without being a relationship maintained. This can be done through Business on Behalf application. this application can be accessed at htp://server:port/b2b_2/init.do. Once you have configured this application any employee can login into this application and order on behalf of customers. Once the order is created it will not create a relation ship with the employee.
    More information can be found under below link
    http://help.sap.com/saphelp_crm40/helpdata/en/ce/b8433ffb8b1f07e10000000a114084/content.htm
    Sateesh Chandra.

  • Display relationships by contact persons

    Hello,
    if you display the master data from a company, you have an info block for relations where you can see the connected contact person to the company. at this positions its also possible to delete the relationship between the company and the contact person.
    If you display the master data from a contact person, the info block relations are not filled.
    Its possible to see the businessadress of the related companies, but its not possible to delete the connection between the contact person and the company from the master data of the contact person.
    So, somebody have a tip how we can make this possible?
    why i cant see the relationship to the company in the info block relations at the contact persons?
    Thanks a lot for your help!
    kind regards - Helmut

    Hi
    Please check the following note it should resolve your issue:
    Note 1238913 - Account: how to display contacts in AB "Relationships"
    Also see the following notes:
    Note 1175899 - CRMWebUI:Is Contact Person Rel.ship not displayed in Account
    Note 1331704 - CRM Web UI Account / contact / employee search: corrections
    Note 1310163 - CRM WEBUI: Standard contact in search result
    Note 1117424 - Contact Person-role not created for Contact Persons
    Hope this helps
    Rupesh

  • How to modify the contact persons company address changes

    Hi Friends,
    My requirement is i want to update the address of the contact person in relationships. Actually when we are maintaining the relationships it is automatically taking the Accounts address in company address field but i wants to maintain the different address for each contact person related to the particular account for that i used Bapi_bupa_contp_addr_change functions module as well as Bapi Transaction Commit also but it is not helpful.
           I want to change the contact persons address as per flat file, so please let me is there any fuction module for changing the address of a contactt person in relationships.
    Regards
    Kumar

    Hi Kumar,
    could you solution this issue?
    I use this FM, I cna Insert new telephones por relationship but, I can't delete and update.
    Can U help me? my code:
    data : i_bapiadtel like BAPIADTEL occurs 0 with header line,
           i_bapiadtel_x like BAPIADTELX occurs 0 with header line,
           i_return LIKE bapiret2 OCCURS 0 with header line.
    i_bapiadtel-telephone = '937102020'.
    i_bapiadtel-std_no = 'X'.
    APPEND i_bapiadtel.
    i_bapiadtel_x-telephone = 'X'.
    i_bapiadtel_x-std_no = 'X'.
    i_bapiadtel_x-updateflag = 'D'.
    APPEND i_bapiadtel_x.
    CALL FUNCTION 'BAPI_BUPR_CONTP_ADDR_CHANGE'
      EXPORTING
        businesspartner = '0020034745'
        contactperson   = '0090004124'
      TABLES
        bapiadtel       = i_bapiadtel
        bapiadtel_x     = i_bapiadtel_x
        return          = i_return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        wait = 'X'.
    Thanks in advance.
    Sergio

Maybe you are looking for

  • IS-FS-EDT:German special Characters umlaut not uploaded in the database

    Hi, I have problems with special German characters (umlaut) like ü, ö, ä. I am uploading BPs using External Data Transfer using flat file. Flat file contains multiple strings. The problem is that when I'm using a string containing one of those in the

  • Availability Group Database( secondary) went to Suspect mode. What is the solution?

    Hi Folks, database went suspect mode in secondary server. ( sql 2012 SP1) 1. How to bring online,Is it possible withuot breaking primary. 2. can we access only primary. 3. What are the modes ( not_synchronzing, suspnded etc.) Could you please explain

  • Remove Object link from DMS

    Hello , i have to create a report in which i have to remove the link of the document . I have done the following procedure. 1) bapi_document_getdetails2  with X in object link 2) tick the delete indicator in the Object link table 3) bapi_document_cha

  • RPAS MFP workbook formatting after batch run

    First, let me apologize as I am new to RPAS. During our weekly batch run, workbooks are generated, but we must manually reformat the workbooks, all the tabs and profiles and is very time consuming. Where would I start my education to understand how t

  • How to view cell reference not its text name?

    One of my spreadsheets in Numbers 3.0.1 is displaying cell text descriptions when I view formulas.  Somewhere there must be an option to view the alpha-numeric cell reference ID's, re: A1, A2 - etc.  But, I can't find where it's hiding.  Can someone