Need to syncronize the Regions between ERP and CRM

Hi MW gurus,
I didn't find a adapter object to synchronize the 'Regions' between ERP and CRM. The regions are stored to the table T005S in ERP and the same table exists in CRM too.
Will any one of you adivce on how to sync. these two tables using a replication object?
Thanks,
Raj

Dear Friends,
Start initial load of object "DNL_CUST_BASIS5"
Refer:
http://www.scribd.com/doc/33952988/Download-Country-Region-V-T005S-From-R3-to-CRM-2007-06Jun2010
Thanks & Regards,
Rajagopal
Chennai - INDIA

Similar Messages

  • Needs to know the difference between 4500s and 6500s

    i would like to referesh my company's GO and with 7613 router and has 2 6509E with sup720 core. it has a 4 MDF 6509E with sup720 also. now about IDF's i am confuse what i have to use. 4500s or 6500s. the main thinking is we would like to upgrade our desktop from 100M to 1G. so i have to think about the uplink between IDF and MDF.what is suitable for me in this case.
    thanks.

    This is a very broad question which can't be covered in a single post.
    My first suggestion is getting to know everything about each model.
    Start by going to http://www.cisco.com/en/US/products/hw/switches/index.html
    and click on each product family.
    Second suggestion is giving your Cisco Sales rep a call, he will come onsite and show you how you can maximize your network environment and what product matches your criteria better.

  • Need to remove the space between Menu and the Inner screen

    Hi
    I am using forms 10G.
    In my screen there is some space is coming in between menu and the inner screen and also same in the left side as well .
    So can any one tell me which parameter I need to change so that the inner screen should display just below to the menu and same for the left side as well ?

    Hi
    Yes , If I change that then it is woring fine .
    But my question is :- I have 10 forms in server , and in 2 forms I have changed some functionalty then I have FTP it to server .
    Now all the forms are coming with some spaces between menu and inner screen . This is what I am little confused .

  • Replication of text determination (business partner) between ERP and CRM

    Hello,
    in ERP I have maintained a text determination procedure Z1 and assigned it to the text object "KNA1". The textprocedure include the Text ID's "Z011" and "Z020".
    In CRM exist the text object "KNA1" and "BUT000". I have customized a a text determination procedure "Z1" and the same Text ID's as in ERP, to booth text objects.
    The text ID's don't be replicated, no matter i maintain it in CRM or ERP.
    Can anybody tell me, how can I replicate the content of the text ID's? What is the relevant text object in CRM?
    Thanks for help
    Regards
    Andreas

    Andrea,
    There are objects for replicating the data between CRM and CDB.
    CRM_DNL_TTXOB  and CRM_DNL_TTXID.
    But none for replication between R/3 and CRM. WE need to maintain it manually.
    Regards,
    Aj.

  • Need to understand the relation between ManualResetEvent and thread

    please help me to understand the below code
    what is resetEvent.Set() and WaitOne() ? what it does ?
    var resetEvent = new ManualResetEvent(false);
    ThreadPool.QueueUserWorkItem(
    arg =>
    DoWork();
    resetEvent.Set();
    resetEvent.WaitOne();
    again help me to understand the below code
    var events = new List<ManualResetEvent>();
    foreach(var job in jobs)
    var resetEvent = new ManualResetEvent(false);
    ThreadPool.QueueUserWorkItem(
    arg =>
    DoWork(job);
    resetEvent.Set();
    events.Add(resetEvent);
    WaitHandle.WaitAll(events.ToArray());
    why this line WaitHandle.WaitAll(events.ToArray()); is required ?
    why adding ManualResetEvent instance to list ?
    looking for discussion. thanks

    WaitOne() will cause the current (main) thread to wait until the thread pool thread has called the Set() method. If you don't call the WaitOne() method, the code line below ThreadPool.QueueUserWorkItem(...) will get executed before the delegate that you
    pass do the ThreadPool.QueueUserWorkItem method has actually finished its execution because the threads are being executed simultaneously:
    var resetEvent = new ManualResetEvent(false);
    ThreadPool.QueueUserWorkItem(
    arg =>
    //this will be executed simultaneously on thread B
    Thread.Sleep(10000);
    //tell thread A to continue
    resetEvent.Set();
    //thread A waits here until thread B calls the Set() method...
    resetEvent.WaitOne();
    string s = "abc"; //this line won't get executed until thread B has called the Set() method provided that the WaitOne() method is called by thread A above.
    >>why this line WaitHandle.WaitAll(events.ToArray()); is required ?
    It causes the main thread to wait until the Set method of all ManualResetEvent objects in the events list has been called. Othwerwise the execution of the main thread would continue immediately after the foreach loop has been executed. By this time the DoWork
    method of all jobs has not yet been completed because they are being executed on another thread.
    WaitHandle.WaitAll(events.ToArray());
    string s = "abc"; //this line won't get executed until all the Set() method of all ManualResetEvent objects in events has been called
    >>why adding ManualResetEvent instance to list ?
    Because you (appearantly) want to wait for all objects in the list, i.e. you want to wait for the DoWork method to complete for all jobs before you continue the execution of the main thread (and go on to assign the string s to the value "abc"
    in the above example).
    Hope that helps.
    Please remember to close your threads by marking helpful posts as answer then start a new thread if you have a new question. Please don't ask several questions in the same thread.

  • RE : need assistance for the BAPI between Web methods and SAP

    *Hi All,*
    *I need help regarding the integaration between webmethods and SAP by using BAPI_PROJ_MAINTAIN.*
    *Details:*
    *From webmethods side they are maintaining 2 fields called Region and Sub region with parent and child hirearchy*
    *From SAP side we are maintaining the only one field called subregion.*
    *Need clarification:*
    *can we map field : subregion from webmethods to field : subregion in SAP without maintaing any parent and child hierarchy?*
    *Any imapact will be there on SAP system like Data loss and mismatch of the existing fields.*
    Thanks & Regards
    Raju M
    9944531233

    Between webpages is quite simple.  It sounds like your Xacute Query template and BLS are configured to receive the properties, so make sure the web page containing your applet uses an irpt extension and then add the following lines within your applet tags to receive the tokens for the query:
    <PARAM NAME="Param.1" VALUE="{LowRange}">
    <PARAM NAME="Param.2" VALUE="{HighRange}">
    Then call your page with a URL like:  ...Page.irpt?LowRange=0&HighRange=100
    If you look at the web page examples in the Module Library template downloads here on SDN you'll see examples like this, as well as others.

  • Middleware on CRM 7.0 for ERP and CRM sales integration

    Hi all,
    i am involved in a CRM upgrade project in order to repleace the client current release with CRM 7.0.
    currently, my client handles sales integration between ERP and CRM using middleware fucntion and in particular SCENARIO A that allows to create sales orders both in the CRM system and in the R/3 system and to change them mutually in both systems.
    my question is: new release 7.0 covers all those included functionalities by default without implementing this scenario? If yes, how and what exactly.
    thank you in advance and i am looking forward your feed-back
    cheers, lucia

    Hi Christophe
    this can be done. You can call MDM web services for either doing a Free form search or even run a MDM matching strategy to find potential duplicates defined based on rules in MDM.
    In one of our projects we have used Web services call from CRM ecommerce portal to MDM for doing a Customer search.
    Thanks-Ravi

  • Contact person Number range in ERP and CRM - Middleware settings

    Dear SDN team,
    We have currently integrated SAP CRM 5.2 and SAP R/3 4.6 c using Middleware .
    The contact persons are maintained in SAP R/3 system and also downloaded into CRM system . Currently the Number range is different in both the systems
    Going forward, we can create and maintain Contact Person data in CRM only. But we have an issue with the Number ranges allocation in ERP system.
    Our Questions are :
    1) Can we maintain a external number range for Contact Persons in ERP system ?  If yes , how is this possible ?  because Contact person is not a standard Account group in ERP and we cannot maintain PIDE settings for Contact persons .
    2) What is the best solution to maintain Contact persons between ERP and CRM with active Middleware settings.
    A Good answer will get maximum points.
    Regards
    Ritvij

    Dear Ritvij,
    Am no sure how best I can answer but attempting:
    Basically the contact persons in the R/3 system when are transfered to a CRM, the system generates the number from the number range with internal number assignment of the standard grouping. Hence, no PIDE settings involved.
    Now, maintaining the contact person in CRM and to determine the number range for contact persons differently, you got to go for enhancement. You can look at the note 564538 which might give you some clues as to what enhancements are required.
    thanks
    Ravi

  • Do I need Java 8 or should i disable it? What happens if i disable it? And what is the difference between Java and Java Runtime?

    Do I need Java 8 or should I disable it? What happens if i disable it? And what is the difference between Java and Java Runtime?

    There's no difference. They're both runtime plug-ins (they run when an app calls for Java functions).
    You only need Java if you either have Java apps on your Mac that won't run without having it installed, or you use trusted web sites that require Java to function (getting fewer and far between). Otherwise, you have no need for it at all.

  • What is the difference between mySAP2004 and SAP ERP 2004?

    Hi,
      Can anybody tell me what is the difference between mySAP2004 and SAP ERP 2004?
    If someone has the document, then please mail me at [email protected]
    With Regards
    tiffny

    Hi Tiffny,
    actually I don't see a difference as "mySAP2004" is not an official name for anything
    There is "mySAP ERP 2004" which is the marketing name for a bunch of functionality provided by several different bits of software components.
    Hth,
    Michael

  • I have credit and it's less than 0.99 and i need to change the region and i don't have visa

    i have credit and it's less than 0.99 and i need to change the region and i don't have visa

    Click here and ask the iTunes Store staff to zero your account balance.
    (110223)

  • I need help syncing my contacts between Outlook and iPhone using iTunes. I followed the steps given and ended up with just email addresses showing in my contacts even though I have phone numbers and snail mail in my Outlook Contacts. Using  Windows 7

    I need help syncing my contacts between Outlook and iPhone using iTunes. I used the knowldge document and set it up to transfer my Outlook contacts to the iphone using itunes.
    In contacts on the iphone I only see the email addresses.
    Yet in Outlook I have email, snail mail and phone numbers.
    I followed the knowledge document from iphone.
    I did it once, didn't work so deleted all the contacts from the phone and tried again. Same result. I have a PC using Windows 7 64 bit.

    You can't access an Exchange account via ActiveSync with the Address Book and iCal on your Mac.
    You can access a MM account with Outlook on your PC at work and keep your MM email account server stored mailboxes synced between your PC at work, your iPhone, and the MM "cloud". Not sure about syncing MM contact info and calendar events with Outlook at the same time with an Exchange account.
    This will not provide for syncing your Exchange account contact info and calendar events with the Addresss Book and iCal on your Mac because the accounts are separate.
    You can access an Exchange account and a MM account at the same time with the iPhone's mail client, and sync contact info and calendar events over the air with both accounts at the same time. You can view combined contact info or separately for each account, and the same for calendar events.

  • What is the difference between action and workflow? How do I decide that I need an action in a transaction and not a workflow and vice versa?

    Dear Experts,
    I have few doubts and request your expert inputs to clarify my doubts.
    What is the difference between action and workflow? How do I decide that I need an action in a transaction and not a workflow and vice versa?
    Your earliest response is highly appreciated.
    Thanks,
    SMTP

    Hi SMTP,
    First of all, as I mentioned action is nothing but an executable work item which is designed in the workflow itself. In other words, Workflow is like your OOPS class. At run time, workflow instances are created just like objects of classes. Now, the steps designed in the workflow are called TASKS and the instances of tasks are called WORKITEMS. Now, the work items where any user action is required are called executable work items. ANd the work items where no user action is required (for example, sending an email in background) are called non-executable work items.
    Whether to go with development of workflow or not depends upon your business scenario. If your requirement is only to send an email and you find any BAdi or exit where in you can write your logic then there is no need of creating a workflow. If there is a defined business process with defined users and time lines, then you can go with the development of workflows.
    Rest, the below link will help you in understanding basic concepts of workflow :
    Why use SAP Workflow? | Insight Consulting Partners
    Regards,
    Richa

  • Inserting New Region between Logo and Breadcrumb Region

    Hello Apex Forum!
    Is it possible to insert a new region between Logo and Breadcrumb Region?
    I have to rebuild a existing webpage. There the Main Menu is shown between the Logo and the breadcrumb region.
    Thank you
    Johann

    Hello,
    Sure you just need to move one of the #REGION_POSTION_N# substitution tags there in the page template.
    Carl

  • The difference between Lion and Mountain Lion

    Can some one explain to me the difference between Lion and Mtn Lion? I'm currently 10.6.8 Is it beneficiall for me to upgrade?

    Mountain Lion is an enhanced version of previous OS X and so that is Mavericks.
    About upgrading it all depends on what your needs are and if your hardware supports it.
    System requirements for OS X Lion
    System requirements for OS X Mountain Lion
    OS X Mavericks: System Requirements
    Please check also applications compatibility. From Lion onward, you cannot run PPC application.

Maybe you are looking for

  • CONFIGURATION WORK FLOW IN ESS (LEAVE)

    Hi gurus. He wanted to know what form it's to indicate that a leave's class should not generate Work Flow when it's post from ESS. In T554S_WEB it is possible to leave in white the fields of WF's codes. The problem is that there is a field in the abo

  • Certain website will load on other browsers but not the new Firefox

    I run a website for one of our school programs. It has always loaded fine in Firefox and IE, but once I (and others) updated Firefox to Firefox 45, now the center screen of the website remains blank. I noticed this problem also occurs in Google Chrom

  • Package javax.faces not found

    Hi, I tried to import the package javax.faces.* but it can not be resolved. Do I have to download this package myself? I'm using jre1.5. Thanks!

  • WRVS4400n V2, Hardware/Software defect?

    Hi, i've recently tried to enable IPv6 but since then, the router has gone wild. A few minutes after reboot it starts to send "malformed IPv6" packages (according to wireshark), stops responding to DHCPv6 solicitations, forwards packets just to a ver

  • Can't deactivate my serial number on other computers

    Hi, I currently have my serial number for Photoshop Elements registered on two other computers, both of which have been taken to be destroyed as I now have a new laptop.  Please can someone tell me how on earth I can use my software on my new laptop