Compare two queries of two different system.

Hello all,
       I need to certify the some queries, the process we follow is as below.
1. The query will be created in Production system, we will transport back to Development server.
2. Compare the query (Characterstics, Key Figures and Definition), In other words I need to compare and validate each and every aspect of Query with the Development and Production.
3. I need to change the query if I find anything difference in Prod and Dev system.
4. Transport to the Production.
Here my problem is I'm comparing manually by opening RRMX in each of the system and each variable, its time consuming as it is a manual process there is a chance of missing some important. So I would like to know is there any way to compare the queries Prod and Dev server in easier way than manually.
I hope requirement is clear to you or else just let me know your concerns and thoughts on this.
Thanks in advance,
Umashankar

Umashankar,
I dont think there is an easy way to do this as you are asking for - however you can do a basic level comparison as to number of query ellements , variables that are there etc - this can be done using the table rszcompdir which has all the query elements of the query but then a direct one to onw comparison may not be possible since the query elements are identified by GUIDs which usually will be different across systems.

Similar Messages

  • How to compare the programs in two different systems

    Hi,
    I have two systems say A & B and i have the program say 'Z_TESTPROG'.
    How to compare the program in two different systems.
    Regards,
    Venkat

    Hi,
    Check the version in Utilities -> version -> version management in both servers is one option.
    Another one is using SE39 transaction.
    Regards
    Manasa

  • Report which reads data from two different systems

    Hi experts!
    By any chance, would be possible to create a report which is able to read from two different cubes and two different systems at the same time?
    Kind regards.

    Good afternoon Raul,
    It should be possible to create a multiprovider on the two different cubes from the two sources
    systems and report on this.
    Best Regards,
    Des

  • Query to compare two different periods

    hello, I want to compare two different periods and put together following query and wondering if this is the right way to do it:
    WITH  MEMBER  [TotalForThePeriod] AS
     SUM( {[Date].[Calendar].[Date].&[20070101]:[Date].[Calendar].[Date].&[20070228]}
          , [Measures].[Internet Sales Amount]
    MEMBER  [ThisMonth] AS
     SUM( {[Date].[Calendar].[Date].&[20070101]:[Date].[Calendar].[Date].&[20070131]}
          , [Measures].[Internet Sales Amount]
    MEMBER  [NextMonth] AS
     SUM( {[Date].[Calendar].[Date].&[20070201]:[Date].[Calendar].[Date].&[20070228]}
          , [Measures].[Internet Sales Amount]
    MEMBER [TotalForTherPeriod2] AS
       [ThisMonth] + [NextMonth]
    SELECT 
     [Product].[Category].[Category],
    //  [Measures].[Internet Sales Amount],
    //  [Measures].[Internet Order Quantity]
      [TotalForThePeriod],
      [ThisMonth],
      [NextMonth],
      [TotalForTherPeriod2]
    ) ON COLUMNS
      [Sales Territory].[Sales Territory Country].Members
    }  ON ROWS
    FROM [Adventure Works] 
    mark it as answer if it answered your question :)

    Hi Parry2k,
    According to your description, you want to compare the sales of two different periods. Right?
    Based on your query, both the Period1 and Period2 are from 20070101 to 20070228. They are same period, so it supposed to return same sales value on that two columns. Your query is right to me.
    If you have any question, please feel free to ask.
    Simon Hou
    TechNet Community Support

  • Two different system in ESS ABAP Webdynpro

    Hi Experts,
                Is it possible to connect two different system (ECC 6.0) in ESS with ABAP Webdynpro Technology (EHP5)? I know it is possible in Java Webdynpro (EHP4). Please advice.
    Thanks
    Jacob

    Hello Jacob,
    I would recommend to configure the Jcos to access your second system which will be much more used as the standard ones:
    ○     SAP_R3_HumanResources
    ○     SAP_R3_HumanResources_MetaData
    ○     SAP_R3_Financials
    ○     SAP_R3_Financials_MetaData
    ○     SAP_R3_SelfServiceGenerics
    ○     SAP_R3_SelfServiceGenerics_MetaData
    As for the Leave Request framework, this parameter is configured on the Iview via the Application Parameters. You can go on this via Content Admin as this is a field on the property on the iview.
    You should create a new JcO to the destination system of the Leave Request framework and to parameters add the
    sap-wd-arfc-useSys = JcoName.
    Please refer to the following link on how to create the Jco.
    http://help.sap.com/saphelp_rc10/helpdata/en/8c/cb3042366c0521e10000000a155106/frameset.htm
    Regards,
    Bentow.

  • How tp compare two different programs

    Hi ,
    I have created a copy of a standard report , but both are giving outputs in different ways , the layout of the newly created report is distorted .
    Can someone advice of there is any way to compare two different reports in the same environment
    Regards
    Ashish

    Hi
    As I m new to this transcation ,
    Can you please advice what parameters do i need to enter to compare the std report & Z report in tcode SCu0.

  • Compare pricing procedures in 2 different systems ??

    Hi All,
    I know with T-Code SE39, we can compare ABAP program in 2 different systems, Likewise is there any Transaction Code where I can compare pricing procedures in 2 different system. or compare 2 different pricing procedures in same box.
    Thank you,
    madhu

    Dear Madhu
    May be you can try with this.
    Go to V/08, select your pricing procedure and execute.  From top menu bar, click on Table View --> Save.   Again from top menu bar click on Table View --> Print  so that you can see the overview of that pricing procedure. 
    Now parallely you can open another screen, select another pricing procedure and do the same process as above.
    thanks
    G. Lakshmipathi

  • Client comparision which are in two different systems

    hi
    here there is a different issue this time ....
    we have two different clients (100 & 800) in two different  ecc servers. in both of these servers in 100 of system-1 and 800 of system-2 ,,, implementation is done.
    so now the problem is we have to compare 100 with 800 and what is missing in 100 has to be copied or what ever it may be has to be brought in to system 1 ( client 100)
    i mean earlier what we were doing in 100 & 800 differently , now should me done in one single server.
    how can i proceed , plz give me step by step procedure or give me some links.
    it will be highly greatful .
    thanks in advance
    akhil

    Hi Akhil,
    Hi you can compare tables in two different client in <b>SCMP</b>
    Regards,
    Suraj

  • How to Configure a oracle R12 with RAC on two different  system .

    I have one laptop and one desktop
    Laptop----
    on laptop I have install vmware 8
    Host OS --win7
    Guest OS---linux 4
    Desktop ---
    On Desktop I have install Vmware 8
    Hosts OS --- Win XP
    Guest OS ---Linux 4
    Plz suggest How configure oracle R12 with RAC using both system .

    Hussein Sawwan wrote:
    on laptop I have install vmware 8
    Host OS --win7
    Guest OS---linux 4
    Desktop ---
    On Desktop I have install Vmware 8
    Hosts OS --- Win XP
    Guest OS ---Linux 4
    Plz suggest How configure oracle R12 with RAC using both system .If you want to configure RAC, then you must have the same OS installed on all RAC nodes -- See (RAC: Frequently Asked Questions [ID 220970.1], Does Oracle Clusterware or Oracle Real Application Clusters support heterogeneous platforms?) for details.
    Once you have the same OS, please refer to:
    Oracle E-Business Suite Release 12 High Availability Documentation Roadmap [ID 1072636.1]
    Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12 [ID 388577.1]
    Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 [ID 823587.1]
    Thanks,
    HusseinHi Hussein,
    For Rac I am using both same OS (linux 4) for both nodes .
    Plz suggest its possible to install two nodes on different machine(diiferent virtual machine on different system ) .Can communicate both machine without any problem if its possible plz provide links.

  • JInitiator - 2 versions for two different systems

    I had a requirement of having two differnt versions of Jinitiator loaded on a single client system. This is requiremnt for two different applications say application 'a' and application 'b';
    Will browser recognise which one to choose depending upon application ?

    Yes, the confirguration information on the application server defines which version of the plug ins to us and so the correct one will be loaded.
    Regards
    Grant Ronald
    Oracle Product Management

  • How to compare two different environments

    Can any please tell me how to compare two environments like DEVL to TEST?
    I know how to compare a project(like DEVL to TEST) but i want to see all the changes in all the objects between two different environments.
    Please help me.
    Thank you.

    That is really a good piece of information.
    Does it really matter where we are comparing from?
    i will explain,let us say we have DEV and TST environment.
    let us say both has same project name and the same number of objects but inside the object they may be different(like number of fields in the same record in both environments).
    Now we want to have a compare report between those environments.
    We can do in two different ways, right?
    (1. source DEV, Target TST)
    (2. source TST, Target DEV)
    will the result get changed in both the cases?
    (except like following)
    (first case souce target)
    ( absent *changed)
    (second case would be like following)
    ( souce target)
    ( *changed  absent)
    (but i gess the number of rows in both the cases does not get changed)
    let me know if you can not understand the question. sorry about the confusing explanation

  • To compare two different reports

    Hi!
    Iu2019ve just started in a new work and I have an important task to do. So, I need to know if there is
    some method to compare two reports. Let me explain:
    We receive reports from Oracle and from SQL Server: two different reports with the same information. I need to compare them in order to know if the information exactly is the same or not.
    Does someone know any tool to do that or do I have to revise each one by hand?

    May beu2026 Business Object u2013 Crystal Reports can explain us how is a report built and how we can find the u201Cdata sourcesu201D. If it can beu2026 I will be able to make a program to compare the u201Cdata fieldsu201D in two, three, four,u2026 reports.
    It will be very useful to compare if two reports have the same u201Cdata fieldsu201D or, two directories have the same number of reports and everyone in the first folder have the consequent in the second folder.
    Of course, when I talking about folders, Iu2019m want to say two folders who contains reports but each folder have reports linked to different DBMS (Oracle, SQL Server,u2026).
    Edited by: Carles Hernández on Jan 13, 2009 5:03 PM
    Edited by: Carles Hernández on Jan 13, 2009 5:05 PM

  • How to compare two different characteristics at the same time in polestar

    Hi Gurus,
    I would like to analyse the e fashion universe in polestar with comparison of previous year product line with current year product line at the same time.
    is there any way to do that we can compare two years of the product line sales revenue at the same time with comparison chart like 2003 T shirts vs 2002 T shirts 
    in polestar we can compare the two measures at the same time but i want to compare the sales revenue of product lines of two years in a comparison chart at the same time.
    Regards and thanks
    Abid Paul

    Hi Stratos,
    I am actually able to compare the Measures  but i want the comparison between the two different characteristics like this year  productline  vs last year productline at the same time with say one measure like sales revenue or any other.
    Is it possible to compare the both and it should represent in the chart as well at the same time.
    In the polestar i can compare three measures at the same time but i want to compare characteristics like year  2009 productline VS 2008 productline with one measure say sales revenue.
    I would really appreciate if you could help me out.
    Regards and thanks
    Abid

  • Compare two different iPhoto Libraries

    Is there any program that could compare two iPhoto Libraries and let me know the difference between them? I've got two libraries, they should have the same pictures, but for some reason one is 80GB bigger than the other one.
    I know there are duplicates, but 80GB seems a lot for only duplicates, so I want to compare both of them and see what pictures are missing.

    How many photos does iPhoto indicate in each of the libraries? Open the Photo mode, do a select all and see how many are indicated at the bottom of the window. See if that corresponds to the number beside the Photos icon under the Events library. Be sure to turn on Item Counts in iPhoto's General preference pane.
    Which is the larger: the old or the new?
    OT

  • Compare two different WA.

    Hi Team, I need a help on a topic in ABAP where I need to compare all fields of 2 different Work Areas and for any discrepancy in a particular field.
    I need to highlight in a different color.
    It would not be advisable to compare each field of both Work Areas as numbers of fields are more than 40. Please suggest. 
    I have attached a sample over here. Thanks in advance.

    I just made this report for you.....
    REPORT ztest_gb1.
    DATA: wa_1 TYPE t001,
           wa_2 TYPE t001.
    DATA: rf_descr_ref TYPE REF TO cl_abap_typedescr.
    FIELD-SYMBOLS: <fs1> TYPE any,
                    <fs2> TYPE any.
    START-OF-SELECTION.
       SELECT * FROM t001 INTO wa_1
       UP TO 1 ROWS.
       ENDSELECT.
       wa_2 = wa_1.
    *forcefully changing variable to test
       wa_2-stceg = '1'.
       DO.
    * Assign every field of this structure subsequently to the untyped
    *fieldsymbol.
    *    BREAK-POINT.
         ASSIGN COMPONENT sy-index OF STRUCTURE wa_1 TO <fs1>.
         IF sy-subrc NE 0.
           EXIT.
         ENDIF.
         ASSIGN COMPONENT sy-index OF STRUCTURE wa_2 TO <fs2>.
         IF sy-subrc NE 0.
           EXIT.
         ENDIF.
         IF <fs1> NE <fs2>.
    *      mismatch found.
           CALL METHOD cl_abap_typedescr=>describe_by_data
             EXPORTING
               p_data      = <fs1>
             RECEIVING
               p_descr_ref = rf_descr_ref.
           WRITE: / sy-index, rf_descr_ref->type_kind,
           rf_descr_ref->absolute_name.
         ENDIF.
       ENDDO.
    It should give an output like
            14  C
    \TYPE=STCEG

Maybe you are looking for