Postcode can't replicate to CRM from ECC

hi,guys,
   I found the postcode field and city field could not replicate to CRM from ECC,but other fields can replicate conrrectly.why?Our CRM system is 7.0 EHP1.

Hi Raymond,
Are you able to solve your problem. As I am facing the same issue. But I am trying to replicate from ECC TO CRM.
When I am changing Address like City in R3 and checking BDOC in crm its green and showing change city. But when I am checkign Business partner master date change city is not reflecting.
Regards
Nishith

Similar Messages

  • Replicate sales orders from  ecc to crm

    Hi experts,
                        We are creating sales orders in ECC and want to replicate them into CRM. Can you please tell me the configuration steps required in the middleware to replicate the orders from ecc to crm.
    thanks in advance
    Andy

    Hi,
    To replicate ECC Sales Order to CRM Sales Order, you need to setup up the Data Exchange in both the systems. This means you have to configure the systems, then you need to do an initial data exchanges and then finally the delta exchange will happen in both the systems. You need to look at the configuration guides for a proper setup of the systems.
    You can search the forum for a detailed document with special focus on the integration points.
    Also have a look at the following SAP HELP link:
    http://help.sap.com/saphelp_sm40/helpdata/EN/3f/40623c046a9b67e10000000a11402f/frameset.htm
    Hope this helps.
    Thanks,
    Samantak.

  • Can we download employee data from ECC to CRM using standard middleware?

    HI,
    Can we download employee data from ECC to CRM using standard middleware? If yes pl give me the procedure.(not using HR ALE/IDOC)
    Thanks,
    Regards,
    PV

    Standard replication for employee to CRM is using ALE.
    BDoc send information for CRM for other business partner. If you want to use BDOC message for send employee to CRM, you should build your own BDOC message that read HCC Table and send this information to CRM.
    However send this information using ALE is not difficult. Why don't you wan to use ALE?
    Regards,
    Lyda

  • How to update Factory calender in CRM from ECC?

    Hi All,
    Factory calenders are downloaded to CRM from ECC, using adapter object DNL_CUST_CAL_C in Initial load (R3AS).  My doubt is, whenever a new holiday is added to Factory calender in ECC, how the particular added holiday will be downloaded to update the same in CRM system?
    Please help me.
    Regards,
    Maddy

    Hello Maddy,
    In my system download object DNL_CUST_CAL_C is for the download from the CRM (online) database to the old consolidated database (CDB, for the offline Mobile Sales scenario). You could see this in transaction R3AC3.
    For your scenario I don't know how to download. This thread here speaks of a manual adjustment in transaction SCAL.
    http://scn.sap.com/thread/274825
    Best regards,
    Thomas Wagner

  • Unique data record means you can't  update a record from ECC with same key.

    Unique data record means you can't  update a record from ECC with same key fileds right?
    Details: For example i have two requests Req1 and Req2 in DSO with unique data record setting checked. on day one Req1 has a filed quantity with value 10 in Active data table. On day two Req1 can not be overwitten from ECC with Req2 with the same key fields but different value 20 in the filed quantity because of the Unique data record settings. finally the delta load fails from ECC going to DSO because of this setting. is it right?
    I think we can only use unique record setting going from DSO to cube right?
    Please give me a simple scenario in which we can use this setting.
    I already search the threads and will assign points only to valuable information.
    Thanks in advance.
    York

    Hi Les,
    Unique Data Records:
    With the Unique Data Records indicator, you determine whether only unique data records are to be updated to the ODS object. This means that you cannot load a data record into the ODS object the key combination for which already exists in the system – otherwise a termination occurs. Only use this setting when you are sure that only unique data records are to be loaded into the ODS object (for example, single documents). A typical application of this is in the loading of mass data. It improves the load performance.
    Hope it Helps
    Srini

  • How to replicate a complaint from ECC IS-M 6.0 to SAP CRM 7.0

    Hi Media Experts,
    I have a request from my client in whom I have to create a Complaint based on a R3 Media Object (Subscription Order), and then allow editing this complaint in SAP CRM.
    I have already reached the first part. Over and done with a transaction launcher, I'm displaying and editing the Subscription Order from my CRM User Interface (but in R3), and I created complaints starting from the Order position as the requirement.
    Now, I need to replicate these complaints to CRM in order to update and edit these documents for the case the client call again and the Media IC Agent wants to search for this complaint.
    The question is: Could I replicate these complaints from R3 to CRM? In case of I yes, what would be the best CRM object to mapping my R3 complaint? And last but not least, the replication must be done through some middleware customizing?
    I appreciate any approach.
    Thanks in advance,
    Nicolas

    Hi Prashant,
    Thanks for the reply.
    The reason why I won't create my complaint in SAP CRM is because I don't have the Subscription Order Object in CRM it is in ECC Media instead.
    As I creating that complaint in reference to some positions of the Subscription Order, in case I create it straight in CRM I'm not allowed to do some validations regarding to dates, and existence, information that is only in ECC.
    For instance, I have the requirement to make a complaint regarding to the delivery of the newspaper, for the case where the client did not receive it. To validate the days in which the client is subscribed, I have to contrast information with the Media Order, because that information isn't in CRM.
    Thanks in advance,
    Edited by: Nicolas Cabral on Nov 10, 2011 2:31 PM
    Edited by: Nicolas Cabral on Nov 10, 2011 2:32 PM

  • Replicating Custom Fields for Products in CRM  from ECC

    Hi All,
    I am having difficulty in replicating SAP standard field values from ECC to custom fields for products in CRM. This is what i did:
    1. I created a new settype(ZMASTER_INFO) with a single attribute(ZIND_STD) and added
        this new settype to MAT_HAWA. (As all our materials fall under this material type).
    2. I am looking to map SAP standard field from ECC to this custom field of mine.
        I wrote the code in CRM BADI 
        'ZPRODUCT_CUSTOMER2->MAP_R3_TO_CRM_MATERIAL' with the following code:
    DATA: ls_ZMASTER_INFO TYPE ZMASTER_INFO_maintain.
    DATA: ls_category_bdoc       TYPE COMT_PROD_CAT_REL_MAINTAIN,
          ls_category            TYPE COMT_PROD_CAT_REL,
          lt_categories          TYPE COMT_PROD_CAT_REL_TAB,
          ls_settype             TYPE COMT_settype_ext,
          ls_cat_settype_rel     TYPE COMT_CAT_FRAG_REL,
          lt_cat_settype_rel     TYPE COMT_CAT_FRAG_REL_TAB,
          lt_cat_settype_rel_all TYPE COMT_CAT_FRAG_REL_TAB.
    LOOP AT lt_cat_settype_rel_all INTO ls_cat_settype_rel.
          CALL FUNCTION 'COM_SETTYPE_READ_SINGLE'
            EXPORTING
              IV_SETTYPE_GUID         = ls_cat_settype_rel-frgtype_guid
            IMPORTING
              ES_SETTYPE              = ls_settype
           EXCEPTIONS
             NOT_FOUND               = 1
             NO_IMPORT_VALUES        = 2
             NO_TEXT_FOUND           = 3 .
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
      CASE ls_settype-frgtype_id.
          WHEN 'ZMASTER_INFO'.
          ls_ZMASTER_INFO-relation-owner = 'X'.
          ls_ZMASTER_INFO-relation-logsys = cs_product_bdoc-header-com_product-logsys.
          ls_ZMASTER_INFO-data-ZZ0010 = is_mara-STD_DESCR.
          ls_ZMASTER_INFO-DATA_X-ZZ0010 = 'X'.
          APPEND ls_ZMASTER_INFO TO cs_product_bdoc-data-ZMASTER_INFO.
          APPEND ls_settype-FRGTYPE_GUID TO cs_product_bdoc-data-MNT_SETTYPE.
       ENDCASE.
    ENDLOOP.
    Since in ECC i am not having any custom fields i did not write any code in ECC for TPS34 and TBE24. I just wrote this BADI in CRM and using the field S_MARA-STD_DESCR.
    I am not sure if i need to write the code in ECC. COUld anyone please confirm if i need the code in ECC?
    Also in the CRM BADI, lt_cat_settype_rel_all is EMPTY. Not sure how this gets its value.
    Could anyone please suggest if i am missing anything here? Any help is appreciated.
    Thanks,
    Karuna.

    Hi Karuna,
    One more solution is to change the BDoc data content before it hit the Database.
    this can be done in badi: Data_Exchange_badi (if u dont find this try with following search string: xchange)
    In the above mention badi you will find a method which is used to populated the contend jst after bdoc in CRM is being populated by R/3 data.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Can we transfer customer master from ECC to SAP AII

    Hi Experts,
    We need to transfer the customer master data from ECC to SAP AII ( Auto-id system )  through XI system. There seems to be no std XI content for doing this ( there is std content for sending material master ). I have found out an idoc type BUPAFS_FS_CREATE_FRM_DATA201 in both ECC and SAP AII system. I think I can use this idoc for transferring the customer master. But how do i triggere this idoc whenever the cusotmer is created or chnaged?? ( like for MM we have BD10 transaction to do this )
    thanks
    sankar

    Hello,
    I do not get what is the sending message type and what is  the receiving message type.
    The MaterialIn Message Type in AII is used when you do replicate material master data from ERP to AII.
    In ERP You sent IDOC Matmas01 or AINMatmas ( I am not exactly sure about the name, but it is contained in the configuration guide for flex delivery scenario.
    When in this replication the gtin field is not populated.
    Check the following:
    open master data -> product in AII and check if you do have a table containing UOM and GTIN displayed for existing product or that you can create your own product and defining UOM and gtin for that.
    If this is not possible, you have not maintained the relevant set type and product configuration in AII. This is stated in config guide again.
    Michael
    Now I will be  off  for two weeks with no access to internet. Hope that helps.

  • Condition records  not generated in CRM from ECC

    Hi all,
    I have downloaded objects DNL_CUST_CNDALL, DNL_CUST_CND , DNL_CUST_PRC, from ECC to CRM successfully.
    I got all the condition types, access sequence and tables.including CUSXXX tables.
    I have also got few condition records for condition types SAPXXX . I am not able to get the condition records for the CUSXXX tables.
    Suggest me how to proceed further.
    Regards
    Yaswanth.K

    Yes I have checked the SLG1. There were one error..
    "No Entries Determined for the A Tables (Block         1)"
    I am not able to judge how to proceed with that error.
    The detailed Text is diapleyed under..
    Diagnosis
    No entries have been transferred from R/3 to CRM for one of the following reasons:
    1. The R/3 condition table does not contain any entries.
    2. The maintenance authorization has been transferred to CRM. This means that data in the R/3 condition table can no longer be downloaded from R/3.
    System Response
    Error message CND_MAP 312
    Procedure
    If this maintenance authorization has been transferred to CRM in error, this can be transferred back in exceptional circumstances so that a data download from R/3 is possible.
    Regards
    Yaswanth.K

  • Equipment Download to CRM from ECC

    Hi All,
    We are trying to download the equipments from ECC to CRM, they are downloading to CRM individually.We want to get them in the hierarchy structure as they are in ECC. Like  relevant IObjects grouped to-gether.
    Whats the solution for this, please help out on this.
    Thanks,
    Praveen

    Hi,
    Below link you can find the details for replicating the Equipment from ECC to CRM.
    SPRO> CRM>Master Data--> Installed base --> Replication of equipment from ECC --> Prerequisites and General Information for Equipment Replication
    For equipment config download below are the activities.
    Initial Download Procedure
    1. Activate the adapter object EQUI_CONFIG in mySAP CRM.
    Follow the menu path: Architecture and Technology > Middleware > Data Exchange > Object Management > Business Objects and select the active/inactive box for EQUI_CONFIG.
    Examine the filter settings for EQUI_CONFIG. For a each source site, set the filters to the same settings as for the object EQUIPMENT.
    Don't forget to regenerate the filters!
    2. Start the initial download process for EQUI_CONFIG.
    Follow the menu path: Architecture and Technology > Middleware > Data Exchange > Initial Load > Start.
    Delta Download Procedure
    1. Activate the object class EQUI_CONFIG.
    Follow the menu path: Architecture and Technology > Middleware > Data Exchange > Delta Load from R/3 Back-End.
    You may wish to activate the EQUI_CONFIG delta download if you are downloading changes for EQUIPMENT.
    If you want R/3 to apply filters during the delta download, use transaction SM30 and maintain view CRMPAROLTP as below:
    Parameter name = CRM_FILTERING_ACTIVE
    Parameter Name 2 = EQUI_CONFIG.
    Parameter Name 3 = EQUI_CONFIG
    User = CRM
    Parameter Value = X
    Hope this helps.
    Regards,
    Chandrakant

  • Can we replicate table data from R/3 to BI

    Hi All
        I have a tablke called JEST which captures status(OBJNR) from VBAP table. We have same table available in BW also. My question is can we replicate data from R/3 to BW for this table. Since this table in BW is not being loaded.
    My requirement is to display the status OBJNR in BW
    Can anyone advice.

    Hello Vani,
    Replication of data in some tables from ECC to BW is possiable. Data in tables like T00* (Currency conversion, unit etc ) is replicated into BW from ECC. I think we could also replicate data in table JEST. Please consult your BASIS team, they could do it for you.
    If your requirement is to display the status OBJNR in BW, one good way is to create InfoObject Object Number, with attributes Object Status, Indicator & Change number. Data can then be loaded in BW using a Generic master datasource based on DataBase table JEST. Or enhance a Datasource to include OBJNR.
    Please let me know if you need any more information.
    Regards,
    Pankaj

  • How does delivery info flow back to CRM from ECC ?

    Hi Experts,
    How does the delivery info (Quantity Delivered present in the table CRMD_CUMULATED_I) get replicated from ECC to CRM ?
    Is it through the middleware ? If not, how ?
    Any pointers would be of great help.
    Regards,
    Kris.

    hie kris,
    did u have any answer?
    regards,
    marry.

  • 1405 Replicate Account Hierarchy from ECC to C4C - new content needed ?

    In 1405 integrations in C4C, a new feature provides Account Hierarchy replication from ECC.
    We were implementing in 1402 and got upgraded so C4C side should be fine.
    How do we get those new content - IDOC type, load report, mappings, etc. ?

    The IDOC types will be in the Add-On.   The updated integration guide includes the configuration.  I just downloaded it from SMP yesterday and noticed that the new customer hierarchy loading has been added. 

  • Payment terms can not be loaded to crm from ECC

    dear expert,
    i have added three new payment terms in ECC and i need to load them to CRM. I tried  intial load object DNL_CUST_Price, and also tried request load. When i monitored the object/request, there is a green light. however, when i go to IMG in CRM. the new payment terms is  not loaded.
    i  also checked ogject
    Can anyone  tell me the possible reason?  where  can i check and do trouble shooting?
    Thanks!
    BR
    Hedy

    Hi Hedy,
    Please see note 1420329 which should help you to download the payment terms. Check your SMOFPARSFA settings as per the note as it is not supported to mix the two table combinations TVZB/TVZBT and T052/T052U. Also make sure that the request load you have configured uses request detail depending on which table combination above that you use.
    I hope this helps.
    Kind regards,
    Vanessa

  • EQUIPMENT replication to CRM from ECC

    Hi,
      Appreciate, if some one can help me in solving my issue with EQUIPMENT Master.
        Below is the procedure I followed to replicate EQUIPMENT Master 
         Through R3AC1 transaction EQUIPMENT object is filtered for one equipment number.
         Adapter object EQUIPMENT is used to do the initial load.
         Here Validation BDOC is genearted, with the filtered value.But no notification BDOC is generated.
         No Equipment or IBase is created in CRM.
      Can some one tell me, what are the settings I need to do before replication of EQUIPMENT?
    Regards,
    PBP
    Message was edited by:
            SAP CRM

    SAP Implementation Guide &#61664;
    Cross-Application Components &#61664;
    SAP Product &#61664;
    Basic Settings &#61664;
    Allow Product References for Individual Objects
    Created New Entry, with check box selected for Reference Active
    Created New Entries
    Customer Relationship Management
    Master Data
    Installed Base
    Replication of Equipment from SAP ECC Customer Service (CS)
    Define Default Settings for Equipment Replication
    Maintained Below entries:
    Site Name: EAS
    IBase Category: 01
    Product Type: 01
    Object Family: 0401
    Category ID: MAT_EQUI
    Created New Category in standard hierarchy R3PRODSTYP
    MAT_EQUI
    Product Type: 01 Material
    Object Family: 0401 Equipment
    Set Types attached are
    COM_TA_MANUFAC
    COM_TA_R3_ID
    COM_LOCAT_ADDR

Maybe you are looking for

  • DVI to component video - possible?

    I'm trying to find a way to connect the DVI output of my MacBookPro 1.1 to the component video inputs of a Sony STR-DH810 receiver which is hooked up to my TV. I discovered I can't use the HDMI inputs on that receiver with an alternate audio source,

  • LCD projector connection to ibook G4

    can someone please let me know what kind of cable is needed for a Hitachi LCD projector? the "media" personel at the hospital where i work are trying to use a USB to USB connection , which isn't working. There is a male 3 x 5 prong in the back of the

  • How do transfer files as easy and fast as possible?

    Hi, I will have to get all my files on my Mac Mini here on to the new iMac I'll be having in a few hours. How can I do this as fast and easy as possible? Do I use a USB cable between the Mac Mini and the iMac or what kind of connection should I use?

  • How to configure edit mode in SAP screen help(F1)

    Hi ,      We want to enable customization option in SAP screen. When i open any screen in SAP , we use F1 option for help, there we will see technical options , application help and all.. In this options we have  customization showing in display mode

  • Exchange VSS writer is missing

    Hello  I am running Exchange 2013 sp1 on windows 2008 R2 sp1, in a two node DAG. When i run vssadmin list writers on node1 i can see "Exchange writer" when i run the same command on node2 i do not see the Exchange writer. I have even tried restarting