How to compare table in different versions?

Hi,
Please let me know how to comare table fields in different versions?
Ex: I need to compare the table fields of version 4.5 with ECC6.0.
Thank you.

Hi,
  goto Se11 Transaction -> enter table -> display.
Utilities ->Version -> version management
now click on remote comparison -> enter target system.
Regards
Kiran Sure

Similar Messages

  • How to compare content in different versions of case?

    Need to compare attributes of tables, columns, sequences etc between case115 and case121. Think I should be able to use views like ci_table_definitions to do that so tried setting up an account that dblinks to the different case dbs. Problem seems to be that I get duplicate rows retrieved from those views. If I sqlplus directly into case115
    and run exec jr_context.set_workarea('GLOBAL SHARED WORKAREA') it seems to setup session so the view gives single row. So is there some sql to add to a query running from my dev account that would achieve the same filter? Alternativly is the source for jr_context available so I can build that in dev account? Any better ideas?
    Thanks , Aidan

    Thanks John, I'll look into that approach. This repository is shared by 100s of developers across multiple products so I'm not sure what licence I have to do much in the repository itself. Also although case115 is older version its still being updated - the requirement is not exactly to sync 4 different codelines as new features are added in later codelines but need to do comparisons to verify all essential updates have been made in different levels of schema.
    Still be interested if anyone has a method of implementing the filter to avoid duplicate rows retrieved from these views. Currently just using a very basic rownum filter to avoid cartesian:
    select ' '
    ,decode(case115.AUTO_GENERATED,case121.AUTO_GENERATED, null, 'CI_COLUMNS|'||case115_td.name||' | '||case115.name||' | AUTO_GENERATED | case115 | '||case115.AUTO_GENERATED||' | <> case121 | '||case121.AUTO_GENERATED)
    ,decode(case115.AVERAGE_LENGTH,case121.AVERAGE_LENGTH, null, 'CI_COLUMNS|'||case115_td.name||' | '||case115.name||' | AVERAGE_LENGTH | case115 | '||case115.AVERAGE_LENGTH||' | <> case121 | '||case121.AVERAGE_LENGTH)
    .... generated select for all columns in a ci view
    from
    ( select CC.rowid col_rowid, CC.NAME col_name, CC.ivid col_ivid,
    CTD.ID ID, CTD.IVID IVID, CTD.NAME NAME, CTD.ALIAS ALIAS,
    CTD.USER_DEFINED_PROPERTY_18 USER_DEFINED_PROPERTY_18
    from CASE115_TABLE_DEFINITIONS CTD, CASE115_COLUMNS CC
    where CTD.name like upper('&table%')
    and cc.TABLE_REFERENCE = CTD.id
    and cc.rowid = ( select cc_2.rowid from CASE115_COLUMNS cc_2
    where cc_2.ID = cc.ID
    and rownum = 1)
    and CTD.rowid = ( select case115_TD_2.rowid from CASE115_TABLE_DEFINITIONS case115_TD_2
    where case115_TD_2.ID = CTD.ID and ROWNUM = 1)) CASE115_TD,
    ( select CC.rowid col_rowid, CC.NAME col_name, CC.ivid col_ivid,
    CTD.ID ID, CTD.IVID IVID, CTD.NAME NAME, CTD.ALIAS ALIAS,
    CTD.USER_DEFINED_PROPERTY_18 USER_DEFINED_PROPERTY_18
    from CASE121_TABLE_DEFINITIONS CTD, CASE121_COLUMNS CC
    where CTD.name like upper('&table%')
    and cc.TABLE_REFERENCE = CTD.id
    and cc.rowid = ( select cc_2.rowid from CASE121_COLUMNS cc_2
    where cc_2.ID = cc.ID
    and rownum = 1)
    and CTD.rowid = ( select case121_TD_2.rowid from CASE121_TABLE_DEFINITIONS case121_TD_2
    where case121_TD_2.ID = CTD.ID and ROWNUM = 1)) CASE121_TD,
    CASE115_COLUMNS case115, CASE121_COLUMNS case121
    where CASE115.rowid = CASE115_TD.col_rowid
    and CASE121.rowid = CASE121_TD.col_rowid
    and case115_TD.name = case121_TD.name(+)
    and case115_TD.col_name = case121_TD.col_name(+)
    ORDER BY CASE115_TD.name, CASE115.order_sequence, CASE115_TD.col_name
    So this works from a dev db that dblinks to 4 case repository dbs. Sql generates lots of blank lines that are stripped out. Its pretty slow! So be useful to replace the rownum filter with equivelent of jr_context.set_workarea('GLOBAL SHARED WORKAREA')
    Regards, Aidan

  • How to compare tables from different schema.

    Edited by: Adi's on 24-Jan-2010 03:30

    i am done with this report...
    sorry for editing it like that
    Edited by: Adi's on 24-Jan-2010 03:31

  • How to compare table data and table field

    Hi buddy,
        I have some question about how to compare table data and table field.
       1. I know there is one method:   CL_ABAP_UNIT_ASSERT=>ASSERT_TABLE_CONTAINS  , it use in unit test to compare the table data(A and B) , you can loop table A into structure A1, then use this mehtod it can compare whether table B contain structure A1.  but when I try to use this in main program it will dump.
              CL_ABAP_UNIT_ASSERT=>ASSERT_TABLE_CONTAINS(
                                                                                                        LINE    = A1
                                                                                                        TABLE = B ).
           Is there any method or FM can be used to compare the table data ?
        2. I also want to compare two table field , try to find out the different. How to realize this.
    Thank you for your sincerely answer.

    Hi Zongjie,
    What`s the difference, if you using loop A into wa_A, read table B into wa_B with all field, then compare with wa_A and wa_B.
    The question 2, seems no standard FM available here.
    Loop A into wa_A.
       Loop B into wa_B.
           if wa_A-field1 eq wa_B-field1.
           endif.
            if wa_A-field2 eq wa_B-field2. 
           endif.
       endloop.
    endloop.
    regards,
    Archer

  • I need Firefox 10.0 or 19.25 instead of 24.0, how do I get a different version?

    Firefox version 24.0 is not compatible with a website I frequent. I was told I need to use FIrefox 10.0 ,19.25 or Explorer 9.0 for the documents to be compatible. How do I download a different version of Firefox?

    In what way is Firefox not compatible with that website?
    Is that a problem with the user agent that is detected wrongly?

  • I've downloaded Adobe acrobat standard Dc only to find out it's not compatible w/windows XP.  How do I get a different version?

    I've downloaded Adobe acrobat standard Dc only to find out it's not compatible w/windows XP.  How do I get a different version?

    Hi vincelucy,
    If you've purchased a previous version, you can download older installers from this page: Download Acrobat products | Standard, Pro | DC, XI, X (you'll need your serial number to complete the installation).
    Best,
    Sara

  • To compare Table in different Database

    Hi
    Is possible to compare tables in Different Database ?
    They are same tables , but data can to be different
    TIA

    May be you can try with DBMS_RECTIFIER_DIFF.DIFFERENCES

  • How to compare table's date field with dropdown year field

    Hi All,
    I have one requirement to display the selected rows from a database table based on the selection of drop down.
    Here, I have one dropdown of year(like 2009,2010,....) and I have one database table which contains one field with "DATE".
    Now, I want to compare table's DATE field with my dropdown field.
    Problem is that table's DATE field is of type "DATS" and dropdown is of type INTEGER(or) STRING ...
    How to compare this fields?
    Can any one please give me solution for this...!
    Thanks in Advance!

    Hi  sreelakshmi.B,
    try the following:
    DATA lt_dats        TYPE TABLE OF dats.
    DATA l_dat_i        TYPE          i.
    DATA l_dat_c_4(4)   TYPE          c.
    DATA l_dat_c_12(12) TYPE          c.
    DATA l_dats_from    TYPE          dats.
    DATA l_dats_to      TYPE          dats.
    *Move Date from Integer to Char
    l_dat_c_4 = l_dat_i = 2005.
    *Create Date From use in WHERE-Clause
    CONCATENATE '01.01.' l_dat_c_4 INTO l_dat_c_12.
    CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
         EXPORTING
              date_external            = l_dat_c_12
         IMPORTING
              date_internal            = l_dats_from
         EXCEPTIONS
              date_external_is_invalid = 1
              OTHERS                   = 2.
    IF sy-subrc <> 0.
    ENDIF.
    *Create Date To use in WHERE-Clause
    CONCATENATE '31.12.' l_dat_c_4 INTO l_dat_c_12.
    CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
         EXPORTING
              date_external            = l_dat_c_12
         IMPORTING
              date_internal            = l_dats_to
         EXCEPTIONS
              date_external_is_invalid = 1
              OTHERS                   = 2.
    IF sy-subrc <> 0.
    ENDIF.
    * Select records in range
    SELECT *
           FROM [DBTAB]
           INTO TABLE [ITAB]
           WHERE [DATE] BETWEEN l_dats_from
                        AND     l_dats_to.
    Regards
    REA

  • How can I run two different versions of Firefox, the latest does not work with an important site I need to use?

    With the latest version of Firefox I cannot send "Quick Mails" to my students using the college's ANGEL system. I had to uninstall it and go to an earlier version. I prefer the newest rev.
    Any way to run two different versions. It does not have to be simultaniously. Seems to be a problem on both my Mac and XP systems.
    Thanks,
    Kim

    Currently I don't think there is a way to run two version of firefox at the same time. But you can install Firefox Beta or Aurora instead (which is build for future release for firefox) and help test it! Here's the link:
    http://www.mozilla.org/en-US/firefox/channel/

  • How can i deploy two different versions of the same application on the same server??

    I have two different versions of an application. One is a released version. And another version under development. I need to port this version of the application to the same server. I'm using the same classes and packages(except for some new ones). Is it sufficient if i change the name of my ear(application name). Or should i change my code also.

    Hi
    You can repackage the new versions of ear,jar and war with different names. I hope that should work well.
    Cheers
    -pradeep

  • How to join tables from different databases (DBLink/DB connection )

    Hello,
    i have an issue and i hope you could help me to solve it. My problem is: I want to create native sql select which joins two tables from different DB (both of them are ORACLE, one of them internal, another one - external). I have found several notes and posts, but without any success. Db connection exists in dbcon table, so this part of my problem has been solved.
    I would like something like that:
    select * from table1@xxx inner join table2.
    i can not split this select into two separate ones, because both tables store over 30 mln. entries and i do not want to create any copies of them.
    Br,
    dez

    Hi,
    you might need to create a DB-Link on DB level and use EXEC SQL.
    Lots of stuff on google about this, like
    Oracle DBLink ( external database )
    Volker

  • Dba_registry table showing different versions.

    Hi DBA's
    my database version is 9.2.0.6, but following are showing different versions, is there any cause to the database?
    Oracle XDK for Java                      9.2.0.8.0       VALID
    Oracle interMedia                        9.2.0.1.0       LOADED
    SQL> col comp_name for a40
    col version for a15
    select comp_name, version, status FROM dba_registry;
    SQL> SQL>
    COMP_NAME VERSION STATUS
    Oracle9i Catalog Views 9.2.0.6.0 VALID
    Oracle9i Packages and Types 9.2.0.6.0 VALID
    Oracle9i Real Application Clusters 9.2.0.6.0 INVALID
    JServer JAVA Virtual Machine 9.2.0.6.0 VALID
    Oracle XDK for Java                      9.2.0.8.0       VALID
    Oracle9i Java Packages 9.2.0.6.0 VALID
    Oracle interMedia                        9.2.0.1.0       LOADED
    Spatial 9.2.0.6.0 VALID
    Oracle Text 9.2.0.6.0 VALID
    OLAP Analytic Workspace 9.2.0.6.0 LOADED
    Oracle OLAP API 9.2.0.6.0 LOADED
    COMP_NAME VERSION STATUS
    OLAP Catalog 9.2.0.6.0 VALID
    12 rows selected.
    Thanks,
    SG

    SG,
    You may also review the following note:
    Note: 292017.1 - Wrong Version of Some RDBMS Components in DBA_REGISTRY After Creation of DB
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=292017.1
    Regards,
    Hussein

  • How to compare table data available in two different databases

    Hi,
    I need to compare two tables data in available in two databases - how easly I can do that .. I have Table A in Database A and Table A in Database B which is snapshot of DB A.TableA - but here are some discrepencies now I need to match two tables .. but no extra space available, so no exp imp.
    Thanks in advance,
    Chitrasen

    HI,
    What is the difference that you are looking for, if it si for some records missing in some tables you could use MINUS and get the output. IF you are looking to compare the TABLE structure then you could look into the datadictionary VIEWS of both the database's and check the difference.
    Thanks

  • How do I set up different versions of FF so that they do not interact?

    Changes to the 'safety' of FF mean that some HTML script applications will not allow loading of a file from your own hard drive through Windows File Picker. This eliminates use of FF for some hobby research.
    I've tried to install 2.0.0.20 [latest version with this working] and then use current versions for on line. However they interact, using the same profile and preferences.
    Can I have two, independent versions on the same computer? How is it set up to keep them completely 'isolated'? Two drives are available [and tried!]
    Until I can solve this, I've reverted to version 2-20
    Thanks!

    >> I'm not looking for different profiles in the -=same=- version of Firefox,
    >> but looking to run -=separate=- versions.
    Doesn't make any difference the answer is still the same, did you read the MozillaZine links that John99 provided, you can ONLY have one default browser. Your separate versions of Firefox and profiles that are not the default firefox and profile must all use '''-no-remote''' or you will be in trouble.
    Using multiple profiles - Firefox - MozillaZine Knowledge Base
    : http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox
    Version 2 was the same way..
    More Information &amp; Pictures -- Running on Windows 7
    * '''User:Dmcritchie''' - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/User:Dmcritchie
    ** ff_colorized_profiles.png (PNG Image, 1280x768 pixels) - Scaled (79%)<br>('''Shows several versions of Firefox running at the same time''')<br>http://dmcritchie.mvps.org/icons/ff_colorized_profiles.png
    ** Color Toolbar(s) to identify profile (DM*) - Themes and Skins for Browser <br>http://userstyles.org/styles/9514/color-toolbar-s-to-identify-profile-dm
    * '''Windows 7 Home Premium'''<br>http://dmcritchie.mvps.org/windows-7/win7.htm
    ** win7_quicklaunch_large.png (PNG Image, 1366x768 pixels) - Scaled (79%)<br>(Shows my Quick Launch & folders Running on Win7 -- yes you can still have Quick Launch on Win7)<br>http://dmcritchie.mvps.org/icons/win7_quicklaunch_large.png

  • How to join tables on different databases

    In the company I work in, we've got some java applications working on two different instances which "hide" to each others (one on 10g and the other on 8i). Some decoding tables, which should common to both of them, are only present on 8i one.
    I've been told that java works 'cause it allows to connect to both of databases and then report the information on front end applications.
    The question is this: since we'll have to get reports on both of databases, is it possible to perform queries by using tools like oracle forms, oracle reports, sql developers, ... for joining the tables of the two different databases as java does? We have to get how to accede directly to the two instances for getting data from both of them for reporting activities. I remind you that we cannot use dblinks between the two databases for internal security reasons.
    Thanks in advance!

    Even java can't join between tables on two databases if the db links are not created.
    So it essentially works that it fetches the data from one db and then from another db ( using two different db connctions) and then you can utlize these data and perform some joining.
    Coming back to database world. It can be done like the usual dw approach.
    1. Connect to a third db:
    2. Get data from one database
    3. get data from other database.
    now do all the joins that you want to do

Maybe you are looking for

  • How to use offset in select query

    Suppose i have data like ssonje     00000001 as a one field in database table . i have to segregate this two data. how should I do this.the first part is of 12 characters and the last is of 10 character long.

  • Rattling sound on speaker MacbookPro

    Hi. I'm having problem with my macbook pro's right speaker. In normal volume, from system boot up sound, the.sound is terrible. Can someone help me to advice what was the service center's action to this kind of issue? Was this a known issue. My worry

  • Re: Credit Balance

    Hi, I have also a problem. I see my initial post of my account balance but when i see it disappear i cannot track how it dissappers as they do not keep a balance column showing what is removed from my balance intact in the same section. I want to be

  • Battery Capacity after 3 cycles

    Hi all, I have a late 2013 rmbp. I've been reading up a lot on how to best treat the built in battery to maximize battery life. This laptop is only 1 week old and I've discharged once to about 40% and used the unit on batter a second time to about 50

  • Why does "ken burns" increase speed going in/out?

    If you've used Flash, you know that you can control the motion by 'easing in/out', that is, the constant and consistent motion of a picture or object can be emphasized at the start or end of a tween (move slow and increases in motion speed towards th