I want to compare two programs ....

actually i have a requirement where in i have to compare two programs and have to sight the difference line by line....
so guys please help me out with this ....is their any tool which will solve the problem for me
thanks in advance
rajeev

hi Rajeev,
SE39 allows you to compare 2 programs.
if u find it useful mark the points
~~guduri

Similar Messages

  • HELP : Comparing two programs(DEV & PROD)

    Hi,
    I want to compare two programs one from dev and other from prod and check whether it is identical or not....the number of programs are in thousands.....so is there any FM or program so that i can automate it.....plz help!!

    Hi Ajay,
    i have solution for ur problem.
    1. Go to program -> utilities-. version-> versiopn management.
    2.u arrive at new screen.
    3.type /h to make debuggin on.
    4. now click any push button for comparison..
    5.in field textbox of debbuger , type 'SY-UCOMM' to get the ok_code for that push-button.
    6.once u get the ok_code , u can use
    'CALL TRANSACTION 'SE38' USING BDC_DATA '.
    7.To get more details on such kind of abaP statement , select that statement and press F1 , you wud get reference example out at bottm..
    8. refere to that along with also check out for screen no , prohram name , ok_code , which are needed for that transaction.
    regards
    Note: reward points if useful

  • How to compare two programs to check variation in codes

    Hi,
         I would like compare two programs to check the variation in codes.
    Do we have any tool in SAP to do that.
    Cheers
    S Kumar

    Hi,
        I did award the points to you when I close the thread. I award it again..
    Cheers
    S Kumar

  • I want to compare two columns and replace any equal values with the value in a specific cell

    I want to compare the numbers in two columns and replace all matching numbers in the second columns with the corresponding value from a cell in the same row as the matching number. 

    Me too.
    Barry

  • Comparing two text files in a UNIX using shell programming

    Hi All,
    Sorry for posting a UNIX shell query on Database forums.
    I want to compare two text files using shell programming. The two text files are actually Business Objects output extracted in a text format. The two output files are not in a tabular format and are no way similar in looking. I want to take one file e.g. file1 as an input file and compare each line of file1 with the other file e.g. file2. During comparison I want to extract the differences found in another file and if possible the similar data as well.
    Below is how the files will look like
    File 1:
    BILL1000000 1111251 122222
    RMG1A2 023425100000000010001 11135 102650111100
    UHL1 *6999999* *454540001* Weekly *000*
    0544424556895PS DATA 01MPS100000/03 MR A A PERTH UTL1234567893106923455053106900000010000005
    File 2:
    AUTO
    APPLICATION=STARTPOINT
    START
    PROCESSING DATE=01012011
    1598301270320099TEST C E 00000031615 123456
    7854301276140499TES P 00000062943 234567
    UHL1 *6999999* *454540001* Weekly *000*
    5569931233333499/123456789 00000013396 345678
    4471931233333499ER K J 00000031835123456789012456789
    33652931233333499E J L 00000034729123456789012567890
    45783123333349921/123456789 00000039080 678901
    1452931233333499T R 00000040678123456789012789012
    59689312333334994/987654321 00000048614 890123
    4112931233333499/987654321 00000060631 901234
    1236931217836899 K S 00000043704 012345
    END
    As you can see above the file are not at all matching except for one record UHL1, but its just an example. As an output I would like to have a third file containing all these records, highlighting the differences, and a fourth file where in only the matched records should get populated.
    Please post any useful scripts related to the above scenario.
    Many Thanks.
    Edited by: 848265 on 06-Apr-2011 04:13

    Hi;
    For your issue i suggest close your thread here as changing thread status to answere and move it to Forum Home » Linux which you can get more quick response
    Regard
    Helios

  • How to let two programs access the same BDB data

    I want to use two programs to access data in one BDB database, but get this error
    multiple databases specified but not supported by file
    db open failed:Invalid argument
    I do not know how to deal with it.....
    anyone can help?
    thank you first

    Hello,
    Can you clarify a bit more as to what you are doing?
    A message like:
    multiple databases specified but not supported by file
    open: Invalid argument
    is expected when you are incorrectly creating multiple databases
    within a single physical file.
    The details are at:
    http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am/opensub.html
    http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/db_open.html
    It is possible to contain multiple databases in a single physical file
    but the application has to follow some steps in order to do that.
    For example you can not attempt to open a second database in a file that
    was not initially created using a database name. Doing will generate
    the error you posted.
    Thanks,
    Sandra

  • How to compare two excel reports and find the difference in BI Publisher

    Hi All,
    I have a requirement that needs to compare two excel reports in XML Publisher 5.6.2. or BI publisher 10.1.3.4
    If anybody has an idea about this pls help us.
    Thanks,

    Since our customer wants to have this comparison only with BI reports....here is the scenario how the comparison should be..
    Now,we have a parameters called Customer name and version id. Version id list will be refreshed based on the customer selection.
    User can generate the report based on the selected customer name and version id. These data are fetch from the oracle database and we are using Data Template in the BI Publisher.
    Now the requirement is customer wants to compare two version id data. for example, v1.2 and v1.3
    Now they wanna to see both the reports while generating in the same work sheet, like, v1.2report should display in the left side and the v1.3report has to display in the right hand side of the same work sheet.
    Now...If there is any addition happened in v1.3 report,then that cell/data should display as a green color in that report.
    If any deletion happened in v1.3report then that should be in the red color.
    If any modification happened in v1.3 then that should be in the yellow color.
    If there is no difference then that should display as it is.
    the thing is that, the both the reports (v1.2 and v1.3)should display side by side in the same worksheet with the format and everything........only the difference should be highlighted.
    Template is same for both the reports..
    To display the data for both versions i think i can generate the template side by side of both in the same worksheet.
    Now, My question is how to find the difference of data in the RTF Template for both the versions
    Can anybody assist me?
    Thanks,
    Edited by: user753355 on Jun 9, 2009 12:03 AM
    Edited by: user753355 on Jun 9, 2009 12:06 AM
    Edited by: user753355 on Jun 9, 2009 12:16 AM
    Edited by: user753355 on Jun 10, 2009 3:59 AM

  • Compare two dates in different format.

    Hi
    I want to compare two dates....one of which is in the timeStamp format ("yyyy-MM-dd HH:mm:ss")
    and the other is in java.util.Date i.e Tue Oct 11 10:22:47 GMT+05:30 2005
    Do I have to tokenise and then compare them.Is there any better approach?
    I want to find out which is greater/smaller one.
    Pls help.
    Regards,
    Sandip.

    I would convert both to Date and compare them. To convert String to Date check java.text.SimpleDateFormat and its parse(...) method.
    HTH
    Mike

  • Compare two rows in same table

    Hi,
    I want to compare two rows (some columns) in the same table, and if the data in the data columns is different, I want to pick the latest one. The table is date tracked. For instance I have an address table with different addresses for an employee with effective date. I want to be able to pick the latest row if the postal code is different for the 2 rows. Is this possible in sql. I can do this in Pl/sql, but dont want to use it. Eg
    address_id, postal_code, person_id,last_update_date
    123, pn123,1,12-JAN-01
    124,pu124,1,13-JAN-01
    I want to be able to retrieve just the second line.
    Any help is appreciated

    Welcome to the forum!
    Whenever you post please provide your 4 digit Oracle version (result of SELECT * FROM V$VERSION).
    >
    The table is date tracked. For instance I have an address table with different addresses for an employee with effective date. I want to be able to pick the latest row if the postal code is different for the 2 rows.
    >
    Your question is a little confusing because you are using terms like 'date tracked' and 'effective date' without explaining exactly what your definitions of those terms is.
    Why do you want the latest record ONLY if the postal code is different? What if the address is different? Then which record do you want?
    Why not just take the record for each person/company that has the latest date? If the data is the same then it doesn't which record you get so the one with the latest date will do. And if the data is different taking the one with the latest date gives you the latest data.
    The classic definition of effective date is 'the date the information becomes effective'. Information with a given effective date is NOT in effect before that date and is SUPERCEDED when data is entered with a later effective date if the actual date is later than or equal to the effective date. Using your data
    >
    123, pn123,1,12-JAN-01
    124,pu124,1,13-JAN-01
    >
    The first record IS NOT effective for dates prior to 12-JAN-01. In fact for a query looking for data prior to that date there isn't any data.
    The first record is also NOT effective for dates on or after 13-JAN-01. Only the second record is effective.
    If you added a record for 14-JAN-01 this record would not be effective until on or after that date (i.e. not for another 4 1/2 months).
    So for the classic definition of effective date the query needs to provide the AS OF date to use to obtain the data. If, as in your system, you are not allowed to create records with dates in the future and you just want the latest record then you can just select the record with the MAX(myDate) value for the given person_id, address_id or whatever your key values are.
    Edited by: rp0428 on Aug 11, 2012 7:50 AM

  • Compare two VIs in LabVIEW Full Developmen​t System

    I am using Labview 8.6 Full Development System. I want to compare two VI's, what is the best way to do it? I am  using TortoiseSVN source code control software.  I found some VIs (vi_diff.vi) in this forum. But this VI will work only in Professional Development System. Because this vi will use LabVIEW8.6\project\procmphier.llb\CMP compare two VIs.vi. This vi will work only in professional system.
    How can I compare two VIs in my current LabVIEW system. Pls give suggestions.
    Thanks
    Nesara

    If you pay more for the PDS than the FDS, you want more features. The diffing is one of those. So you either get the upgrade $$$. Or you do it manually.
    Manually, I go for a complete VI documentation (I don't remember the menu entry) of one of the VIs and have that open as pdf while going through the code of the other.
    Felix 
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

  • Compare two fields in bex

    Hi Experts,
    I want to compare two characteristics in bex. Is it possible to do in BEx ? If yes, how can i do it.
    If char A is equal to char B, display value of this key figure other wise display value of this key figure.

    Hi
    try this out:
    1) create 2 variables with Processing Type : Replacement Path and select the charc required.
    2) create 2 formula key figs. taking values from 2 diff. variables.
    3) include the variables into the formula key figs. created above respct. and the compare them.
    Hope it will resolve ur issue.
    Thanks,
    Jitender
    Edited by: Jitenderkumar Danduvia on Mar 13, 2010 7:49 AM

  • Compare two datasets in crosstab by showing percentage of sales

    I am wanting to compare two datasets in a crosstab chart.
    Basically I have a sales table and a business costs table. 
    My business costs table fields look like this:
    Category
    CostDate
    CategoryCost
    My sales tabel looks like this:
    PartNumber
    SalesDate
    SalesAmount
    In my crosstab I want to group my rows by Category and my columns by Month.
    So that in my summaries I can show sum of category cost and the percent of sales for that particular month.  I can do everything except show percent of sales for that specific month. My sales table has a SalesDate that I will be using to group off of.
    Any ideas on how to do this, I am not sure where to even start. I am still new with crystal reports.
    my sales data
    PartNumber     SalesDate     SalesAmount
    Part1     1/1/2011      $1.00
    Part2     1/1/2011      $1.00
    Part3     1/1/2011      $1.00
    Part4     1/1/2011      $1.00
    Part5     1/1/2011      $1.00
    Part6     1/1/2011      $1.00
    Part7     2/1/2011      $1.00
    Part8     2/1/2011      $1.00
    Part9     2/1/2011      $1.00
    Part10     2/1/2011      $1.00
    Part11     2/1/2011      $1.00
    Part12     2/1/2011      $1.00
    Part13     2/1/2011      $1.00
    My business cost data
    Category     CostDate     CategoryCost
    Office     1/1/2011      $1.00
    Office     2/1/2011      $1.00
    Warehouse     1/1/2011      $1.00
    Warehouse     1/15/2011      $1.00
    Warehouse     2/1/2011      $1.00
    Quality     1/1/2011      $1.00
    Quality     2/1/2011      $1.00
    Quality     2/15/2011      $1.00
    What I want my crosstab to look like
                      Total       |                     1/2011  |                   2/2011     
         Business cost  |  % of Sales  |  Business cost  |  % of Sales |  Business cost  |  % of Sales
    Total  |  $8.00  |  62%  |  $4.00  |  67%  |  $4.00  |  57%
    Office  |        $2.00  |  15%  |  $1.00  |  17%  |  $1.00  |  14%
    Quality  |        $3.00  |  23%  |  $1.00  |  17%  |  $2.00  |  29%
    Warehouse  |  $3.00  |  23%  |  $2.00  |  33%  |  $1.00  |  14%

    Hi Joshua,
    assuming that you have linked your two tables and built a crosstab report:
    In the summary data field you summarize 2 fields
    1. your SUm of Business Cost
    2. your Sum of sales.  -> Edit that summary to show % of the Table field you want to summarize and select by column

  • Automating the process of comparing two PDF file with the help of QTP(Automation Testing Tool)

    Can anybody help me with comparing the two pdf files with the help of QTP.I have Adobe Acrobat installed on my system and i have access to the API.
    Thanks,
    Varun Saini

    I want to find out more about QTP and API. Maybe that is what I want to compare two mechanical drawings for differences between them. (see “More than one pdf file in one window”. Is that what you are looking to do? 9Not necessarily mechanical drawings but some other pdf).

  • Compare two records within a view

    Hi,
    I wonder if it is possible to compare two or more records within a view, and how to do it.
    Thanks in advance.

    M. Comi wrote:
    I wanted to compare two records of the view and see if they are the same or not...
    My data are as follows:
    Soglia Ingresso_CL_PF     10     10
    Downgrade MDP 3     2102     2101
    I want to check if the "downgrade" records have the same values for the second and the third column, and in this case replace the values on the second record.
    But I did it with a select on the same fields of the original tables, plus two fields obtained with lag function...
    I don't know if it is clear or not, the important is that I got what I wanted.Sorry, it's not clear.
    Are you still having a problem? If so:
    (1) Please describe the problem.
    (2) What results do you want to see from the sample data you posted?
    (3) Is the second column of
    Downgrade MDP 3 2102 2101'Downgrade', 'MDP', 3, 2102, 2101, some combination, or NULL? When posting data, the most helpful thing is to post INSERT (or CREATE TABLE AS ...) statements. The second-best thing is to post formatted data. Type {code} before and after sections where spacing is important, and post column headers.

  • Compare two tables and log the difference

    Hi,
    I want to compare two tables and log the difference in new table with the fields as (old value,new value, column name). The column name should be the changes value column

    Can you show an example?
    SELECT Foo.*, Bar.*
       FROM Foo
            FULL OUTER JOIN
            Bar
            ON Foo.c1 = Bar.c1
               AND Foo.c2 = Bar.c2
               AND Foo.cn = Bar.cn
     WHERE Foo.key IS NULL 
        OR Bar.key IS NULL; 
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

Maybe you are looking for

  • Problem with iChat changing my custom away message after 30 minutes

    Lately, I've been having a big problem with iChat changing any custom away message that I put up to "Away" after 30 minutes or so. Is there anything I can do to make it stop? Another issue I'm having is that sometimes when people on my buddy list cha

  • Can I reset my lost iPod from iTunes?

    My iPod touch 4th generation was recently lost/stolen. I didn't have a passcode on it. I was wondering if it was possible to reset it from iTunes if the iPod connects to wifi.

  • Is there an App that lets me keep track of Apps ive purchased ?

    Is there any way for me to keep track of how much i have spent on apps ? i purchase an app or two every other day and i get my bills in my email, but i get them every other day aswell but i dont want to have to look at the 15 different emails i have

  • Error message Owl Orphanage : Photoshop:exe-Bad Image

    I am having this error with Adobe Photoshop CS5. With reading other posts I found an answer to this same question posted - except with CS4. It mentioned the Plug-in folder and 32 bit and 64 bit. Here is where I get confused. I pulled plug-ins over fr

  • Execute FM in background - how to

    Hi, I want to execute function module in background (for BI) - without any report which can be executed in background. Possible?