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

Similar Messages

  • 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

  • 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

  • Help comparing two ArrayList initializations instructions.

    I found these two methods to initialize ArrayList on a single row in a 3 years old topic here in this forum... so I open a new thread to ask you what you think is the best method I could use. Thank you!
        private static ArrayList<String> strSearchs = new ArrayList<String>(){{add(" state changed from Full to ");}};
        private static ArrayList<String> strSearchs2 = (ArrayList<String>)Arrays.asList(" state changed from Full to ");PS: note that original suggestions was for "List" objects, so I had to add a cast to "ArrayList" in the second instruction.

    Pratically I have such objects which get a String (we can call it "*strOrig*") in the constructor. As result it parse the String, and store all parsed informations in object's variables\attributes.
    Obviously the String is checked to control if it fits some parameters before parsing starts. The static ArrayList contains further requisites (Strings which have to "match" with "*strOrig*" content to confirm it is valid) which are chosen by "the user" (I mean who implements these kind of classes).
    It mean that I need to make the ArrayList modificable (both substituted by another ArrayList variable, or adding, changing and/or removing content for the existing one). I made it static, so it will not create a new ArrayList for every instantiate object.
    So if List can't support add and similar, I think it's not my case. :-S
    Maybe I could instantiate the ArrayList in an AbstractList object, so also Vector could also be used bye "the user"... but this is not very related.
    So maybe private static AbstractList<String> strSearchs = new ArrayList<String>(Arrays.asList(" state changed from Full to ")); is my case...
    Do you agree with me?
    WalterLaan wrote:
    ThePatcha wrote:
    The variable is not intended to be Final, it can be modified via static methods, but I need it's static (so unique for every object instantiated) and it starts with a defaul value already inside.static means the opposite: it is the same for all instances, not unique per instance.My fault: I meant "it's always the same for all instanced objects". I used "unique" instead of "always the same", sorry.
    Edited by: ThePatcha on Feb 2, 2010 6:45 AM

  • Transport content between two Portals (DEV - Prod)

    Hi Everybody,
    how can i transport a content from one Portal to another one? I heard there is a possibility in Visual Admin for transport Content between a Development and a Productive System.
    I know only the way by Federated Portal Network. Is this the only possibility and what about KM-Konfiguration is there a way for transporting?
    regards,
    Seed

    you can download and upload your portal  transports.
    System administrator -> transport.
    KM folders: you can just copy everything by open the KM dir as a webfolder.
    br

  • Comparing data in dev and prod cubes

    We have a development environment and a production environment. 
    I use the deployment wizard to move from dev to prod, but I haven't done this for several months. 
    I have a finance cube which in theory I haven't changed except for some changes to some shared dimensions. 
    I would like to compare the data and/or structure of the two finance cubes (dev vs prod) and make sure the only changes are the differences in shared dimensions.
    Can anybody tell me how to do, that?
    Thanks in advance. 

    Red Gate's free SSAS Compare tool is probably the easiest way to compare two SSAS Multidimensional databases:
    http://www.red-gate.com/labs/free-tools/ssas-compare
    It will show up a few spurious differences (minor property values that aren't important) and it's not supported, but it works pretty well.
    If you're using Tabular rather than Multidimensional, you can use BISM Normalizer:
    https://visualstudiogallery.msdn.microsoft.com/5be8704f-3412-4048-bfb9-01a78f475c64
    Chris
    Check out my MS BI blog I also do
    SSAS, PowerPivot, MDX and DAX consultancy
    and run public SQL Server and BI training courses in the UK

  • 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).

  • Need help on combining these two program

    Hi all,
     I needed some help on combining these two program. But i not very sure how to do it.
    My program in working with TimeIn/TimeOut attendance taking. The snippet vi "insert data" is the where i start to TimeIn and insert into the microsoft access. And i wanted to insert it together with a camera catching the user's face. But i have no clues on how to combine them.
     Can u guys give me some ideas to help me ?
    Thanks in advance.
    Attachments:
    IMAQdx.png ‏55 KB
    insert data.png ‏68 KB

    Hi Himanshu,
    But if i put everything inside the IMAQdx loop ,it make my whole program more complicated. 
    This is how my program looks like below.
    I only want to display the image only when i "insert" all data into the database ( which i given at the perivous post).
    Is there other way?? And how do u make the IMAQdx loop stop without putting a stop button?? Because everytime i run the program,it will run continuously at the IMAQdx loop..
    Thank in Advance.
    Attachments:
    FYP.png ‏205 KB

  • 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 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

  • 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.

  • Can you help me compare two chars?

    I keep getting a 'cannt be dereferenced' error whenever I try compareing two chars. What exactly does this mean? Here's the code I'm useing:
    import java.io.*;
    public class Replace
       public static void main(String[] args)
          char let = 'h';
          char let2 = 'i';
          int temp = let.compareTo(let2);
    }

    Thank you slappy for trying to make me leaern. In
    future, try to give a little background to wwhat your
    explaining. As you can see, I was useing character
    methods on a char, and your reply just plain confused
    me!Sir,
    I know it confused you. But I did say HINT. And I did say char and Character and I was hoping that would twig. For your future reference in Java pimitives are lower case while Class Names Begin With A Capital Letter.
    Well good luck.
    Sincerely,
    Slappy

  • How to compare two files in java & uncommon text should print in text file.

    Hi,
    Can any one help me to write Core java program for this.
    How to compare two files in java & uncommon text should print in other text file.
    thanks
    Sam

    Hi All,
    i m comparing two HTML file.. thats why i am getting problem..
    import java.io.BufferedReader;
    import java.io.FileReader;
    public class textmatch{
    public static void main(String[] argv)
    throws Exception{
    BufferedReader fh =new BufferedReader(new FileReader("internal.html"),1024);
    BufferedReader sh = new BufferedReader(new FileReader("external.html"),1024);
    String s;
    String y;
    while ((s=fh.readLine())!=null)
    if ( s.equals(y=sh.readLine()) ){    
    System.out.println(s + " " + y); //REMOVE THIS PRINTLN STATEMENT IF YOU JUST WANT TO SHOW THE SIMILARITIES
    sh.close();
    fh.close(); }
    thanks
    Sam

  • How to compare two files in Java & uncommon text should print in Diff text

    Hi All,
    can any one help me to write a java program..
    How to compare two files in Java & uncommon text should print in Diff text file..
    Thanks
    Sam

    Hi All,
    i m comparing two HTML file.. thats why i am getting problem..
    import java.io.BufferedReader;
    import java.io.FileReader;
    public class textmatch{
    public static void main(String[] argv)
    throws Exception{
    BufferedReader fh =new BufferedReader(new FileReader("internal.html"),1024);
    BufferedReader sh = new BufferedReader(new FileReader("external.html"),1024);
    String s;
    String y;
    while ((s=fh.readLine())!=null)
    if ( s.equals(y=sh.readLine()) ){    
    System.out.println(s + " " + y); //REMOVE THIS PRINTLN STATEMENT IF YOU JUST WANT TO SHOW THE SIMILARITIES
    sh.close();
    fh.close(); }
    thanks
    Sam

  • Compare two collection in sharepoint

    Hii
    I want to Compare to collection in sharepoint
    example:
    Collection 1: "A","B","C"
    Collection 2:"A","B","D","E"
    Result should be: "C"
    Like in C#  List<string> result = list1.Except(list2).ToList();
    I am new to programming Please help me..
    regards 
    sudeep

    http://stackoverflow.com/questions/3407356/comparing-two-collections
    check this example code below
    class CompareLists
    static void Main()
    // Create the IEnumerable data sources.
    string[] names1 = System.IO.File.ReadAllLines(@"../../../names1.txt");
    string[] names2 = System.IO.File.ReadAllLines(@"../../../names2.txt");
    // Create the query. Note that method syntax must be used here.
    IEnumerable<string> differenceQuery =
    names1.Except(names2);
    // Execute the query.
    Console.WriteLine("The following lines are in names1.txt but not names2.txt");
    foreach (string s in differenceQuery)
    Console.WriteLine(s);
    // Keep the console window open in debug mode.
    Console.WriteLine("Press any key to exit");
    Console.ReadKey();
    /* Output:
    The following lines are in names1.txt but not names2.txt
    Potra, Cristina
    Noriega, Fabricio
    Aw, Kam Foo
    Toyoshima, Tim
    Guy, Wey Yuan
    Garcia, Debra
    http://msdn.microsoft.com/en-us/library/bb397894.aspx
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

Maybe you are looking for