Valur from another cube

Hi All,<BR><BR>We have these two cubes, A and B. The values of FTEs in the two cubes are different (coming from different data sources). <BR><BR>The idea is to take the value of the FTE from cube A and use it in a formula or a calc script in cube B. Both are in the same server. Is this possible?<BR><BR>I am just throwing this thought out. If not, we have to bring the FTE values of cube A into the oracle views and load them in cube B. This is additional work in the backend. <BR><BR>Let me know.<BR><BR>Thanks,<BR>Hank

You have two basic options. Look in the technical reference for the @XREF function. Given the scope of what you are trying to do, this is probably the best option. A slightly more involved approach is using a partition if you have the partitioning option licensed.<BR><BR>

Similar Messages

  • Reading data from another cube

    Hi All,
    I have a cube, lets say with 6 fields. I am getting the data for the 1st 3 fields directly from R/3. I have the data for the remaining fields in some other cube. Now, I have to get the data for the remaining 3 fields from 2nd cube based on the 1st 3 fields.
    I know that this is possible but I am not sure how to do this. Can someone let me know the steps to do this.
    Best Regards,
    James.

    James
    u can follow the method suggested by dinesh with the help of ABAPer.
    There is also few another way. Let me tell you how.
    First way :
    declare source cube as a export datasource.
    create update rule for target cube from source cube and update only required fields.
    cons: this method will unnecessarily consume more database.
    remedy: u can use multiprovider for reporting which will pull data from all possible required cubes.
    Second way:
    u can use one infosource to fed several cubes at the same time. With this u can update only required fields into another/target cube.
      This procedure will increase loading time as infosource is feeding to several data targets.

  • Adding a KF from another Cube

    Hi Gurus,
           I have requirement to add 2 Key Figures from one query of InfoProvider A to another query of a different InfoProvider B. Please guide me in designing the query.
    Thanks,
    S

    Hi Sid,
    In this case you can consider using jump target queries. You need the 2 queries set up on the cubes as reqd. Then in RSBBS assign them as sender and receiver. Then when you execute the sender query, you can right click and jump to the receiver query. When you do so char values from report 1 will be transferred to report 2 (for whatever chars are common in both queries).
    Hope this helps...

  • Copying data from another cube

    Dears:
    I have the following scripts
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET CACHE ALL;
    SET CACHE HIGH;                         
    SET LOCKBLOCK HIGH;
    SET UPDATECALC OFF;
    SET CREATEBLOCKONEQ ON;
    SET CREATENONMISSINGBLK ON;
    SET FRMLBOTTOMUP ON;
    FIX("N/A Cliente")
    FIX(@CHILDREN(I5370),@CHILDREN(I5356))
    FIX("N/A Jefe Grupo")
    FIX("N/A Ejecutivo")
    FIX(&año_actual)
    FIX(Mensual)
    FIX(Nominal)
    FIX(Ppto)
         FIX("Spread")
         FIX(PRODUCTOS, @IDESCENDANTS(ACTIVOS), @IDESCENDANTS(PASIVOS), @IDESCENDANTS(INGRESOS))
              Ajustada (
                   BaseProy = @XREF("_Tckcube_", Moneda, &mes_base, &año_base, Real, Final, Acumulado);
         ENDFIX; /*Productos*/
         ENDFIX; /*Accounts Spread*/
    ENDFIX; /*Versión*/
    ENDFIX; /*Nominal*/
    ENDFIX; /*Mensual*/
    ENDFIX; /*Periodo*/
    ENDFIX; /*JEFE DE GRUPO*/
    ENDFIX; /*EJECUTIVOS*/
    ENDFIX; /*ENTITIES*/
    ENDFIX; /*CLIENTES*/
    but it works well if I have created the block in the cube destination
    What I do for that data be copied without having to create blocks?
    What instructions can help me?
    Thank very much

    Okay, thank you very much for your answers
    Anyway already found a solution: I was allocating even xref member of a dense dimension (BaseProy), the change I made was to assign the xref a member of a sparse dimension (Ajustada) and add instructions SET CREATENONMISSINGBLK
    and works without problem.
    This is the code improved:
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET CACHE ALL;
    SET CACHE HIGH;                         
    SET LOCKBLOCK HIGH;
    SET UPDATECALC OFF;
    SET CREATEBLOCKONEQ ON;
    FIX("N/A Cliente")
    FIX(@CHILDREN(I5370),@CHILDREN(I5356))
    FIX("N/A Jefe Grupo")
    FIX("N/A Ejecutivo")
    FIX(&año_actual)
    FIX(Mensual)
    FIX(Nominal)
    FIX(Ppto)
         FIX("Spread")
         FIX(PRODUCTOS, @IDESCENDANTS(ACTIVOS), @IDESCENDANTS(PASIVOS), @IDESCENDANTS(INGRESOS))     
    SET CREATENONMISSINGBLK ON;     
         BaseProy = #Missing;
              BaseProy(
                   IF (@ISMBR("Nominal"))     
                        Ajustada     = @XREF("_Tckcube_", Moneda, &mes_base, &año_base, Real, Final, Acumulado);
                   ENDIF
         SET CREATENONMISSINGBLK OFF;
         ENDFIX; /*Productos*/
         ENDFIX; /*Accounts Spread*/
    ENDFIX; /*Versión*/
    ENDFIX; /*Nominal*/
    ENDFIX; /*Mensual*/
    ENDFIX; /*Periodo*/
    ENDFIX; /*JEFE DE GRUPO*/
    ENDFIX; /*EJECUTIVOS*/
    ENDFIX; /*ENTITIES*/
    ENDFIX; /*CLIENTES*/

  • Can we pull data from one cube to another cube

    Hi All,
    I need to pull the data for a 4 fields from an existing info cube to another cube. Can any one let me know the procedure of how to do this.
    Thanks in Advacne

    scenario cube1 --> cube2
    1) load data into cube1
    2) cube1 > export datasource > it creates the ds with 8cube1
    3) rsa1 > source systems > myself sourcesystem > replicate datasources
    4) cube2 > rt clk > create update rules
    5) map the update rules for the 4 fields and activate
    6) rsa1 > infosources > search for 8cube1 > create infopackage and load data.
    Regards,
    BWer
    Assign points if helpful.

  • Move data from one cube to another cube

    Hi,
    I am on BW 3.5 and I have moved the data from one cube to another cube and found that the number of records in the original cube does not match to the newly created cube. for eg. if the original cube contains 8,549 records then the back up cube contains 7,379 records.
    Please help me on what I need to look on and if in case the records are getting aggregated then how do I check the aggregating record.
    Regards,
    Tyson

    Dear tyson m ,
    check with any update rules in ur transfer.If so check in it.
    Just go through these methods for making transfer from one cube to another cube fully without missing data.
    Update rules method
    if it's updated from ods, you can create update rules for cube2 and update from ods
    or you can try datamart scenario
    cube1 right click 'generate export datasource'
    create update rules for cube2, assign with cube1
    rsa1->source system->bw myself, right click 'replicate datasource'
    rsa1-> infosource -> search 8cube1 name
    (if not get, try right click root note 'infosource'->insert lost node(s)
    from that infosource, you will find assigned with datasource, right click and 'create infopackage', schedule and run.
    Copy from
    While creating the new cube give the cube name in the "Copy from" section. It would copy all the characteristics and Key figures. It would even copy the dimensions and Navigational attributes
    Another option is:
    The steps for copying the contents of one cube to another:
    1. Go to Manage -> Recontruct of the new cube.
    2. Select the "selection button"(red , yellow, blue diamond button).
    3.In the selection screen you can give the technical name of the old cube, requests ids you want to load, from & to date.
    4.Execute and the new cube would be loaded.
    Its all that easy!!!!!!
    Refer this link:
    Copying the structure of an Infocube
    Reward if helpful,
    Regards
    Bala

  • Data archiving from a cube to another cube

    Hi All,
    We need to archive huge volume of data from a cube to some other cube may be like a back up cube.
    We have come across archiving to a file but we need to archive to another cube.
    Kindly suggest steps or way to execute this.
    Thanks,
    Dinesh

    Hi Dinesh,
    As you are looking for a backup of data in other target,
    You can collect the below information first before loading the data from Main target to Back up target.
    1. Data volume present in main target in terms of Number of year.
    2. Kind of application.
    3. Also whether all the data from the lower level target has been updated to this main target or not?
    Once everything is there then you can split the data into multiple based on calyear or fiscal year period. So you can load multiple load to back up target instead of pushing all the records in one load which will take long time and also the system resources.
    So perform multiple load with different selections based on the system processors availability.
    Perform this once all the selections are done.
    Hope this helps.
    Murali

  • Inventory data load from Inventory Cube to another Copy Cube

    Hello Experts,
    I am trying to load Inventory data from the Inventory cube(say YCINV) to a copy cube  say YCOPY_CINV(copy of Inventory cube), but the results appear inconsistant when I compare the reports on these 2 cubes. I am trying to populate a fiield in copy cube so that I can populate the same data back to the original cube with the new field in it, I am doing this reload back and forth for historical data purpose only.
    I have seen lot of posts as how to run the setups for Inventory data, but my case does not need to perform set up runs.
    Does the note 1426533 solve the issue of loading from one cube to another ? we are on SAP BI 7.01 with SP 06 ,but the note specifies SP 07 ?
    I have tried note 375098 to see if it works, but I do not see the options as mentioned from  step "Using DTP (BW 7.x)" in BI to perform this note
    Please advise on whether to go with implementing note 1426533 or is there any other way to load inventory data from one cube to other.
    Regards,
    JB

    Hi Luis,
    Thanks for your reply,
    I do not see any setting like Intial stock in DTP except "initial non-cumulative for non- cumulative". I did try using the option "initial non-cumulative for non- cumulative" ,but the results still do not match with the inventory cube data.I do not see the check box for marker in the copy cube (under roll up tab). Please let me know if we can really implement this solution ,i.e. copying from inventory cube to copy cube and then re-loading it back to inventory cube for historical data. Currenlty, I am comparing the queries on these 2 cubes, if the data matches then I can go  ahead and implement it in Production, other wise it would not be wise to do so .
    Regards,
    JB

  • ABAP Function Module Example to move data from one Cube into Another

    Hi experts,
    Can any please help out in this ..?
    A Simple ABAP Function Module Example to move data from one Cube into Another Cube
    (How do i send the data from one client to another client using Function moduel).
    Thanks
    -Upen.
    Moderator message: too vague, help not possible, please describe problems in all technical detail when posting again, BI related? ("cube"), also search for information before asking.
    Edited by: Thomas Zloch on Oct 29, 2010 1:19 PM

    This is the start routine to duplicate records in two currencies.
    DATA: datew   TYPE /bi0/oidateto,
          datew2  TYPE rsgeneral-chavl,
          fweek   TYPE rsgeneral-chavl,
          prodhier TYPE /bi0/oiprod_hier,
          market  TYPE /bic/oima_seg,
          segment TYPE /bic/oizsegment.
    DATA: BEGIN OF S_DATA_PACK OCCURS 0.
            INCLUDE STRUCTURE /BIC/CS8ZSDREV.
    DATA: END OF S_DATA_PACK.
    S_DATA_PACK[] = DATA_PACKAGE[].
      REFRESH DATA_PACKAGE.
      LOOP AT S_DATA_PACK.
        move-corresponding s_data_pack to DATA_PACKAGE.
        if DATA_PACKAGE-loc_currcy = 'EUR'.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalgrc.
          DATA_PACKAGE-CURRENCY = 'USD'.
          APPEND DATA_PACKAGE.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalloc.
          DATA_PACKAGE-CURRENCY = 'EUR'.
          APPEND DATA_PACKAGE.
        else.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalgrc.
          DATA_PACKAGE-CURRENCY = 'USD'.
          APPEND DATA_PACKAGE.
        endif.
      ENDLOOP.
    This is to load Quantity field
    RESULT = COMM_STRUCTURE-BILL_QTY.
    This is to load Value field
    RESULT = COMM_STRUCTURE-NETVAL_INV.
    UNIT = COMM_STRUCTURE-currency.

  • Load from one cube to another

    hi all,
    can any one gimme  step by step procedure to load data from one cube to another cube in BI7
    thanx in advance

    Hi Srikanth,
    Cube to Cube Load 
    You need to move some data from one cube to another.
    The steps involved are :-
    First You need to  create 'Export Data Source' from original cube (right-click on the InfoCube and select Generate Export Data Source). 
    Then, assign the new datasource to new cube. (you may click on 'Source system' and select your BW server and click 'Replicate'). 
    Then, Create DTP and execute. 
    Lastly, you are ready to load. 
    Regards
    Suresh B.G.

  • Copy Query from one cube to another

    Hi ,
    Where can i do copy query from one to another cube
    Thanks
    Gururaj

    Hi,
    For copying queries from one cube to the another use Tcode :RSZC.
    If you have RKF and CKF in the queries,
    then only  those RKF's and CKF's which are used in the query will be copied(Only those which you use in the structure).
    One more important all the keyfigures will be copied with Technical name as _1 at the end.
    i.e: if you have a KF called AVERAGE with Techname as <b>OSD_AVG</b> then this will be copied as <b>OSD_AVG_1</b>.Meaning you cannot define your own Tech names.
    Thanks,
    Uma Srinivasa Rao.

  • How-to copy a query from a cube to another cube w/ the same structure?

    Dear All,
    Does anybody know if it is possible to copy a query, in the same system, from a cube to another cube (or multi-cube) which has the same structure?
    Thanks!
    Ioan

    Hi Ioan,
    Micheal is right.
    also you can do this another way. from the main menu of BW go to Business Explorer---> Query -
    > Copy.
    Regards,
    Reddy

  • Partitioning two Years Of Data From One Cube Yo Another

    Hi Experts,
    Can any one please help me on the following issue.
    I got the requirement where I need to copy the data from one cube to another having unequal number of dimensions.
    I have achieved this using Transparent partitioning, But I could be able to copy only one year data.
    In cube1 I have the months like Jan, Feb...Dec and in cube2 I have the structure like Jan-11..Dec-11, Jan-12...Dec-12.
    While creating the partition how can I map the Jan with Jan-11 and Jan-12.
    Thanks In Advance,
    Ram

    You can map manually. it is possible.

  • Loading Data from one Cube into another Cube

    Hi Guys,
    I am trying to load data from one cube A to another cube B. Cube A has data around 200,000 records. I generate export datasource on Cube A. Replicated the datasource and created InfoSource and activated it.
    I created update rules for Cube B selecting Source as Cube A. I do have a start routine to duplicate records in Cube A. Now when I schedule load,
    It stops at Processing Datapacket and says no data. Is there something wrong with the update routine or is there any other way to load form cube to cube in a simpler way?
    Thanks in advance

    This is the start routine to duplicate records in two currencies.
    DATA: datew   TYPE /bi0/oidateto,
          datew2  TYPE rsgeneral-chavl,
          fweek   TYPE rsgeneral-chavl,
          prodhier TYPE /bi0/oiprod_hier,
          market  TYPE /bic/oima_seg,
          segment TYPE /bic/oizsegment.
    DATA: BEGIN OF S_DATA_PACK OCCURS 0.
            INCLUDE STRUCTURE /BIC/CS8ZSDREV.
    DATA: END OF S_DATA_PACK.
    S_DATA_PACK[] = DATA_PACKAGE[].
      REFRESH DATA_PACKAGE.
      LOOP AT S_DATA_PACK.
        move-corresponding s_data_pack to DATA_PACKAGE.
        if DATA_PACKAGE-loc_currcy = 'EUR'.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalgrc.
          DATA_PACKAGE-CURRENCY = 'USD'.
          APPEND DATA_PACKAGE.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalloc.
          DATA_PACKAGE-CURRENCY = 'EUR'.
          APPEND DATA_PACKAGE.
        else.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalgrc.
          DATA_PACKAGE-CURRENCY = 'USD'.
          APPEND DATA_PACKAGE.
        endif.
      ENDLOOP.
    This is to load Quantity field
    RESULT = COMM_STRUCTURE-BILL_QTY.
    This is to load Value field
    RESULT = COMM_STRUCTURE-NETVAL_INV.
    UNIT = COMM_STRUCTURE-currency.

  • Aggregation of data from one cube to another

    Hello,
       I would like to copy the data of one cube to another cube, at an aggregated level like we do in BW.
       For instance, cube A has cost center, while cube B has to be the totals of all the cost centers from cube A.  And hence, cube B will not have a field cost center at all.
       Could someone help me on this topic please.
    Thanks and Best Regards,
    Rajkumar A

    Hi dear,
    it's enough to do not put in your copy cube the cost center (the OLAP processor when you execute a query will do the rest)!
    Otherwise, if you want to have all the records PHYSICALLY AGGREGATED, you have to go with an ODS as destination (and here you can aggregate as you prefer on the basis of your key part !)...
    Or you can aggregate all the records in a single data package with a SUM operation into an internal table in your start routine (without the cost center, clearly !)...
    Hope it helps!
    Bye,
    ROberto

Maybe you are looking for

  • Can anyone help with some free real estate software for our School in the UK to practice with

    Hi Guys We are setting our class a task to set up their own Estate agency (real Estate) and need some basic web software for them to use to develp their own shop. can anyone help us with a IWEB template that they can copy their own photos over and re

  • IMic clipping, PowerBook G4

    I'm trying to move some old analog tapes into GarageBand. I heard subtle distortion using the built in A/D -- line out from tape to PowerBook G4 audio in, decided to try an iMic I had lying around to see if it was better. This thing is driving the au

  • Placing null values in the database

    Hi I'm using a PreparedStatement object to try to input a null value in the database. I'm using the following code : pstmt = connection.prepareStatement("INSERT INTO Conditions (Deal,ConditionDate,Condition ) VALUES (?,?,?)"); pstmt.setString(1,"aDea

  • Form Personalisation

    Dear all. We have personalized a custom form and attached a menu(reports).when we click on the reports menu it diaplays the following error 'FUNCTION NOT AVAILABLE TO THIS RESPONSIBILITY.CHANGE RESPONSIBILITY or CONTACT YOUR SYSTEM ADMINISTRATOR'.ple

  • Difference between dependent list of values in table and form

    Hi , Is implementing dependent lov in editable table i.e. in adf table different from implementing the same in an adf form. In one of his posts Frank Nimohius mentioned that he can send us the implemented application for dependent list of values in e