How to restrict/block replication of contact person? SAP CRM 7.0 ehp 2

Hello fellow crm consultants,
I am looking for a (hopefully) standard solution to restrict the replication of contact persons (CP) from crm to ecc back and forth while they are related/linked to a customer.
In this current scenario we create a new customer on the CRM side and immediately link new or existing contact persons to this customer before saving the new entity. Upon save the data is being replicated and creates the same in ECC. However there is not CP replication been setup between CRM/ECC meaning that normally no contact person information is being replicated or synced between these systems. But only when the customer is being replicated including contact person(s) this is information coming through anyways. I want to completely block the CP information and only replicate the customer information.
Is above possible in SAP CRM 7.0 ehp 2 and how through customization?
Thanks in advance.. points will be rewarded.
Regards,
Rogier

Hi,
If you want to replicate only customers from CRM to ECC, you can set a filter in the subscription on IS_CUSTOMER = "X" for example. That will stop replication of contact persons, organization units, employees, etc.
See following oss note: 1834681 - How to set filter for BP upload from CRM to ECC
But for something more complex, you might need to implement a function module and add it to table CRMC_BUT_CALL_FU. Kindly check following oss note for an example:
638628 - No contact person upload into R/3: Example for exit users
Best regards,
Nicolas.

Similar Messages

  • How to save more than one Contact Person in CRM

    Hi experts,
                     How to save more than one contact persons in CRM opportunity Application?
    I am using following Function Module...
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
        EXPORTING
          it_partner        = lt_partner_com
        CHANGING
          ct_input_fields   = lt_input_fields
        EXCEPTIONS
          error_occurred    = 1
          document_locked   = 2
          no_change_allowed = 3
          no_authority      = 4
          OTHERS            = 5.
    I am giving the input field name as 'PARTNER_FCT', 'PARTNER_NO', 'DISPLAY_TYPE', 'NO_TYPE', 'MAIN_PARTNER' and 'RELATION_PARTNER'.
    The problem is it is saving only one contact person, not more than one.
    Please help me how to save more than one contact persons.

    In SPRO partner processing this needs to be configured.

  • Prevent replication of Contact Person from CRM to ERP

    Hello,
    we replicate business partner with role "Solt-to Party" from CRM to ERP.
    But we want to prevent that the contact person of the Sold-tp Party is relicated too.
    How we can realize this?
    Thanks for help
    Ronald Ploß

    Hello,
    I have changed both objects (BUPA_MAIN / BUPA_REL) to Simple intelligent (msg). But in BUPA_REL you can only filter on BPARTNER.
    In the scenario we need BUPA_REL for the replication of Employee responsible.
    Thanks and regards
    Ronald Ploß
    Edited by: Ronald Ploß on Jun 23, 2008 4:19 PM

  • Deactivate replication of contact persons from R/3 to CRM

    Hi,
    i'm replicating customer relationships from ECC6 to CRM2007. All fine, including z-partner functions etc.
    One thing Im baffled by however is the replication of contact persons. Contact persons will be created in CRM only, without any integration/replication with ECC6. Since there are existing contact persons in the ECC6 master, I want to deactivate that replication.
    So I hae deleted the mapping for master data transfer in CRM in the IMG under Basic Functions => Partner Processing => Data Transfer => Distribution of Partner Functions from SAP ECC into CRM
    and Distribution of Partner Functions from CRM into SAP ECC.
    But if I create a contact person in ECC6, it STILL replicates through to CRM!! Any ideas how to de-activate that replication? I don't want to end up with failed BDOCs in the middleware if posible.
    regards
    Jens

    Hi Srikanth,
    thanks a lot for your reply. However the approach needs to be a bit more sophisitcated than that. I do replicate through a number of r?3 partner functions into relationships in CRM, e.g. ship-to and 3 z-functions (promary CSR etc.). That all works fine and needs to stay that way.
    However I do need to deactivate the replication of the R/3 contact persons to CRM.

  • Relationship Between ECC Customers (Contact Persons) and CRM BP

    Hello,
    I am new to middleware and need some help with the relationship between ECC customers/contact persons and CRM business partners.
    We are transferring via bdoc this information from ECC to CRM.
    Which bdoc types are used when transferring customers/contact persons? I believe it is BUPA_MAIN but am not too sure. How is the relationship between customer its contact person transferred? Is this done through BUPA_REL? I looked at the segment fields in SBDM but am not too sure how to understand the relationship...
    Thanks for the help!
    Regards,
    Tiffanie

    Thanks! With the initial load, how do I check what fields are being passed in the bdocs?
    I tried to look for customer_main, customer_rel in SBDM  and couldn't find it. Instead I used BUPA_MAIN and found some segments but couldn't find all the data that was being transferred (e.g. customer name, address, etc...) Where do I find all the fields contained in the bdoc?
    I see them in SMW01 when I view the bdoc contents but can not find the actual structure (data fields) that are being brought in from ECC.
    Thanks!
    Tiffanie

  • How to set value for radio button in sap crm survey suite

    Hi ,
    I created a survey in CRM Service, in which I added a question with answer as '10 Selection Button Group ('radio button'). And answer has 11 answer options (which means 11 radio buttions). Now when we test the survey, the value for the radio buttons is appearing like 'id_0050569b03091ee480a29d8ee61e953c'. But i want to set a specific value for each radion button (from 1 to 11). So, how to set value for radio button in sap crm survey suite???.
    Thanks & Regards,
    Seshu

    Hi,
    I found solution myself. Click on Goto -> Editing Mode -> Expert Mode. Now you can set value for radio button.
    Regards,
    Seshu

  • How the Company Code determination happens in the SAP CRM

    Hi,
    Friends ,
    How the Company Code determination happens in the  SAP CRM ?
    Regards,
    VCS

    Hi VCS,
    company code is determined in the following ways,
    Sales org created in CRM is linked to Sales org in ECC, where it is diretly linked to Company code in ECC.
    Secondly, Billing units in CRM are assgned to CC, you can see this under Master data-> Cross system org units-> Biling units to CC
    Regards,
    Seshu

  • How to findout Feeder Class for Contact person POWL

    Hi Experts,
      Can anyone tell me what is the Feeder class & how to find out Feeder class for Contact person POWL?
        Can anyone tell me how to find out Feeder class for any particular POWL views.
    Thanks & Regards
    Sandeep.

    Dear Sandeep
    you should consider the following transactions to obtain/configure POWL
    ===========================
    FPB_MAINTAIN_HIER
    Here you define you App. ID
    POWL_TYPE
    Here you define your TYPE and connections to Feeder Class
    POWL_TYPER
    Here you link App. ID + Type
    POWL_QUERY
    Here you define the Queries (views)
    POWL_QUERYR
    Here you link your Type + Query
    ===========================
    So for the Feeder Class you should check POWL_TYPE. But the transactions above are all interconnected.
    Kind Regards
    /Ricardo Quintas

  • How to change validity for relationship contact person - BUR001

    Hi group,
    I need to be able to change the from and to date from the relationship category BUR001 (Contact Person). The system automatically sets the FROM as 01.01.0001 and the TO as 31.12.9999.
    I assumed the customizing for this is done in the relationship category settings in transaction BUBA. Setting its value to 2 or 4 should do the trick and does the trick for any other relationship category, but NOT for the contact person category. Of course I need to be able to change this one and not other types
    I am sure this problem has been encountered before. Please provide me with suggestions. Again: BUBA settings do not solve my problem for specifically this relationship category.
    Thanks in advance! Useful answers will be rewarded.
    Kind regards,
    KZ

    Hi there,
    We can creat a relationship category of contact person with validity period.then use this relationship category while you assign the contact person to the main Business partner.

  • How to change Number range to Contact Person in Customer Master Record

    Dear all,
    We are maintaining contact person details under contact person tab in customer master record.
    Currently contact person is being created using VAP1 transaction.
    Can we automate this contact person creation by entering the data in contact person itself?
    and where can we change the number range of contact person.
    I have searched a lot to find the solution for this. Please help me to resolve this issue. Your suggestions will be highly appreciated.
    Best regards
    Venkat

    Hi Venkat,
    To your first question: "Can we automate this contact person creation by entering the data in contact person itself?"
    Yes, you can enter the contact person directly in the customer master in the contact person tab. A number is generated automatically.
    To your second question, go to transaction SNUM, and there use object "PARTNER". Here you can configure number range for contact persons.
    Hope this helps,
    Regards
    Nikhilesh

  • How do I block all external contacts in iMessages

    Hello,
    So I am an IT guy at a school,  We are using iPads to assist our students with communication difficulties.  I would like to make it so that they can only message the approved email addresses.  Essentially, I am trying to create a whitelist, and also make it so that the students cannot add contacts to the "whitelist"  is there a way that I can do this?

    Additionally, I forgot to mention that I want to block externals from contacting iPad, as well as, block iPad from messaging outside of whitelist.

  • Replication of Contact person

    Hello All ,
    In BP relationship screen there is a field "Standard relationship".The data stored in BUT050-XDFREL. If I change this field a Bdoc is generated.I can see a value in Central data - main - data - Default relationship ="X"
    What field will be updated in R/3  by this BDOC? I am looking for "Standard relationship" field in R/3 contact person.
    Thank you very much,
    Rika

    Hi Rika,
    The field XDFREL in the table BUT050 is for the relationships of the
    Category 'contact person is of' used in order to display that a contact
    person is the 'main contact person' of a business partner.
    The SAP R/3 flag KNVP-DEFPA corresponds with field IS_DEFLT_PARTNER
    which is found in table CRMM_BUT_FRG0081.
    The standard flag doesn't exist in R/3. 
    Of course you can use User exit DE_EIOUT (see note  0620399) and any field in R/3 to have a corresponding mapping. For an upload of this flag you needs User Exit DE_BALE.
    Regards, Gerhard

  • R/3 Contact person to CRM

    Guys,
    The contact person number in our R/3 46C system is different than the contact person number in CRM, i.e.  4567 (in R/3) is 500009876 (in CRM).  How I can determine its corresponding number using ABAP based on the R/3 contact person #?  Is this data kept in some tables?
    thanks,
    Yan.

    Hi Yan,
    R/3 contact persons get downloaded into CRM as individual business partner master records with a different number range. That's why those numbers doesn't get mapped to each other.
    CRM stores the relation between CRM contact person and R/3 contact person in the table CRMM_BUT_CONTNO
    Use CRM table BUT000 to get the GUID of the contact person. Use this GUID in the table CRMM_BUT_CONTNO to find the correct R/3 contact person
    <b>Do not forget to reward if it helps,</b>
    Regards,
    Paul Kondaveeti

  • How to restrict languages in Java stack of SAP BW 7.0?

    Hello,
    we are using SAP BW 7.0 (SP 18) and like to show the results of BEx Web Templates in Portal only in English or German.
    A user can select a language via Personalize in Portal. This language is available within the Portal-variable "Request.language". We use iViews in the Portal to execute the Web Templates. Therefore we added "&language=<Request.language>" to all URL of the Web Templates in the iViews.
    We were able to restrict the ABAP stack of the SAP BW system to English and German by setting following parameters:
    zcsa/installed_languages  = DE
    zcsa/system_language     = E
    zcsa/second_language     = D
    Now the results of SAP BW system shown in the Portal contain only English or German texts for BEx Elements as query title, variable text, and text of InfoObjects in columns and rows.
    But other texts (as on buttons etc.) are in the Portal language. Because the result of the Web Template is created in the Java stack for the Portal, we think here we have to reduce the available languages.
    Is there a possiblitiy to restrict the language used in the Java stack in a way that the result in the Portal is only English or German?
    Best regards
    Norbert Matz

    Web Server tells you specifically which Update release in the string you quote (in your string you are running the original release of Web Server 7.0).
    My server is currently running Web Server 7.0 Update 7. The startup string looks like:
    [19/Jan/2010:11:18:27] info (15407): CORE1116: Sun Java System Web Server 7.0U7 B12/14/2009 22:58

  • How can we create Versions for Products in SAP CRM

    Hi All,
    We want use Product Versions in our CRM IC Webclient. We want to be able to select a product and then have a list of versions to pick from. Can anyone tell me if they have configured Versions for Products in their SAP CRM system. If yes, then how did you go about it.
    Thanks,
    Ramesh Nallabelli

    Hi Arup and Shanthala,
    Thanks for the prompt responses. Appreciate your help. We want to create Product versions like this: Product: Windows OS Version: 95, 98, XP, Vista, 7, etc.
    When I try to create a configurable product, using the Configuration tab, to create or use a product model I see an error message: PME installation with errors The long text is: The environment variable PME_HOME that includes the PME application has to exist locally in order to start the PME from CRM.
    This indicates the configuration of IPC in our CRM system. This is something that we have not undertaken so far.
    When I use the Poduct Variants tab to create a product variant for a configurable product, I can't edit here. This view opens in a display only mode. After reading some more about this, It looks like variant configuration needs to be used in tandem with ERP variant configuration. There might also be a need to recreate this in the Java configuration engine. We are going to create these products in CRM only, so this might not work for us.
    Regards,
    Ramesh

Maybe you are looking for

  • File content conversion - flat file to Idoc error

    Dear Experts, I have a situation where im using FCC in the sender adapter The data is in flat file with multiple fields separated by space . (*header444456    line4445758 header343434 line445687*) sample falt file data . should be divided as below he

  • Need help with PHP form processor coding

    I posted my first question on this forum earlier today and got help quickly. I'm going to try again and see who can help me this time. I have a customer feedback form that I designed and I am using Spry validation on the fields and I'm use Recaptcha

  • Rescue and Recovery Capability to recover other operating systems

    Hello Folks,  I have a question regarding R&R. I have a thinkpad T520 running windows 7. It came with a 500GB hdd and I allocated 50GB of that to a Linux system. I bought a 1 TB HDD and would like to replace the one inside, and this brings me to my q

  • How can we Make trial version for our Midlet..

    Hellow ! I am having my Midlet application completed successfully.. I want to give it to my client for demo.. so which is the best way to make my application for trial version? Means that client can only open that application for 10 times... Premal

  • Help in design methods

    HI , i want to know if there is performance aspects and good design i do the operation in good way , this is regards insert , update , modify I  do read opration  from the DB tables and i need to create or update the value 1. if sy-subrc = 0 i check