Consolidation of data in two different instances

Hi,
I am having a scenario that ABCD is a subsidiary of holding company PQRS. Both the systems are running on two different instances of SAP. Now the ABCD is going for SAP implementation. PQRS is interested to consolidate the data of PQRS as well as ABCD. In ABCD, let me presume that the group chart of account has been used and each GL account of operating chart of account has been mapped to group chart of account GL account. Now, the question is how the data of ABCD can be transferred / moved to PQRS. The presumptions are: 1. There is RFC connections between ABCD and PQRS 2. PQRS is consolidating using EC-CS
Please throw some light on this.
Thanks in advance.
Regards,
Ravi

>
Pradip Nikam wrote:
> Hi,
>
> I am transferring data from Non SAP system into SAP through XI. But I want to do consolidation of data in XI before transferring data to SAP system. Suppose I have 4 purchase entries from same vendor of same material for a week in non SAP system. Instead of transferring 4 different entries to SAP system. can I consolidate those 4 entries in XI into one & then tranfer to SAP?
>
> If this is possible then how to do it?
>
> Please guide.
>
>
>
> Pradip Nikam
1. If your source system is sending all the entries in a single message you can easily do this via the mapping in XI
2. Suppose your source system is sending these 4 message separately and then you want to consolidate, then you will have to involve BPM.
You will need to collect these messages and then have a N:1 mapping that does the consolidation
Ref:
http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm

Similar Messages

  • APEX Application accessing data from two different databases

    Hi All,
    Currently as we all know that APEX Application resides in database and is connected to the schema of that database.
    I want APEX Application to be running and accessing data from two different databases. Elaborating my question,
    Currently, my APEX Production Application is connected with XXXX Schema of DB1 Database(Where APEX Resides). Now I want to add some pages into this APEX Application for REPORT Purpose, But I want to connect this REPORT APEX Pages to get data from Different Schema YYYY for Database DB2.
    Is it possible to configure this scenario?
    The reason for doing this is to avoid the REPORT related (adhoc queries) resource utilization effect on Production DB1 Database.
    Thanks
    Nil

    1. If you do the joining of two or more tables in DB1 then all data is pulled over to DB1 and then the join is executed: so more data over the databaselink and more work for DB1. Better keep the joining stuff where the data resides and just pull exactly that data over that you need.
    2. Don't know about your different block sizes. Seems a nice question for one of the other forums (DBA or SQL).
    3. I mean create synonyms on DB1 for reports VIEWS in DB2.
    Hope all is clear!

  • Is it possible to show data from two different sql tables?

    Is it possible to show data from two different sql tables? Either to show combined data by using a join on a foreign key or showing a typical master detail view?
    I have one table With data about a house, and another table With URL's to images in the blob. Could these two be combined in the same Gallery?
    Best regards Terje F - Norway

    Hi Terje,
    If you have a unique key, you could use one of the following functions for your scenarios:
    If you only have one image per house, you can use LookUp:
    http://siena.blob.core.windows.net/beta/ProjectSienaBetaFunctionReference.html#_Toc373745501
    If you have multiple images per house, you can use Filter:
    http://siena.blob.core.windows.net/beta/ProjectSienaBetaFunctionReference.html#_Toc373745487
    Thanks
    Robin

  • Selecting data from two different tables.

    Do we need to use join two tables with primary/foreign key while trying to use select statement for getting data from those to table.? If no who can i go about do it.

    872959 wrote:
    If i am using From clause to get data from two different tables, is it necessary that both tables have column of identical data in them.In general, they ought to (or you need to join in a third table that tells you how to map rows from one table to rows of the other table).
    It is not strictly necessary that there be any join condition between tables. If you don't provide a join condition, Oracle has to do a Cartesian product. That means that if there are n rows in one table and m rows in the other, the result set will have n * m rows. It is very rarely a good idea to write queries that do Cartesian products but it does occasionally happen.
    Justin

  • Differentiating Master Data from two different source systems

    Friends,
    i have used standard InfoObjects that provide master data for two InfoCubes which take data from two different source systems. Now the some of the master data is identical in both the source systems (example: 10 stands for "Industrial" in one whereas 10 stands for "Agricultural" in the other). What do i do so that the system(BW) differentiates the two.
    Thanks in advance for all the help.
    Mike

    I tried to include the 0SOURSYSTEM in the compounding of this InfoObject (for master data) but it gives me a list of other objects that use this InfoObject as a reference characteristic and also says that this InfoObject is used in a ODS and data needs to be emptied in the ODS before activating  this InfoObject.  Please let me know if there is any way out of it.
    Thanks
    Mike

  • To determine Code diff of two same units placed in two different instances

    Hi All
    I have a procedure, say PROC_TEST in two different instances, say INST_ONE and INST_TWO.
    The PROC_TEST in instance INST_ONE is as:
    Create or replace PROC_TEST(
    var_num1 number)
    is
    begin
    dbms_output.put_line('I am in PROC_TEST');
    end;
    Create or replace PROC_TEST(var_num1 number)
    is
    var_number number := var_num1;
    begin
    dbms_output.put_line('I am in PROC_TEST');
    dbms_output.put_line('The value of var_number is '||var_number);
    end;
    Now, i need to determine the diff between these two procedures, which will return me only the code diff, not the diff due to formatting.
    NOTE: I have arround 6700 such units, so i can't go for comparing one unit at a time.

    Hi All
    I have a procedure, say PROC_TEST in two different instances, say INST_ONE and INST_TWO.
    The PROC_TEST in instance INST_ONE is as:
    /* Instance 1 */
    Create or replace PROC_TEST(
    var_num1 number)
    is
    begin
    dbms_output.put_line('I am in PROC_TEST');
    end;
    /* Instance 2 */
    Create or replace PROC_TEST(var_num1 number)
    is
    var_number number := var_num1;
    begin
    dbms_output.put_line('I am in PROC_TEST');
    dbms_output.put_line('The value of var_number is '||var_number);
    end;
    Now, i need to determine the diff between these two procedures, which will return me only the code diff, not the diff due to formatting.
    NOTE: I have arround 6700 such units, so i can't go for comparing one unit at a time.

  • Use of SAP memory to transfer data between two different sessions.

    Hello experts,
    I wish to know how to use SAP memory to transfer data between two different sessions.
    The scenario is that when I run a report and change a variable, the value of changed variable should be availabe to another user on another terminal.
    Thanks & Regards!
    Sumit

    Hello,
    Just to add what Max has already mentioned. IMPORT TO / EXPORT FROM DATABASE statements can be used to store data in special "cluster" tables (you can't use any DDIC table) e.g., INDX.
    @OP: You can opt for Shared Memory(SHM) for this specific requirement as well. In my opinion SHM is a bit tricky to code, but it is easier to monitor. The opposite holds true for "data clusters".
    You should remember SHM is app-server specific. So if you've a load balancing scenario, using SHM can cause problems.
    Hope i'm clear.
    BR,
    Suhas
    Edited by: Suhas Saha on Nov 19, 2010 4:12 PM

  • How to store personal data in two different languages

    Hello,
    as usual we're storing employee's personal data in the infotype 0002, but suppose we need to store this information (for instance the name) in two different languages with also two different alphabets (for instance english and russian, chinese, etc.) As far as I know you cannot store data in the infotype depending on the language, and for infotype 0002 there are no subtypes available, so what is the solution provided by SAP if you need to store information in two different languages?
    Kind regards,

    Hello Raj,
    first of all thank you very much for your answer, it's in fact a good idea, but what if I need to store the information both in English and Greek, if I create a new screen for Greek employees (lets say) they are only going to enter the info in greek language, what about the english info?
    I don't want to create two registers in infotype 0002, I think it will be a better idea if we had an infotype to store additional info in other languages, take into account that we'll probably need other fields like family members names and so on
    Thanks again

  • How to transfer app data between two different game center accounts?

    Hello, I really need some help.
    I have looked all over the web for ways to transfer apps between two different game center accounts and different devices. Several weeks ago I started playing Campus Life on my relative's Ipad 2, therefore spending many long hours to get to this point in the game.
    The problem is I just got an Iphone 5 and I really would like to transfer the data onto it, so that I would not need to start all over again.
    My grandma has an account (Game Center) onto which the data has been saved and I would like to have it stored onto mine. On some forum someone said to sign into the account which has the data on both devices and to then open up the game on the new device. It worked. Then I signed out and logged in with my own account- the game started from scratch. I panicked. I went back on the other account, and the data reappeared. I have been going back and forth, the game changing as many times. I thought it would ask to back up my grandma's data on mine but I was wrong. I can not seem to save the game onto my new account, and I have even tried to back it up to Itunes and then copy it onto my phone after having signed into my own account. And I don't know how to properly use Icloud. I am a mess. I am completely lost and have found no help on the web. (All people seem to have to deal with is sharing Apple IDs with different Game Center Accounts for the kids and transferring apps from one of their devices to another.)
    I am so worried I am going to mess up and will lose the whole thing completely.
    I have just started another game with my own account but since I am using my grandma's, the data is erased. It's one or the other but I definitely prefer saving Campus Life. I do not like the idea of having to only pick one.
    I do not know any technical terms, so if you understand or even have the slightest clue about what I am talking about, I applaud you.
    This seems like mission impossible, so if anyone can help in any way, I would be really grateful. 
    Thanks in advance for your time and thoughts!

    I meant to press on "This solved my question"... Sorry if you needed the points.
    Thank-you and I will just go back and forth between the accounts.

  • How to fill the data of two different tables into one?

    Hi Experts,
    I have two tables named CDHDR and CDSHW(structure). I have extracted the  data from these two tables through two function modules named CHANGEDDOCUMENT_HEADER and CHANGEDOCUMENT_POSITION. Now I have the data in to different tables.
    These two tables neither has relationship with each other through any field nor have any field which exist in both. Can anyone tell me in this case what should be the process to take the data of both the tables into one table. How can I match the record of one table to another?
    thanks a ton in advance.
    Edited by: Moni Bindal on Apr 28, 2008 4:16 PM
    Edited by: Alvaro Tejada Galindo on Apr 28, 2008 1:42 PM

    Hye Bindal,
      without a relation, it is not possible to club the data of 2 internal tables. More over it depends on the requirement as to y u should club to non related quantities in an internal table.
    if you wish to do so, one thing is it has internal table which includes the strucute of the 2.
    data: begin of ty_out,
              first type first_structure,
              second type second_structure,
             end of ty_out.
    data: itab type standard table of ty_out.
    data: wa type ty_out.
    loop into it1 into wa1.
    move corresponding wa to wa1.
    append wa to itab.
    endloop.
    loop into it2 into wa2.
    move corresponding wa to wa2.
    append wa to itab.
    endloop.
    now the internal table itab will have all the contents of it1 and it2.
    <REMOVED BY MODERATOR>
    Thanks,
    Imran.
    Edited by: Alvaro Tejada Galindo on Apr 28, 2008 1:43 PM

  • Share data between two different plugins

    Hi All,
    I have two different plugins - In one, I am writing the persistent data and in the other I want to read this data. By making the dependency on the first plugin, I am able to read the data from the second one. But how can we read the data from the second plugin without any dependency on the first plugin?
    Regards
    Sahil

    As I recall, there is a setting to allow SO's to work between
    apps. Also you need to be sure to flush() the so to save the data.
    Another option is LocalConnection.
    Tracy

  • Taking data from two different server in a single table

    Hi All,
    can u plz tell me i want take a data from a two different server in a single table
    Thanks,
    Bell.

    Again, you have written the same sentence. I have 2 servers Server1 and Server2 and one table called my_table (You or God knows where this table is).
    Now tell us what you want to do ?
    Sidhu
    http://amardeepsidhu.blogspot.com

  • Ability to set same Start date for two different discrete Job in ASCP

    We have two ATO Items and these to be built & shipped together which have different leadtimes, How we can have achieve same start date when we release from ASCP.
    E.g: ATO_Model1*24234 SO Line 1, the rolled up LT=10Days
    ATO_Model2*325325, the rolled up LT=3
    So, under normal scenario ASCP will suggest two different release dates based on LT. So, I would like to start both Job togther considering the max leadtime.
    Hoping for your expert advice.
    Thanks
    Edited by: user604737 on Nov 10, 2010 9:55 AM

    Hi,
    964188 wrote:
    It is a date
    Such as
    10/31/2012 11:55:03 PMThen, as Hoek says, you don't want TO_DATE. For example:
    WHERE   TRUNC (start_datetime) = TRUNC (SYSDATE - 7) or the more efficient
    WHERE   start_datetime >= TRUNC (SYSDATE - 7)
    AND     start_datetime <  TRUNC (SYSDATE - 6)Also, it doesn't look like the EXISTS sub-query is corelated to the main query. That's almost certainly a mistake.
    If you're still having trouble, post your revised query, a little sample data (CREATE TABLE and INSERT statements). Point out where that query is givimg the wrong results, and explain how to get te right results.
    See the forum FAQ {message:id=9360002}

  • Separating code and data in two different packages.

    Hi,
    I am trying to separate data and code that creates or consumes that data in two separate packages.
    package X contains class or applet x. This is my container for data.
    package Y contains applet y. The methods in this applet create and store data in x.
    I would like to be able to delete the current package Y and replace it with a newer version of the package Y. The newer version may contain patches or bug fixes.
    Please keep in mind that I want to keep package X untouched and keep on using the data which has been created or stored in it before Y was updated.
    I have tried different ways to achieve this but keep facing one of the following problems:
    1- when I delete package Y and replace it with the updated Y, the methods in Y loose the reference to the objects in X.
    2- Sometimes I cannot delete package Y at all. I guess because it is still referencing an object in X.
    I may post some code later, ... any ideas?
    Thanks,
    Hugo

    Hi,
    1- when I delete package Y and replace it with the updated Y, the methods in Y loose the reference to the objects in X.On the install method of the applet in Y, you need to lookup the AID object and SOI for the applet in X. You will already be doing this somewhere in your code, you just have to ensure that when you reinstall the applet that uses the interface that you get the references again.
    2- Sometimes I cannot delete package Y at all. I guess because it is still referencing an object in X.This is to do with static references. You should implement AppletEvent in your applet and ensure that all static references are cleaned up in the uninstall method.
    Cheers,
    Shane

  • Loading master data from two different infosource.

    Hi Experts,
    I would like understand the mechanism behind loading data to masterdata infoobject from two different infosource.
    Ex: I have one master data infoobject called A and it has 4 attributes B C D E.
    now I am loading values for A B and C from INFOSOURCE1
           D and E is getting loaded from INFOSOURCE2.
    could ne one please explanin how this works and how all five values get merged in single record?
    Please help
    Best Regards
    Falgun

    Dear Falgun,
    Component of an InfoSource:
    An InfoSource is always a quantity of InfoObjects that logically belong together and are updated in data targets.
    a. <b>InfoSources with flexible update</b>
    An InfoSource with flexible update can be updated in any data targets (with the exception of hierarchies). Update rules are created for this InfoSource.
    InfoObjects can be used in as many InfoSources and data targets as you like.
    b. <b> InfoSources with direct update</b>
    Using an InfoSource with direct update, master data (characteristics with attributes or texts) for an InfoObject can be written directly (without update rules) to the master data table.
    Visit the following link for more information:
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    Hope this is helpful.
    Regards,
    Naveen.

Maybe you are looking for