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

Similar Messages

  • By using middleware how data can be passed from ecc to crm?

    By using middleware how data can be passed from ecc to crm?

    Hello,
    If middleware setup is done for the data exchange between ECC and CRM, then you can use customizing objects
    (available in txn R3AC3) and business objects (available in txn R3AC1) , and condition/pricing related objects in available in txn R3AC5, which can be used for extracting data from R/3 to CRM. You can also find some upload objects for uploading the data
    from CRM to R/3.
    You can use transaction R3AS, to perform the initial load of customizing/Biz objects.
    Once initial load is done, any delta changes would come automatically to CRM by means of delta load.
    You also have request load, using which you can download range of materials/BPs which are missing or needs to be updated in CRM.
    If you have any specific questions, let me know.
    Hope this helps!
    Best Regards,
    Shanathala Kudva.

  • Contact Person - Mapping ECC-CRM

    Hello,
    Please suggest best practices of creating contact persons in CRM
    Our scenario is existing customers and contact persons would be uploaded in ECC which need to be replicated in CRM
    All new customers and contact persons would be entered in CRM only post golive.
    User have multiple contact persons with different addresses for every corporate account in CRM
    Thanks,
    Satish

    Hello ,
    PIDE settings in ECC:
    CRM--> ECC : B(Classification) - Z001 Ext Account Group of ECC
    ECC-->CRM : 0001 Account Group - B(Classification) - 0001 - Ext No Range (ECC)
                          Z001 Account Group - B(Classification) -0002 - Int No Range (CRM)
    Please suggest how to maintain Account group and number ranges for contact persons in ECC and CRM and PIDE settings for the contact person.
    which classification need to be used in PIDE
    Thanks,
    Satish

  • Contact Person Replication (R3 to CRM)

    Hi Gurus!
    I'm new at CRM and I'm facing a problem with Contact Person Replication (R3 to CRM).
    If I take a look at a Customer Master Data (on ECC), General Data, Contact Person Tab, I can see two lines with two different contact persons.
    Then, I go to the CRM, Tcode R3AC1 and update the filters for the Customer_main object (and automatically, the Customer_rel object stays with the same filters), just for that particular customer.
    When i run the tcode R3AS for the Customer_Main Object, I get a green light (at the R3AM1) and if I go to the WebClient UI, That particular account is really there, but with no contact persons on...
    I tried run the R3AS for the customer_rel, and again I had a green light on the R3AM1 but when i take a look at that particular account, once again, no contact person assigned.
    I thought "Maybe, the contact persons got replicated, but they are not correctly assigned to the accounts..." (and then i tryed to assigned contact persons to this particular account but when I search for a contact person at the Webclient UI...Surprise:No Contact Person Existed....
    Can anyone please give me a hint on this? Am I doing something wrong? How can i replicat my contact persons from R3 to CRM?

    Hi Ines
    Take a look at Best Practice Guide C03.
    I believe all of the required steps are in there.
    Regards
    Arden

  • Restrict Contact Person replication from CRM to ECC based on Partner Funct

    Hi Experts
    We are replicating Contacts from CRM to ECC, by assigning them to Accounts. We have a scenario to restrict Contact Person replication to ECC only for specific Partner functions (we have 5 such partner functions), for remaining partner functions the contact Persons should not be replicated to ECC.
    By Partner function I mean, while making this assignment of Contact to an Account in u201Ccontact Person Relationships datau201D under u201CPartner Function Assignment blocku201D (in web UI) we are adding a Partner function E.g. Author, (same can be seen in GUI, under Usage tab of CP Relationship data).
    However we were able to replicate contacts assigned to accounts to ECC in our 5 partner functions, but even the unwanted contacts assigned to other partner functions in CRM are also getting replicated
    How can I restrict CP replication from CRM to ECC based on Partner Functions assigned to the Contact Person
    Your help is highly appriciated.
    Points guaranteed.
    Regards

    Issue resolved using CRMC_BUT_CALL_FU.
    Posing the table name, just in case it might help others.
    Thanks

  • Replicate Vendor and Contact Person from SRM to ECC

    Hi Expert,
    I'm using SRM 7.0 and ECC 6.0 and using extended classic scenario.
    any required to replicate vendor master and contact person from SRM to ECC, when we create vendor and contact person in portal, the result should display in SRM and ECC.
    My question, Is it possible to replicate vendor and contact person from SRM to ECC? If possible, can you guide me?
    Thanks and Regards,

    Hi,
    sorry..
    this problem solved because our client change the business process.
    we open screen ECC in portal SRM.
    Thanks...

  • 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 get list of FMs while creating Contact Person from User Admin Link

    Hi Experts,
    We are implementing SAP ECommerce for my SAP ERP. In one of our requirements, we need to develop MASS UPLOAD program which will take input as Contact Person's first name, last name, address and authorization details and create new Contact Person as it is done through User admin link.
    To develop above tool, I want to trace all the Function Modules which are called while creating new Contact Person from User admin link.
    Please provide your inputs on how I can get the trace of FMs.
    Thanks,
    Keya

    Hi Keya,
    For a B2C eCommerce solution, you are looking at FMs BAPI_CUSTOMER_CREATEFROMDATA1 and ISA_USER_CREATE and the table USAPPLREF which holds the reference to the customer and user.
    To get the FMs called, you would have to do a session trace during B2C user registration / B2B user creation from UME. You could search this forum on a 'how-to' for doing a session trace or lookup the development and extension guide that provides a lot of useful information.
    Cheers,
    Ashok.

  • BUPA_REL BDOC's from ECC to CRM  BP  Contact PersonRelationship DATES wrong

    Hello  SDN community,
    BUPA_REL BDOC's - from ECC to CRM  - BP Contact Person Relationship (BUR001)  -  Valid From & Valid To dates are not replicating correctly.
    Within ECC,
    when a Business Partner's Contact Person relationship (BUR001) is modified, such that one relationship is ended
    and the "Valid To" relationship is set to  todays date (ie. 20/01/2012).
    AND  then another Contact Person relationship is created for the BP, with a Valid From date  that is  set  to tomorrow  (ie. 21/01/2012) and
    the Valid To date is set to  31.12.9999.
    THEN  the BDOC processing occurring in CRM  is setting the relationship dates in CRM incorrectly.
    ie. The VALID FROM date is set to 01.01.01 and
    the VALID TO date is set  to 31.12.9999.
    Does anyone have any ideas/solution for this or a similar experience?
    Thanks in advance
    Andrew Clarkson

    Hi, Andrew Clarkson
    1630644 - No validity period in standard contact person relationship
    This is SAP standard behaviour
    Due to technical reasons, the partner function assignments are not time-dependent and the validity period of the contact person relationship cannot be considered by the automatic partner determination in the CRM applications. Therefore the maintenance of the start and end for the contact person relationship in CRM is deactivated in the standard system.
    A possible workaround is to use a customer-defined relationship category (copy of standard), which can be customized without any limitations.
    Regards,
    Denis

  • How can i contact backup from iphone to blackberry

    how can i contact backup from iphone to blackberry
    jatinder pal singh
    <Personal Information Edited by Host>

    Try using one ot the several WiFi transfer apps in the App Store. I do that all the time, back/forth between iPhone and iPad Mini. Works with videos, too.

  • How to restrict the user from making any changes in Sales order- item level

    Hi to all
    How to restrict the users from making any changes in sales order at item level if the same sales order is released by senior user through status profile.
    Regards
    Anish Parikh
    Edited by: anish parikh on Jan 24, 2008 5:16 AM

    Hi Anish,
    This can be achieved through the roles and authorization.
    This can be done through the basis team. they can create user profiles and roles.
    For the roles they assign some transaction codes so that they can view the only assigned tr. codes.
    Like that ur requirement can be done.
    Also u can prevent the user to change any fields in the sales order screen (VA02). for that please modify the authorisations.
    Hope i answers.
    Reward points if useful.
    Edited by: kaleeswaran bhoopathy on Jan 24, 2008 9:57 AM

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

  • Changes are not updated from ECC to CRM How to debug

    Hi,
    QCs 1140049726  and 1140047459 were updated in P20 system to remove the WBS.  This was done per normal P20 process and instructions.  P20 system correctly reflects that QCs have no WBS value and the contracts are BOX - all is correct in P20.
    CSP still shows these QCs as having a WBS assigned to them.  This is incorrect.  It has been over 24 hours since the P20 QCs were changed to reflect no WBS, but CSP still has not been replicated with the correct data.
    How to proceed with it. How to debug from ECC to CRM.
    Prem.

    Hello Prem,
    Could you please have a look at SAP note 656823?
    This note contains debug tips for btx data transfer. Please check point 6 which talks about the delta download.
    Hope this could be helpful.
    Best regards,
    Maggie

  • Remote Function Module call from ECC to CRM (how to pass parameters?)

    Hi there,
    I have a remote FM that I would like to call from ECC to CRM. The FM is remote-enabled, so I assume that I can call this from CRM. However, in CRM some of the table structures that is required are not available. Hence, my export/import parameters won't be match, unless I create those types in CRM, but this is going to major work!! 
    How do we pass/import the parameters since the data type in ECC is vastly different/not available in CRM?
    Cheers

    The structure will need to be defined in CRM.

Maybe you are looking for

  • Reference Algorithm

    There is problem with my Reference Algorithm where it is designed to minimize the size of image file after serializing but unfortunately I am not getting the desired results.Reference Algorithm is roughly like this:- Because every pixel has alpha,red

  • CRM target griup creation error

    Hello All After i created a Clustered model successfully i went ahead to create a CRM target group and as the last step in the process I selected the Training source of my Clustering Model ,right clicked it and clicked Monitor The result shows that t

  • Cannot use fire shot -- asks for update - then warned it is third party and not to trust

    Cannot use fire shot to save page image. Told to update. Go to update and after several tries of re-downloading next to newest version try newest which is 'not reviewed'. Then pop-up says mozilla not sure about it and it is third party so I don't con

  • Create production order from sales orders

    Hello, I am looking for some detailed documentation in order to make customizing in sales module. The aim is to create production orders from sales orders.. Thanks  for your help

  • Edited images shift color when printing or transferring to PC platforms

    I'm a photographer and I edit my images in Photoshop, Light Room and Capture One. It seems however that lately they shift color to a green tint when I attempt to print them through the Noritsu kiosk systems and more, they do the same when transfered