How to copy query

Is there anyway I can copy over a query to another data provider?

Hi,
In case the target doesnt have all the fields of the source, then let me know your mail id.
will send a doc which tells u how to do it using debug mode.
prakash

Similar Messages

  • How to copy query from one cube to another ? OR atlest a KF strecture?

    Hello edperts,
    just wanted some tips on coping a query or KF strecture from one cube to other . i am trying to use TCODE RSZC, but bcoz some of the chars. are not present in the target cube i a m not able to copy it.
    But, looks like both the cube has save KFs, so i thought atlest let me copy KFS , so i just have to pull manually chars. but thats also not working..
    Is there any back door way to do it ? please help me, it might save lots of time.
    Appreciated.

    Hi,
    Check the below article, it might help you out.
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/204111a9-0fca-2d10-219c-be20e686cdb5?QuickLink=index&overridelayout=true]
    Regards,
    Durgesh.

  • Urgent please _ copying query

    I have a query to be copied from one cube to another multiprovider. I am using transaction RSZC to copy query from cube to multiprovider, which is not allowing me to do so,In the infocube comaptibility check it says some characteristics are missing in target. How to copy query, Please?

    the best way is to use the transaction RSZC.
    But the two Infoprovider must have the same characteristics (almost the charact used by the query).
    If you're able to adapt the target Infoprovider with the missed characteristics you can use the RSZC.
    In other case you have to reproduce manually the query.
    Regards

  • How to copy a query from one infoprovider to another infoprovider

    Hi Experts,
    Could anyone suggest me on how to copy a particular query from one infoprovider to another infoprovider which are identical and have the same objects in them.
    Thanx in advance
    Lalit

    Hi Lalith,
    Use the Transaction RSZC and specify the - > Source InfoCube  -> Target InfoCube and select the queries  you want to copy.
    Hope it helps
    Regards
    Srikanth

  • How to copy a query

    Hi everyone,
    Can any one please tell me how to copy a query?
    just explain me the steps....pls
    Thanks in advance,
    Soumya

    Hi,
    If you want to copy the query on same InfoProvider, you can use the 'Save As' option.
    If you want to copy the query from one InfoProvider to other, you can use the transaction RSZC. But InfoProvider structure must be same before using the RSZC option.
    If your InfoProvider structures are not same, then you can use a function module to copy the query.
    There is one function module available to copy the queries from one target to other. We can achieve the copy even if the Source and Target InfoProviders are different.
    Here are the steps..
    Step 1. Bypass the standard functionality.
    Use transaction SE37 and enter the function module name RSZ_I_COPY_QRY_TO_CUBE.
    Set a breakpoint after the line Perform check infocube to manipulate the SAP BW original compliancy check. Search for and set the breakpoint at IF l_subrc 0 OR l_is_compliant = rs_c_false .
    Step 2. At the next stop in coding, enter the InfoProvider name in the occurring dialog in your defined breakpoint. In debug mode, set the return parameter l_is_compliant to X by typing the parameter name l_is_compliant in the field name input box
    Step 3. Copy the query.
    The system next asks you what query to copy The system believes that the target InfoProvider is compliant, but displays the objects that could not be found and copied Step 4. Add the missing elements.
    You can add the missing characteristics manually after copying the query.
    Regards,
    Yogesh

  • How to copy Bex Query,

    Hello friends..
    can you please let me know how to copy the Query.
    I want to copy the query from one datatarget to another one.
    Both cube defination is same,
    please let me know navigation steps. Thanks

    Hi,
    go to any table that begins RSZ in SE12.
    on the top go to where used object list display option on the top.
    it will open in the left various option.
    just check the last option of transaction codes it will show various option along with copying the queries.
    Thanks

  • How to copy file to another server from database using FTP in oracle

    How to copy file to another server from database using FTP in oracle.
    Please do the needfaul.

    Billy  Verreynne  wrote:
    BluShadow wrote:
    Not to mention that some FTP servers can return more than one return message per operation whereas others may return one message for the same operation.I had the problem using the LIST command to determine if a file exists on the server. Cannot be determined via the FTP server's return code. Which means parsing and checking the text response from the server to the command. And this vary from server to server.
    But the basics were quite easy to code. The entire package is 500 lines, includes comments and blank lines for formatting, and supports the basic FTP client command set. Not really a complex piece of software to write - but I found that many developers seem to think that writing network socket software is complex. Not really the case...Mine's a big larger, but incorporates functionality similar to what Chris provided in his, such as being able to use SQL to query a remote file using pipelined functions, or functionality to write the results of a query directly to a remove file.
    :)

  • How to copy the java concurren program in oracle application

    Hi All
    I am working in oracle Apps R12.
    In AP (Account Analysis Report) is registered as java concurrent Program.
    Now i need to customize this concurrent program and add two new column and two parameter in that.
    Could any one pls provide me the steps that how to copy the Java concurrent,and make a new customized program.
    Whether copying a java concurrent program is same as cp registered as oracle report.
    Thanks & Regards
    Srikkanth

    Hi Sir,
    Thanks for your reply.
    I have find the xml file form data definition and in that they have written Sql query and they have called a Package.
    And the i have also taken the class file from the path as mentioned.
    Now i need to customize this report by adding two parameter and i need to add two new column to display in the rtf.
    Can you pls tell me the steps to copy or how to customize this report.
    Regards
    Srikkanth

  • Insert or copy query into workbook 7.0

    How Can I copy a query into a workbook with new Analyzer 7.0 ?
    In the old version (Analyzer 3.x), I can choose Tools->Insert (or copy) query.
    How Can I do the same with Analyzer 7.0 ?
    Thanks

    Hi,
    .) Open the analyser and connect to the BI system,
    .) open an empty excel
    .) switch to design mode (first icon on second task menu)
    .) insert a table (second icon on second task menu)
    .) select the query
    and so on...
    BR
    /C

  • How to copy only some coulums and rows from excel files to a Oracle Table

    Dear all,
    I have the following problems:
    How to copy only some wanted coulums ( I.e DATETIME(format:17/09/2007 00:00:01 ) and TIME (format: 00:00:01 ) from excel files to oracle table.
    HOPE TO GET HELP FROM YOU GUYS!
    SINCERELY,
    MONOJSHARMALUITEL

    How about Heterogeneous Services so that the Excel sheet is an external database:
    1- Go to Control Panel>Administrative Tools>Data Sources (ODBC)>System DSN and create a data source with appropriate driver. Name it EXCL.
    2- In %ORACLE_HOME%\Network\Admin\Tnsnames.ora fie add entry:
    EXCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.12.0.24)(PORT = 1521))
    (CONNECT_DATA =
    (SID = EXCL)
    (HS = OK)
    Here SID is the name of data source that you have just created.
    3- In %ORACLE_HOME%\Network\Admin\Listener.ora file add:
    (SID_DESC =
    (PROGRAM = hsodbc)
    (SID_NAME = <hs_sid>)
    (ORACLE_HOME = <oracle home>)
    under SID_LIST_LISTENER like:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = d:\ORA9DB)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ORA9DB)
    (ORACLE_HOME = d:\ORA9DB)
    (SID_NAME = ORA9DB)
    (SID_DESC =
    (PROGRAM = hsodbc)
    (SID_NAME = EXCL)
    (ORACLE_HOME = D:\ora9db)
    Dont forget to reload the listener
    c:\> lsnrctl reload
    4- In %ORACLE_HOME%\hs\admin create init<HS_SID>.ora. For our sid EXCL we create file initexcl.ora.
    In this file set following two parameters:
    HS_FDS_CONNECT_INFO = excl
    HS_FDS_TRACE_LEVEL = 0
    5- Now connect to Oracle database and create database link with following command:
    SQL> CREATE DATABASE LINK excl
    2 USING 'excl'
    3 /
    Database link created.
    Now you can perform query against this database like you would for any remote database.
    SQL> SELECT table_name FROM all_tables@excl;
    TABLE_NAME
    DEPT
    EMP

  • Copy query (SQ01) to new query with new infoset

    Hi,
    Not sure if this is correct forum.
    Is there a way to copy existing query with an infoset to a new query using another created infoset?
    If so, please explain how.
    Kind regards

    Hi,
    If you want to copy a query for another infoset its not possible.
    The copied query will work for that infoset only which you have been generated.
    You need to make a new infoset and than create a new query for it.
    Regrds,
    Nikhil.

  • Copy query..............

    Hi,
    what is difference b/w Copy Query and Saving query by " Save As " option?
    If I delete some query in development , how does that gets reflected in production?
    Please let me know.
    Thanks,
    Jeetu

    Hi Jeetu,
    <i>what is difference b/w Copy Query and Saving query by " Save As " option?</i> - the Copy query function can be used to copy query between Infoproviders but the condition is that both the <b>Infoproviders should have common chars and KFs.</b>
    <i>If I delete some query in development , how does that gets reflected in production?</i> - You need to delete the query in production as well.
    Bye
    Dinesh

  • Where has the copy query button gone to in BEx Anlayzer 7.0?

    Hi,
    In BEx Analyzer 3.5, there is a copy query button under tools. It allows you to copy query within a workbook to another sheet.
    I can't find this button in BEx Analyzer 7.0.
    Any idea on how to get this copy query button back?
    Thanks.

    A good workaround is the "Add Drilldown According to..... in New Worksheets" context menu selection. Once you have your worksheet/report the way you want it, from the navigational panel with free characteristics, choose a field that has one or two values in it (you can put in filter values to do this, ie 2 calendar years). Right click and choose the entry "Add drilldown according to...".  This will create new worksheets for every value contained in the infoprovider for that characteristic (hence the need to apply a filter).  The new worksheets will be a replica of sheet one, filtered by and named by the characteristic values you've chosen. 
    From there you can continue to filter, drilldown, etc.
    Hope that helps,
    Bill Coombs

  • How to transport Query?

    Hi All,
    Kindly teach me how to transport query.
    Thanks,
    Sid

    Hi,
    In SQ01, select the desired query from the appropriate query area.
    From the Menu select Query -> More functions -> Generate Program.
    After this the ABAP program is generated in memory for the query.
    Again from the menu select Query -> More functions -> Display Report name .
    Copy this program and execute through SE38, you will see the same result as executed from SQ01.
    Now assign a tcode to thsi program and get it transported.
    Regards,
    Lalit

  • FACE VALUE nt apearing in the orginal query, bt appearg in the copied query

    Hi Friends,
                       I've got very rediculous problem, i'll explaain u clearly, so please give me the solution.
    Problem:
    *I've got one query in CFM(corporate finance management)
    *that quer's got two structures in Rows and Columns
    *in columns the first two columns are FACE VALUE and BOOK VALUE
    *Actually i get the Face Value from "No of Units opening Balance" multiplied by "Nominal Value Unit Quoted" (which is an attribute of Security Identification No in CFM)
    So, to get that i've created Formula Variable with Replacement path to get that Nominal Value into the calculation.
    *so the query used to work fine in production also, but suddently FACE VALUE stopped appearing in the query, but if i make the copy of that query and excute then the value is coming properly in the copied query but not coming in the original query, this query has already been encorporated into the workbook,
    i analyzed the query, it seems that only becoz of Nominal Value it is causing the porblem in the original query, but it souldn't come in the copied query also, right? if i make a copy of that original query and then excute, the Face Value is coming properly,
    *Really it seems rediculous, i'm not able to get the exact problem, whether it is bug or not, i'm not able to get solution.
    awaiting for your replays.
    Regards,
    BalajiReddy K.

    When your query takes too long ...
    When your query takes too long ...
    HOW TO: Post a SQL statement tuning request - template posting
    HOW TO: Post a SQL statement tuning request - template posting

Maybe you are looking for