CRM Middleware/MEP multiple R3 backends with different customizing

We have hooked up our CRM7.0 system to two R/3 backends both with differeng customizing data.  I can successfully perform for example a DNL_CUST_SHIP from either one.  The problem I have is that it overwites the data from the other system.  I need to know if there is a way to pull in the customizing from both systems and then only have to manually maintain those entries where there is a clashing key.
Regards
Marc

Hi,
I read that these projects (MEP) customer must implement with SAP.
Because which projects is very hard for implementation
and specify of business processes what you want to implement.
I try to implement this process. I think so:
1. Business objects must have different numbers.
2. Customizing object must have same values.
Denis.

Similar Messages

  • SSIS project - read multiple flat files with different formats

    hi all,
    i need to import multiple flat files with different formats into different tables of the sql server database and not able to figure out the best way out in ssis to do so...
    please advise the possible methods in ssis to do so and if possible the process which can be dynamic as file names or columns might change in future.

    Hi AK1987,
    To import flat files with dynamic columns, we can use Script Task inside a Foreach Loop Container to parse the first row of the flat file to get the columns names and save them into a .NET variable, then, we can create “Create Table” script based on this
    variable, and then store the script into a SSIS package variable. After that, we create a staging table based on the package variable, load the flat file data to the staging table. Eventually, we load data from the staging table to the destination table. For
    the detail steps, please walk through the following blog:
    http://www.citagus.com/citagus/blog/importing-from-flat-file-with-dynamic-columns/ 
    Regards,
    Mike Yin
    TechNet Community Support

  • RE: Multiple asset posting with different dates

    Hello can we post and transfer multiple asset codes with different posting dates to different asset in one single transaction i have use ABUMN with multiple selection but it is not provide to use different posting date for different asset codes.
    Regards
    Abhisekh Mandal

    ABUMN is supporting multiple assets but not multiple dates.  Post twice with two different dates.
    Srinivas

  • Multiple report servers - with different uifont.ali

    Can we have multiple report servers with different NLS_LANG?
    They all should be started as windows service. Also I would like to have them look at different uifont.ali. The reason is that we want to have the same report run with different fonts in different languages. This way I can map the fonts in uifont.ali as I want.
    Is it possible?

    I don't think this is possible with multiple reports servers with one Oracle 9iAS home. You will have to install multiple 9iAS, in different Oracle homes.
    This also means that you have different URL's (port numbers) for the two environments.
    I have used this configuration before to install a test and production environment on one web server. Changing the conf files, variables etc. in the test environment doesn't influence the production environment that way.

  • Can a single HID report descriptor support multiple touch screens with different sizes?

    Hi Experts:
    I have a question for specifying touch monitor sizes in the HID report descriptor:
    Can ONE HID report descriptor support multiple touch monitors with different sizes ?
    Thanks in advance
    leo

    My screen shot is from AA9, and I have seen that the UI for AAX is vastly different, but...
    Choose Paper Source from Page Size should be the "one-touch" solution your looking for.
    In my test, my Konica-Minolta Bizhub failed to detect the proper paper trays, but Acrobat correctly spooled the pages.

  • How to back up multiple iphones/ipads with different icloud accounts but same apple id

    I would like to back up 3 idevices each with different icloud accounts to itunes. But they use the same apple id so that itune purchases can be installed on each device (2 iphones and 1 ipad).
    All I want to do is create a backup in case the phones need to be restored. I also want to back up before downloading iOS 8.
    The Macbook Pro that I will back up to has one user and one itunes library.
    Is this possible without mixing up address books and contacts etc? Appreciate if some one could direct me to detail step-by-step instructions if they exist or please tell me how I can do this.
    Thanks.

    With Family Sharing they don't need to have the same Apple ID anymore.
    But backups to iTunes are kept separate among multiple devices; Apple ID and iCloud isn't involved at all. Just make sure the devices do not have the same name.

  • Multiple channel data with different time stamp logging

    I have peaks and valleys from multiple channels with different time stamp but I am not able to log to a single file. Any idea on how to do this?
    Attachments:
    Single Point Peak Valley Log.vi ‏53 KB

    Hi Dennis,
    Sorry for that I have modified the VI.
    Because the peak and valley of every channel will occur at different time and I want to log the peak/valley with the time stamp.
    How can I log them on the same file.
    Attachments:
    Single Point Peak Valley Log_Mod.vi ‏53 KB

  • SSIS - Import Multiple flat files with different metadata

    Hi ,
    I have set of flat files with different metadata structure, I would like to load them into staging tables. 
    1. ) Can we load the flatfiles into the staging tables with out having multiple data flow task.
    2.) If possible , can we programmatically select the staging table based on the metadata of the flatfile and load them.
    Please advise.
    Thanks
    Thiya

    Nope in SSIS a data flow task needs to have a fixed metadata. So if your file metadata varies then best option would be use OPENROWSET syntax to pull the data and populate into your staging table. You may also use 
    SELECT .. INTO StagingTable ... FROM OPENROWSET (...)
    syntax to create staging table at runtime based on the file metadata
    http://sqlmate.wordpress.com/2012/08/09/use-your-text-csv-files-in-your-queries-via-openrowset/
    If you want to do this in SSIS you need to create data flow dynamically using script task and build the metadata
    see
    http://www.selectsifiso.net/?p=288
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Multiple Modbus Servers with Different Unit ID running in cRIO 9074. Possible ?

    Hello
    I want to create an application such that i can create two Modbus I/O slave server (TCP/IP) with different unit ID and can communicate with the slave through Clients. I created this application but only unit ID 1 is working. Is it like this that at a time two modbus slaves cannot work together ? Also I tried with one server and giving different Unit ID but then also it's not working. I found one thread, here is the link.
    http://208.74.204.114/t5/LabVIEW/how-do-i-get-multiple-tcp-ip-modbus-to-work-together/td-p/2239130 
    Are there any updates on this issue.
    Labview 2012 sp1
    cRIO 9074

    I don't fully understand your issue (but I'm trying).
    Traditionally Modbus TCP/IP slaves cannot talk to each other, also the UnitID is mostly moot for MODbus/TCP since ports and IP addresses exist (unless you are building custom applications that will handle UnitID internally, because you have can't have 2 servers running on the same port).
    If you can clarify your first sentence that would help a lot.
    Varun_ECK wrote:
    Hello
    I want to create an application such that i can create two Modbus I/O slave server (TCP/IP) with different unit ID and can communicate with the slave through Clients.
    You want to create 2 MODbus/TCP slave servers, that can talk to other slaves? Or do you want the Master to automatically do things based on the slaves response? Are the TCP slaves on different computers, IP, etc?

  • MIRO for multiple PO's with different Pymt Terms (Same vendor)

    Hi,
    Is it possible to process many PO's for the same vendor with different payment terms (PO has got diff. pymnt terms) thru MIRO. Vendor has sent invoice clubbing diff. PO's.
    Regards
    Nilesh

    Hi,
    There are different payment terms in financial accounting, sales & Purchasing.When you then enter a business transaction, the application in question will use the key specified in its area of the master record.
    For exmple, in vendor master we have 2 payment terms one is at Company code level and the other one is at purchase organisation level.
    I hope in PO, the payemnt terms will be picked up from the purchasing view, and in invoice payment term will be picked up from the company code level.
    Since Payment term is at header level in invoice, it is not possible to have different payment terms for single invoice.
    Also in terms of finance its not possible to have different payment terms for single vendor.
    Regards,
    Prabu

  • How can I import CD's with differing custom settings? IWhen I want to change settings the AAC encoder window does not appear because Itunes has adopted the first custom settings as default.

    I imported a CD with custom settings for stereo bit rate, sample rate and channels. When I tried to import a second CD with different settings I could not get to the AAc encoder window that gave the settings options. The custom settings I had chosen for the first CD had become the default "custom" settings.

    Hi there,
    please take a look at my suggestion under message #19227279
    regards,
    Markus

  • Having Multiple Material Codes with Different Profit Centers in one Plant

    Hi,
    Can someone explain me what impact it will have, if there are different Material Codes with multiple profit centers in a single plant? For example, say Material 1 has Profit Center as PC1 and Material 2 has Profit Center as PC2 and they are in a single plant. Will this have impact on Financial Transactions?
    Thanks and Regards,
    Sameer Joshi

    Hi Sameer
    No negative impact.. It is very much possible and logical
    All the purchases made - > Stocks and vendor liability will be tagged to the PC of the Material
    All the sales made -> COGS, Revenue and Customer Liability will be tagged to the PC of the material, unless you overwrite using a Substitution
    Br, Ajay M

  • Multiple NT services with different startup params

    I want to run multiple instances of weblogic on the same machine and I want
    them all to be setup as NT services. I have created the services but I don't
    know how to save the Startup Parameters in the NT Services dialog. I can
    type them in and they are used for the next service start but they don't get
    saved anywhere in the registry as far as I can tell. How can I specify the
    server name and port number without having to re-enter it every time I start
    the service?
    -J-Dweblogic.system.listenPort=7003 -J-Dweblogic.system.name=server_shared
    Thanks, Hal
    From the weblogic 4.5 documentation:
    You'll need to set two properties as "Startup Parameters " in the NT Service
    Window, by using the -J-D flag, followed by the property:
    -J-Dweblogic.system.listenPort=port number to set the listen port for each
    server. Any number of WebLogic Servers can operate on the same host by
    listening on different ports.
    -J-Dweblogic.system.name=name to set the name for each server. The name of
    the server corresponds to the name of the per-server directory, which is
    where the configuration properties file, log files, and security
    certificates for each server are stored.

    I too wish to have multiple Weblogic Instances that can be made to
    auto start at boot time, but can't because of the non-persistant startup
    arguments.
    I have had some success with a C++ (calling java/Weblogic) service
    program that I downloaded from the net. The service program creates
    a service registry entry, and stores the startup parameters as well.
    The service starts ok, but I'm having trouble stopping the service.
    I will send and update when (if) I get this resolved.
    "weblogic" <[email protected]> wrote:
    I want to run multiple instances of weblogic on the same machine and
    I want
    them all to be setup as NT services. I have created the services but
    I don't
    know how to save the Startup Parameters in the NT Services dialog. I
    can
    type them in and they are used for the next service start but they don't
    get
    saved anywhere in the registry as far as I can tell. How can I specify
    the
    server name and port number without having to re-enter it every time
    I start
    the service?
    -J-Dweblogic.system.listenPort=7003 -J-Dweblogic.system.name=server_shared
    Thanks, Hal
    From the weblogic 4.5 documentation:
    You'll need to set two properties as "Startup Parameters " in the NT
    Service
    Window, by using the -J-D flag, followed by the property:
    -J-Dweblogic.system.listenPort=port number to set the listen port for
    each
    server. Any number of WebLogic Servers can operate on the same host by
    listening on different ports.
    -J-Dweblogic.system.name=name to set the name for each server. The name
    of
    the server corresponds to the name of the per-server directory, which
    is
    where the configuration properties file, log files, and security
    certificates for each server are stored.

  • Outlook Calendar: Multiple day events with different details on different days

    Hello!
    I produce trade shows and I am trying to use outlook calendar and sharepoint as a place for my company to access a calendar for all the events we produce.  However, I want to be able to distinguish what is happening that particular day (move-in, the
    days we build the show; open, the days the show is open; move-out, the days we dismantle the event)
    For example:
    Widget Expo
    Move-in: 1/5 - 1/6
    Open: 1/7 - 1/9
    Move-out: 1/10
    I know that I can easily create three different events for the above, which, in theory is fine... but we produce many shows so I want the event line to be continuous in outlook as it would be if I simply entered "Widget Expo start date 1/5 end date
    1/10".  
    Additionally, this fails because we have many events overlapping the dates and the data becomes visually disjointed and hard to read.
    I am not particularly concerned with start or stop times vs. all day events.  My priority is to see about entering an event like the one above with a subset of info on each day.
    For example
    Widget Expo: 1/5 - 1/10
    1/5: move-in
    1/6: move-in
    1/7: open
    1/8: open
    1/9: open
    I've attached a sample.
    The top section (Events 1, 2 and 3) is how Outlook will function as I know it today, you can see how it is challenging... (alternately I could do one day at a time but that gets even more cumbersome).
    The bottom section (Events A, B and C) is how I would like Outlook to function and how, I really, really, hope that someone will be able to instruct me on.  
    Any help is greatly appreciated!!
    Thanks!
    Larry G

    I just didn't get the context here. Do you want to display multiple rows within one Outlook calendar event? If yes, I think it's impossible.
    Please reattach the sample which will be very helpful for others to understand your requirement, then possibly provide a solution.
    Bhasker Timilsina (ManTechs Inc)

  • Using ssis import a multiple flat files with different mappings

    I have an scenario for import a file
    20 different flat file source and having XML mapping document in a table.
    get files from that path(i have path and file name extension in table)
    i have map this file based on the file name extension in dynamically
    create a 20 different staging table based on mapping in dynamically
    kindly help for this
     

    Hi Karthick,
    As Arthur said, if you don't want to hard code the data flow, you need to read XML from the SQL Server table and use Script Task to implement the dynamic columns mapping. To read XML from a SQL table, you can refer to:
    http://blog.sqlauthority.com/2009/02/13/sql-server-simple-example-of-reading-xml-file-using-t-sql/ 
    In the Script Task, we need to parse the first row of the flat file to get the columns information and save that to a .NET variable. Then, the variable will be used to create the query that will be used to create SQL table. For more information, please see:
    http://www.citagus.com/citagus/blog/importing-from-flat-file-with-dynamic-columns/ 
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Sizing a new/existing document

    When I start a new document in InDesign, the window shows the page size with a "p" (51p0 x 66p0) which is the standard 8.5 x 11.  How do I change the default setting to inches? How do I indicate I want a new document at 6.75" width x 3.5 high? How do

  • Teststand property loader for multiple sequences

    Hi, I am using Teststand 3, and would like to be able to Export all sequences into one Excel spreadsheet, so that each tab references a single sequence. If anybody has already done this, or has a suggestion as to how to do it, I would be grateful. Th

  • Dashboard problem-Filtes not working as per dashboard prompt

    I have created one dashboard with prompt but the prompts are not working as selected values as per prompt are not getting filtered out e.g. one of the prompt is "sales stage" if eventhough i select a particular sales stage it shows all results with n

  • Pre-submit javascript process

    I'm a bit confused on how to do this. I have a non-tabular form which has various modes of operation. In one of them I need run a javascript function that checks a bunch of things. Input from the user may be required before this is completed and the

  • Reader allowing a secure PDF to be printed

    I created a passowrd protected PDF and when I open it within a web browser with Reader I am still able to print it. When I open it from my desktop with Acrobat Pro printing is disabled as it should be. Any suggestions?