Replication of Custom Fields from CRM to ISU and Vice versa

Hi Experts,
We are working on adding Z fields on BP level. For this how does the replication of the values takes place from CRM to ISU or vice versa. What are the middleware enhancement we need to do in CRM side or in the ISU side. We would add the fields on web UI crm side by AET but at ISU side how we need to do that and how would the field values replicate in both the system.
A approach for adding BP custom fields in CRM and its interaction with ISU and vice versa would be appriciated.
Thanks,
Mayur

Excuse, you may enter more in detail?
I have created a custom field on BP using the AET would now like to replicate this custom field in BP also in ISU.
I can do all this using the EEWB, but I would avoid it, since, in ISU we already have custom fields on BP, I just can not link them with CRM.

Similar Messages

  • Replication from CRM to ECC and vice versa

    Hi,
    I am a newbie and would really appreciate any of your advice and help. I was given a task to replicate business partner from CRM to ECC. I was advised to go through a building block in SAP Best practices for CRM called C03:CRM Master and Data Replication. I've read through the materials and found out that there are some prerequisites. Do I need to installed all of the prerequisites before I can proceed with the steps given in the building block. I hope anyone could reply to me as soon as possible.
    Regards,
    Julianna

    Hi,
    Thats right! C03 best practices would be certainly helpful to you.
    Few important steps for BP repllication from CRM to ECC would be
    In CRM , First define your Logical destination in BD54 .
    1) SU01 Transaction to create users : create user in CRM & R/3
    2) Transaction code SM59 : Create RFC DESTINATION .. here u use the users created for reaching into R/3 from CRM
    3) transaction code: SMOEAC: ADMINISTRATION CONSOLE:-
    here define Publication, subscription and site ( OLTP) , and define replication objects ( like BUPA_MAIN, BUPA_REL)
    4) define Queue: SMQR and SMQS - inbound and outbound queue /
    Que registration .
    5) check entry in R/3 side tables:- Make the proper entry into R/3 side tables in SM30
    a)CRMRFCPAR
    b)CRMPAROLTP
    c)CRMSUBTAB
    d) CRMCONSUM
    These are important steps for Middleware settings between CRM & R/3
    In addition to this , you need to correctly define your
    1) in CRM ,BP GROUPINGS with Internal Number range
    2) in R/3 define "Account Group" with "External Number Range" for BUSINESS PARTNER
    3) In R/3 , Mapping of CRM CLASSIFICATION with R/3 account group...e.g. Classification B for customer with ACCOUNT group of R/3
    You need to also map in CRM  correctly the partner functions and R/3 Partner functions.
    regards,
    PD
    Reward points if it helps...

  • Rebate Agreement Replication CRM to R3 and vice-versa

    Hi All,
    We have a requirement of creating Rebate Agreement and maintaining the conditions in the same.
    When we create an order (in R3 or CRM) the values has to be populated from the rebate agreement.
    Scenario A:
    The setup of rebate is completed in R3, we have downloaded the conditions from R3 to CRM and when we are creating the order in CRM the rebates are not getting recognized. Upon analysis we found that we have to download the rebate agreements too and the respective object is REBATE_DNL_AGR.
    (Rebates are working fine for Pricing in R3.)
    Scenario B:
    We have tried an workaround of creating rebate agreements in CRM and uploading them to R3, object used is REBATE_AGRMNTS but no success.
    (In this case rebates are working fine for Pricing in CRM.)
    We are facing issues in replicating the Rebate agreements from CRM to R3 and vice versa.
    When we do the initial load R3AS of below objects, they are not progressing and not appearing in queues too. Status is always running
    CRM to R3 for rebate agreement – REBATE_AGRMNTS
    R3 to CRM  for rebate agreement - REBATE_DNL_AGR
    If you have any inputs, pls share. Thanks
    Regards,
    MK

    Hi  Kalyan,
    Did you achieve scenario B ?. You also mentioned that for scenario B , it works fine with pricing in CRM. Was the billing happening in CRM or ECC in that case ?.
    Did the scenario A worked ?.

  • How to change view in iPhone from vertical to horizon and vice versa?

    How to change view in iPhone from vertical to horizon and vice versa?

    Not all applications will go from Portrait to Landscape. Changing just requires you to turn the device. However, if you have the orientation lock activated, then it will not change to landscape. To check, look in the status bar and see if you can see a small lock shaped icon near the battery icon. If you do, then orientation lock is activated. To turn it off, swipe upwards from the bottom of the iPhone screen to bring up Control Center. The orientation lock is the last icon on the top row to the right. Tap on it to turn it off. White is on, black is off.

  • How do I transfer songs from Itunes to Iphone and vice versa?

    How do I transfer songs from Itunes to Iphone and vice versa?

    iPhone User Guide (For iOS 4.2 and 4.3 Software)

  • What are the steps to send sales order custom field from CRM to ECC

    Hi Xperts,
      We have created a custom field in sales order [ VBAK] and successfully replicate its value from ECC to CRM. But while doing the enhancement to replicate the field value from CRM to ECC [ When the SO is created in CRM ] we are not able to do so.
    We used a FM in CRM0_300, but while replicating the SO from CRM to R/3 it is not getting called.
    Please help us by providing the steps to do the full enhancement to replicate the custom field of SO from CRM to ECC.
    Thanks in Advance.

    Hi Anjaneyulu,
    We are faced with a similar situation as you.
    Here is our scenario with the steps that we performed so far:
    1.  We have added a few custom fields in CRM 7.0 (Ehp1) using AET.
         The BDoc BUS_TRANS_MSG has been automatically extended with these custom fields.
    2.  On ECC side also, same custom fields have been added to VBAK and VBAP, using APPEND STRUCTURE. Fields were added to ADDITIONAL DATA TAB B in VA01 / VA02 transactions.
    3. Extended BAPI structures BAPISDITM and BAPISDITMX in both CRM and R/3 Side.
    4. As mentioned in the note 1053817, we have implemented BADI CRM_DATAEXCHG_BADI -> Method CRM_DATAEXCH_AFTER_BAPI_FILL in CRM (mapped fields from BDOC to BAPI structures)
    5. In the above note, for R/3 BAPI to R/3 API they have given to implement user exit USEREXIT_MOVE_FIELD_TO_VBAP which we found in MV45AFZZ. But in this we are unable to find BAPI Structure to map.
    Our issue is, when a sales order is created in CRM, it is getting replicated on ECC. But, only standard fields are getting replicated. The custom fields that we have added are remaining empty on ECC side.
    In CRM --> txn SMW01, we can see that the BDOC is populated with custom fields also.
    Could you let us know if your issue is solved completely. Are you able to see the value of custom field, in ECC? Did you use AET to add fields in CRM.
    Could you please give us the steps that you have done.

  • Replication of Interaction Record from CRM to ISU

    Hi All,
    We have a requirement to replicate the interaction record from CRM to ISU. Requirement is such that we have to keep the BP Contact number same as the object Id of the Interaction Record in CRM. Currently we are using CRM 5.2.
    Any suggestion.
    Regards,
    Manish

    I mentioned EMIGALL because that's the ISU migration workbench... and if there is a need to create BP contacts with external number range, that's definitely when transferring data from the legacy system into a brand new SAP system. So: as I don't have an ISU system available right now, may you please kindly check if migration object BCONTACT allows external numbering? If yes: you get your function module. If no: I guess that's because this is not supported by SAP.
    More information about EMIGALL can be found here:
    [Migration workbench cookbook|https://websmp208.sap-ag.de/~sapdownload/011000358700000500572009E/Guideline_ISMW.pdf]
    Regards,
    Nicolas Busson.

  • Mapping Z-fields of BP in CRM to ECC and vice versa

    Hi Gurus,
    Z-fields for BP were created in CRM using EEWB and AET tool. These z-fields need to be transferred from CRM to ECC, standard fields like KNB1-ALTKN, KNKK-REVDB,KNKA-KLIME... etc.
    Now, that these z-fields are added in the BDoc. I believe no enhancement is required on CRM.
    Please guide me on how to map these z-fields from CRM to standard feilds of ECC.
    Thanks & Regards
    Praveen
    Edited by: Praveen on Apr 19, 2010 10:19 AM

    Hi,
    Thats right! C03 best practices would be certainly helpful to you.
    Few important steps for BP repllication from CRM to ECC would be
    In CRM , First define your Logical destination in BD54 .
    1) SU01 Transaction to create users : create user in CRM & R/3
    2) Transaction code SM59 : Create RFC DESTINATION .. here u use the users created for reaching into R/3 from CRM
    3) transaction code: SMOEAC: ADMINISTRATION CONSOLE:-
    here define Publication, subscription and site ( OLTP) , and define replication objects ( like BUPA_MAIN, BUPA_REL)
    4) define Queue: SMQR and SMQS - inbound and outbound queue /
    Que registration .
    5) check entry in R/3 side tables:- Make the proper entry into R/3 side tables in SM30
    a)CRMRFCPAR
    b)CRMPAROLTP
    c)CRMSUBTAB
    d) CRMCONSUM
    These are important steps for Middleware settings between CRM & R/3
    In addition to this , you need to correctly define your
    1) in CRM ,BP GROUPINGS with Internal Number range
    2) in R/3 define "Account Group" with "External Number Range" for BUSINESS PARTNER
    3) In R/3 , Mapping of CRM CLASSIFICATION with R/3 account group...e.g. Classification B for customer with ACCOUNT group of R/3
    You need to also map in CRM  correctly the partner functions and R/3 Partner functions.
    regards,
    PD
    Reward points if it helps...

  • My screen goes off and on once its changes power from AC to Battery and vice versa

    Dear All
    I started noticing this from today ownwards that whenever the power is switched off and goes to battery mode and vice versa the screen turns off and on for 1 second. I dont know this is normal or i did mess up with some kind of power options. I am using T410i.
    Please help me out in this.
    Solved!
    Go to Solution.

    Hi sanku500, and welcome to the Lenovo User Community!
    What you're seeing is the video refresh rate switching:
    http://forums.lenovo.com/t5/ThinkPad-Edge-Knowledg​e-Base/Display-screen-flickers-blinks-goes-blank-o​...
    Hope this helps!
    I don't work for Lenovo. I'm a crazy volunteer!

  • Syncing photos from iPad to macbook and vice versa

    I recently synced my ipad with my new macbook air. I successfuly imported all my photos from my iPad to iPhoto on my laptop.  However, now everytime I connect my ipad and laptop iPhoto opens and asks me to import all the photos all over again, despite the fact that they are still all there.
    I haven't synced my photos with another computer before. I want to be able to add a photo onto my ipad and have it on my laptop and vice versa.
    This doesn't have to be done wirelessly, I am happy to only have it happen when I plug them togerther, but I want the same photos on both my laptop and iPad.
    I havent really messed around with anything as I am afraid of wiping my photos. I understand that I may have to do this via a third party or something, any help would be great.
    Thanks.

    Connect the iPad to your Mac then launch iTunes.
    Select the iPad under Devices then select Photos from the menu.
    Deselect:   Sync Photos from
    You probably have iPhoto selected from the pop up menu.
    Deselecting Sync Photos from should prevent the prompt to sync every time you connect the iPad.

  • Server not found when switching from 4g to wifi and vice versa.

    I've had this issue for a while across multiple phones and multiple versions of Firefox for Android, and it does not happen with any other browser (which is upsetting). Whenever I am surfing the web and have multiple tabs open, and I switch from 4g to wifi or vice versa, I always get a "Server not found" error on both existing tabs and new tabs. This is an annoying issue that I am surprised to see hasn't been fixed. The only way I've been able to fix it is to quit and relaunch the app. I have tried removing plug-ins and reinstalling, but it has not helped.
    Anything I could do to alleviate the issue?
    LG G2 and Samsung Galaxy Note 3. Both on Android 4.4.2
    Firefox for Android Ver. 35.0.1

    ''Roland Tanglao [[#answer-698502|said]]''
    <blockquote>
    Hi scruffy90:
    You wrote "LG G2 and Samsung Galaxy Note 3. Both on Android 4.4.2 Firefox for Android Ver. 35.0.1 "
    I just tried switching between HSPA+ aka 3G and WiFi on a Galaxy S5 running Android 5 and have had no issues but I think this may have been an issue in the past (I did a search for a bug in bugzilla.mozilla.org but couldn't find anything).
    Are there any other details you could provide that could help us debug?
    e.g.
    # Are you using a proxy?
    # Who is your WiFi provider?
    # Have you tried other WiFi (e.g. the Wifi both at home and work)
    Cheers!
    ...Roland
    </blockquote>
    Hello Roland,
    No proxy on the phone or wi-fi network.
    My ISP is Time Warner, but I supply my own router (Linksys e4200)
    And this happens on every wi-fi network, at home and away from home.

  • Syncing contacts from iPhone to Outlook and vice versa

    I have the new iPhone and I have set up an account in Outlook and have it sync from my MSN Hotmail account. Everything syncs and looks good with the exception of my contacts. I need to know how to put a contact into my phone and have it sync into my Outlook and vice versa. Currently if I put a contract in my phone it does not go to Outlook and if I put a contact in Outlook it does not go to my iPhone.
    Do I have to add a new contact to the MSN hotmail account and then it will sync to my Outlook and then my iPhone? How do I get the contacts to go from my iPhone to my Outlook and then to my Hotmail?
    Same issue with Calendars.
    Thanks!

    The iPhone supports syncing contacts and calendar events with Outlook 2003 or 2007, which is selected under the Info tab for your iPhone sync preferences with iTunes. Syncing contacts and calendar events direct with Outlook 2003 or 2007 via the iTunes sync process syncs direct with the Outlook address book and calendar - with what is available locally on your computer in the Outlook address book and calendar.

  • How to sync garageband projects from mac to iPad and vice versa

    how can I sync garageband projects from iPad to MAC and vice versa

    Hi Marko,
    Please send your .muse file to [email protected] Add link to this forum post  and refer it to me. I'll investigate the issue.
    Also, please send the file you created on MAC.
    Regards,
    Aish

  • UCCX changing time variables from AM to PM and vice-versa

    Hi all.
    I have an extremely irritating issue that I'm hoping someone can shed some light on.
    I'm currently making improvements to one of our contact centre scripts. We require to activate redirection on the fly quite often, and in the past I used a modified script with different time of day tests.Going forward I wanted to provide the ability for this to be activated and times set through the GUI.
    So I made some variables as parameters, of note these are RedirectOperation (boolean), RedirectFrom (Time) and RedirectUntil(Time).
    The flow is that if RedirectOperation is true, a time test is performed to dictate when we redirect - this is in the form of:
    (T[now] >= RedirectFrom) && (T[now] <= RedirectUntil)
    Now I know I can use T[now].before(xxx) etc but the operation itself isn't the issue, it does work perfectly fine this way, but the times change from AM <<>> PM under certain conditions.
    To explain:
    I set the default (on the script itself) RedirectFrom to "T[6:00:00 PM]" and RedirectUntil to "T[11:59:59 PM]".
    When debugging the script, I can see that the system changes the times from PM to AM (under the variable list on CCX editor during a reactive debug) ! That's if I've not selected these parameters on the GUI. If however, I do select the parameters and still use the default values, when debugging, they stay as PM!!
    This is surely a bug??
    To try something else, I changed my time format to 24 hour clock - so 18:00:00 and 23:59:59 respectively. I can set these on the script itself, and if the parameters are unchecked and left at default, it works fine. However when I select the parameter and try to change the times to (for example) 19:00:00 and 22:59:59, the GUI spits an error saying:"* Please enter a valid date for the Date configurable variable." I can only assume there is a mismatch between what you're allowed to put into the script and what the GUI thinks you're allowed to.
    But certainly the script surely should not be changing between AM and PM when a variable is left to default??
    Any ideas would be greatly appreciated!
    Thanks in advance.
    Scotty

    After choosing your start time you should be able to click to the right to change from AM to PM or vice versa by using the up/down button.  I just did it.
    If your DVR is not cooperating, try rebooting it.

  • How to send multiple objects from appleto to servlet and vice versa

    how can i send multiple objects(ArrayLists and String) from servlet to applet and applet to servlet?

    Use an HTTPUrlConnection from the Applet to the Servlet to send data to the server, or request information from the servlet. To actually transfer the objects you will have to use a serialized version of the objects, almost always by wrapping the streams generated via the UrlConnection in ObjectOutputStream and ObjectInputStreams.

Maybe you are looking for

  • How do I use an IPhone 4S (I purchased in Tokyo ) in Mumbai! It's locked

    How do I use an IPhone 4S (I purchased in Tokyo ) in Mumbai! It's locked. The carrier there was SoftBank and I have cleared all my dues with them. They refused to unlock it at the time of termination of contract. Now I'm in dire straits .......do not

  • How to catch exception thrown by ActionBinding "Commit"

    I need a programmatic branch after the following line if an exception is thrown: ((JUCtrlActionBinding) panelBinding.findCtrlBinding("Commit")).invoke(); I am building an ADFSwing application using JDev 10.1.3. I have a ViewObject derived from an Ent

  • Error while approving file programmatically

    Hi All, I am getting the following error while approving the file(.aspx) programatically which is in the pages library of a subsite in a sitecollection. The file pages/abc.aspx has been modified by SHAREPOINT\\system on etc., Please help me regarding

  • Why is this clip "greyed" on my timeline?

    I am trying to figure out why a clip segment on my Adobe Premiere Elements 10 timeline is 'greyed out' (clue: the audio level dips for this clip segment on playback).  I have tried replacing the selection but it reverts to the same greyed-out format.

  • SQL Server 2000 Driver for JDBC SP3 and J2SE 5.0?

    Hi. On http://www.microsoft.com/downloads/details.aspx?FamilyID=07287b11-0502-461a-b138-2aa54bfdc03a&DisplayLang=en it says JDK versions up to 1.4 are supported (I guess that probably means NO), but I'm wondering if anyone knows if it's possible to u