Copying queries between cubes

Hi,
I would like to copy queries from a cube to a MultiProvider. Both have the same structure.
I found the help at http://help.sap.com/saphelp_nw04/helpdata/en/9f/f57539d6d1c93be10000000a114084/content.htm . There it says:
Result
The copied queries and the copied sub-objects have their own names. The new names are derived from the name of the original object and the added elements _<number>.
So the original query remains connected to my cube and a copy of this query will be created pointing to my MultiProvider. The technical name will change from e.g. "zmy_query" to "zmy_query_1". The same then applies to sub-objects (structures, calculated key figures and restricted key figures).
Did I understand this correct?
Thanks!

Hi Steve,
Structure can be re-usable where it holds multple number of CKFs/RKFs/KFs/Chars.... By using RSZC you can copy reports and its adjacent componets to other cube.
We do this activity during enhancement activity, not to stop users from viewing reports.
Regards,
rvc

Similar Messages

  • Copy data between cubes

    I need to copy data between two cubes (through a business rule). Can I do it using Partition/Replication? If so, does anyone have an example on how it is done? I'm currently using @XREF, but that does not transfer data for blocks that don't already exist in target database.
    I'm very new to this so a detailed description will help.
    Thanks for your help.

    Yes, partitions are great. I like to use replicated partitions because I can control the data, and deal with integrity issues etc. Your usage may vary.
    Basically, you go to your "Source" database, go to the partitions menu, and "Create New Partition". You then walk through each of the tabs in the partition menu
    Type Tab: Choose the type. Let's say a "replicated" partition.
    Connection Tab: Choose what databases will be connected with the partition
    Areas Tab: I like to check the "Use Text Editor" to just type out the formulas. Also check the "Show Cell Count" to have some confidence your formulas are working as planned. Here you define what data moves from source to target. For example I might setup the following
    Source:
    ("Actuals Data"),
    @LEVMBRS("Province",0),
    @GENMBRS("Company",2)
    Target:
    ("Actuals Data"),
    @LEVMBRS("Province",0),
    @GENMBRS("Company",2)
    If the names don't match, you can adjust that in the advanced properties or mapping properties. (If you have multiple slices of data - use the advanced mapping).
    Now validate and save

  • Copying queries between multicubes without having the same info objects

    Hello all,
    I have heard that it should be possible to use the debugger in order to copy a report between two multiproviders without having the exact same info objects in both multiproviders. All the info objects in the report are off course available in both multiproviders.
    Could anyone explain to me how this should be done?
    Best regards,
    Fredrik

    Hi Fredrik.
    Take a look at this thread:
    https://forums.sdn.sap.com/click.jspa?searchID=224199&messageID=1193434
    Hope it helps.
    BR
    Stefan

  • Copy Query between Aggregation Levels

    We wish to copy input-ready queries between Aggregation Levels using NW2004s, however the old BW transaction RSZC to copy queries only appears to work for queries on InfoCubes or MultiProviders.
    Does anyone know if it is possible to copy queries between aggregation levels or do we need to manually recreate them each time?
    Cheers,
    R

    Hi RM,
    I have also been looking for this when setting up integrated planning.
    As far as I know, you have to manually recreate them.
    Please assign points if this solved your problem,
    Best Regards,
    Filip

  • Copy data between 2 cubes

    Gurus, Long time groups. Gosh, more than a month, finally got some time.
    Anyways had a quick question, thought if anybody has a simpler method to do what i need.
    I have a couple of cubes in the BW Prod which have actual and plan data. Is there a simple way to copy only those cubes to BW Dev. I am sure i can get the data thru InfoSpokes. Any suggestions in and around would be rewarded. Thanx.

    Hi
    This Q has benn floating every now and then.
    look at:
    Re: Transporting Queries
    Re: transport
    Re: Transporting Process Chains from Production DOWN to QA and Dev
    Reg's
    Edan

  • Error while copying queries

    Hi Community,
                          I am trying to copy queries from Info Cube to Multiprovider using RSZC, I got error called
    "InfoObject 0MATERIAL__0DIVISION missing from target InfoCube ZSCMIM_M1"
    "InfoObject 0MATERIAL__MATL_CAT missing from target InfoCube ZSCMIM_M1"
    "InfoObject 0MATERIAL__MATL_GROUP missing from target InfoCube ZSCMIM_M1"
    "InfoObject 0MATERIAL__MATL_TYPE missing from target InfoCube ZSCMIM_M1"
    "InfoObject 0PLANT_COUNTRY missing from target InfoCube ZSCMIM_M1"
                I created Multiprovider with one basic info cube in BI 7.0. by draging dimensions,keyfigure, Unit, time  from left to right than I selected the "Select key figures Icon" --> Selected Create proposal for all Infoobjects" same as for Charecteristics.
                 I checked the attributes and charecterisctics they are active. Please help me ....
    Regds
    Dave.

    Hi sap Experts,
    I have problem  in the creation of Hierarchies.
    I am working in  BW 3.1 IDES
    TO_MAT is a CHAR, I have to create Hierarchy  for this. I have done the following,
    1.Under the Hierarchy Tab I enable Time dependent Hierarchy structure and activated.
    2.On Rt.click -->Create Hierarchy- Given Name and description
    Now  I am in  Hierarchy material Change: Modified version  window
    3.clicked Create Charactaristic Node button
    When I selelct the Info Object CHAR - [ " Info Object TO_MAT  is not entered for TO_MAT as a foreign Hierarchy Characteristic"] this error is coming. I tried with other CHAR also. advice me to correct this .
    Help will be Highly appreciated.
    Thanks.
    Hema

  • Restricted key fields & copying queries.

    We created a multiprovider and wanted to copy some queries from an existing infocube.  We are using RSZC to do this.  The queries that we are coping use restricted key figures (RKF).  If the multiprovider does not have the RKF it copies it as well.  But it creates it with the extension _x. 
    So I copy two queries that both use a RKF named ZRKF, I end up with ZRKF_1 & ZRKF_2 defined in the multiprovider.  Is there any way I can copy queries over and get the needed RKF without having duplicates of the RKF?  (i.e. copy over ZRFK and not end up with ZRFK_1 & ZRFK_2)
    Thanks,
    Chris Robertson

    Hi Chris,
    If you copy all queries that you want from Cube A to Cube B in one shot, then you will be left with just RKF(s)_1.
    You can then attempt to remove this _1 off the RKF by modifying the record in SE16 > RSZCOMPDIR.
    Hope this helps...

  • Copy data between Apps filtered by  workstatus

    Hello all gurus,
    BPC 7.5 NW
    I am copying data between apps. I want to do it with abap code because I use BADI.
    I dont want to copy all data, only data that have been filtered by WorkStatus. I cant use DESTINATION_APP in Script Logic because I need to filter
    Structure app is the same. Origin app is APP_A and destination app is APP_B.
    I only copy data if Workstatus is 'Approved'
    App: APP_A                 App: APP_B
    Dim1 WS
    Dim2 WS
    DIm3 WS
    Dim4
    Dim5
    If workstatus(DIM1, DIM2, DIM3) = "Approved" then
            Copy Dim1,..,5 belongs to APP_A to APP_B
    else
                    Nothing
    end if
    Example:    2014,Actual,Account1,E1toN,Act1toN   copy to  2014,Actual,Account1,E1toN,Act1toN (same rows, same structure)
    Note: Act1toN= act1, act2, act3,...actN
    Then, my filter is
    SETAPP = WB
    APP_A = BHN
    Worstatus table--> /1CPMB/LKWSWBBHN
    Select statuscode from /1CPMB/LKWSWBBHN where DIM1=2104, DIM2=Actual,Dim3=Accoun1
    if statuscode='5' then  // 5 is Approved (statid) in UJW_STATCODE
         copy data  2014,Actual,Account1,E1toN,Act1toN belong APP_A  copy to  2014,Actual,Account1,E1toN,Act1toN belong APP_B(same rows, same estructure)
    end if
    if you need more information dont hesitate to ask
    thanks
    Gustavo

    The main How-To page: Enterprise Performance Management (EPM) How-to Guides - Business Process Expert - SCN Wiki
    Please read BADI related How-to for BPC NW 7 and 7.5 (BADI's for BPC 7 can be used in 7.5).
    Try this: How To Custom BADI for Rounding Off Values in SAP BUSINESSOBJECTS Planning and Consolidation, Version for SAP NetWeaver
    Also read badi sample in help.
    In order to write data to another cube you have to use write_back_int with the appropriate application selected.
    B.R. Vadim
    P.S. Read also here: Useful ABAP code in BPC 7.X NW version
    Message was edited by: Vadim Kalinin - P.S. Added

  • Copying data between Applications

    Hello all,
    Is there a recommended approach to copying data between applications within the same application set? I have a cube that's the mirror image of another cube, excluding the difference in dimension names. I want to pass data from one cube to another cube. I am hoping this is something that can be done through DM using one of the standard packages provided by SAP.
    Thanks,
    Rob

    Hi Rob,
    Apart from using Data Manager option to copy data between applications, please also explore "Destination_App" statement in your script logic as you mentioned both the applications are mirror images of each other. Please check for sap help or SP02 doc addendum for more insight into destination app logic. There is also BADI option to take aggregated data from one application to another. There is a how-to-guide available for this.
    Please check which one of these options suit better for your requirement.
    Cheers,
    Santosh

  • Copy queries + variants + workbooks -- RSZC ?

    BW Experts,
    Using RSZC can we copy queries, variants and workbooks?
    I have to make a copy of queries from the cube to the multicube.
    Thanks,
    BWer

    Hi BWer.
    You can copy your query like this:
    1 Go to SE37
    2 Type in RSZ_I_COPY_QRY_TO_CUBE
    3 Press Display
    4 Scroll down and look for this line in the code:
    IF l_subrc <> 0 OR l_is_compliant = rs_c_false.
    5 Position the cursor on the line and set a breakpoint by clicking the "stop" sign
    6 Go back
    7 Run the module by pressing F8
    8 Type in your source + target cubes and press F8
    9 You get to the debugger at the line where you set the breakpoint. Double click on l_is_compliant to make it show in "field names" (to the left) below the code.
    10 Type in x in the "field contents" (to the right), press the pen symbol to the right of the line and press F8
    11 Chose the query you want from the list and press "transfer selections"
    12 Check the log: after all the error messages about the cubes not being identical, there should be one line with the green light of hope - this is your query that was copied
    13 Check if all the objects in the query are available in the cube you copied to by opening the query from the query designer.
    14 If some objects are missing in the cube you copied to, you'll have to fix this - If they are there, you can look busy for a couple of hours just doing your own thing and having everybody else think you are copying the query manually :-D
    (you might want to change the query tech name by using "save as" from the query designer)
    Enjoy,
    Jacob
    Message was edited by: Jacob Jansen
    ...and of course: If your system crashes or something like that when you try this, or as a consequence of trying this, I accept no responsibility :-D
    I did this on BW 3.0B ... dunno how it will work on other versions...

  • Errors while copying queries from Infoset to DSO in BI 7.0. Why

    Hi All,
    I am trying to copy queries from Infoset to DSO in BI 7.0.
    Message displayed after entering the data target names in Source Infocube (Infoset) & Target Infocube (DSO).
    : Errors when reading InfoObjects for InfoCube (Infoset).
    My Infoset has 2 queries.
    I need to copy only one query to the DSO which is part of the infoset. How can we achieve this.
    Please explain.
    Thanks

    Hi Murali,
    who said the target is different.
    The target is different in the sense, source is an Infoset & Target is an DSO.
    This DSO is a part of the above Infoset.
    RSZC works here but its giving errors as mentioned above.
    Regenerate in the sense, u mean i need to create the same again on DSO.
    Is there any other way.
    If providing some solution, let it be clear.
    Thanks.

  • Copy Control between Sales Orders and Deliveries

    Hi Gurus,
    please can you tell me why copy control between Sales Order and Delivery doesn't work?
    At header level, into copy control, we can set 2 requirement routines, one as general requirement for copying (TVCPL-AUBED) and the other one as requirement for grouping orders into deliveries (TVCPL-AUZUS).
    At header level we can also set a routine for data transfer to define how data are passed from Sales Order header to Delivery header (TVCPL-GRUAK).
    Then we can set routines at item level, one as requirement (TVCPL-AUBED) and one as data transfer (TVCPL-GRUAP).
    When delivery is created with VL10A transaction, at header level only the first  general requirement routine is used (FV50B***). Grouping requirement is not used (we also set a break point and the program is not passing into this routine).
    Then it is used the requirement routine at item level (FV50B***).
    Please can you tel me how we camake working the routine for grouping requirement at header level?
    Thank you very much.
    Kind Regards
    Andrea

    Hi, we used standard routine even if to be sure we run also the generation report you mentioned.
    Please any other suggestions?
    Thank you very much.
    Kind Regards
    Andrea

  • How do I copy purchases between 2 itunes libraries on the same computer with different log ins and separate apple user ids?

    How do I copy purchases between 2 itunes libraries on the same computer with different log ins and separate apple user ids?

    Load the library which doesn't contain the songs and drag them into the open iTunes application window. If you need to move them between different computer user accounts, put them into /Users/Shared/.
    (74502)

  • Back To My Mac: why can't I copy files between Macs?

    I use Back To My Mac to connect between a Mac Book Pro and Mac Pro. These two machines have the same home directory name, but different passwords. My home network is on an Apple Airport Extreme.
    A recent, persistent bug is causing havoc when I try to copy files between computers. Here is what happens:
    1. I connect to the Mac Pro remotely from the MBP, using my Apple ID credentials.
    2. Using a finder window on my Mac Book Pro, I try to copy a file TO the Mac Pro desktop that I'm certain doesn't already exist there. A "Preparing to copy" window appears.
    3. After a few moments, a window appears: "Finder wants to make changes. Type your password to allow this." Again, I've already entered my Apple ID to connect to the Mac Pro. This window requires my Mac Book Pro sign-in in order to continue.
    4. The next message is 'A newer item named “FileName.pdf” already exists in this location. Do you want to replace it with the older one you’re moving?'
    Here are the results of my options from this dialog:
    >>If I choose 'Keep Both Files':
    -- A progress window appears (saying something like "copying 0 of 108 kb", but without any progress bar movement). I click the X button to stop the transfer, the progress window changes to "stopping" status, but remains on the screen for several minutes. My Mac Pro is unresponsive/unreachable via BTMM during this time.
    -- After several minutes, the file transfer progress window disappears and my Mac Pro becomes available again via BTMM. There are now several THOUSAND numbered copies of the original. Each is 0 kb in size.
    >>If I choose 'Replace':
    -- A progress window appears, quickly followed by this message: 'The operation can’t be completed because an item with the name “” already exists.' The message appears exactly as written, without the filename between the quotes.
    -- A file with the same name as the one I tried to copy over is now on the Mac Pro desktop, but it is 0 kb in size.
    I'm lost -- not sure if this is a permissions issue, a problem w/ BTMM, or something else. Any input, advice, questions, etc. are very welcome.
    Thanks

    I'm having the exact same issue, did you find a solution. It's annoying!

  • Different ways to copy data between two schemas in one instance

    Hi there,
    I am searching a good way to copy data between two schemas in the same instance.
    Both schemas have an identical structure such as triggers, tables, views and so on. The only difference is the purpose: one is the productivity system and one is for development.
    I looked at datapump but I do not explicit want to export / import. I want to keep the data in the productivity schema as well as copy it to the other schema. Any ideas? I found out there is a copy statement but I dont't know how that works.
    Thank you so far,
    Jörn

    Thank you for your replies!
    I also thought of creating a second instance for development and move the dev - schema to it. I just don't know whether our server can handle both (performance?). Anyway the idea is to have a possibility to quickly rebuild the data inside a schema without indixes or triggers, just pure data. I thought the easiest way would be to copy the data between the schemas as they are exactly the same. However if you tell me DataPunp is the best solution i won't deny using it :).
    When you export data a file is created. does that also mean that the exported data is deleted inside the schema?
    best regards
    Jörn
    Ps: Guido, you are following me, aren' t you? ;-)

Maybe you are looking for

  • Question about navigation in session scope

    Hi. I dont know how to resolve a problem or how to focus this stuff. I'll try to explain myself. Let say I have a page (a.jsf) with several links, all this links navigates to the same page (b.jsf) which shows the results. For each link in a.jsf I hav

  • File import best practice

    I need some outside input on a process. We get a file from a bank and I have to take it and move it along to where it needs to go. Pretty straight forward. The complexity is the import process from the bank. It's a demand pull process where an exe ne

  • Website browser control could not be loaded in LabVIEW 8.5.1

    Hi Everyone, I am using LabVIEW 8.5.1......Recently i started facing problem with ActivX controls...When i place a web browser or month calender on the front panel..there is a message displayed in th middle of the control saying that "Control could n

  • Configure HRHAP00_GET_LIST_FLT BADI implementation in appraisal template using OOHAP_BASIC T-code

    Hi Experts, I want to modify List of Incomplete Appraisal Documents in appraisal template, for which I have found a BADI HRHAP00_GET_LIST_FLT (Displayed in further Badis section of RHHAP_BADI_OVERVIEW program). I have created implementation of this B

  • Plug ins for adobe after effects failed to upload, please re-install.

    Yesterday 1/21/15 when I started up adobe after effects I got an error message that said plug ins failed to upload, please re-install plug ins.  I am on a PC windows 8.  I am a subscriber to after effects and have been for more than a year.  This is