Do you know of a standard tool to compare the fields of 2 database tables?

do you know of a standard tool to compare the fields of 2 database tables? please note i dont want to compare data just the fields.
~Suresh

Hi,
I am not aware any standard tool but you can write custom report to use FM DDIF_FIELDINFO_GET to get fields information of SAP database table.
Call the above FM twice in order to get field names for two different database tables. Then compare the results (table parameter DFIES_TAB) to find out the differences of field names.
Hope this will help ...
Regards,
Ferry Lianto

Similar Messages

  • Is it possible to automatically trigger a camera when someone arrive in the background hahaha.. Just a wild thoughts you know, like when someone suddenly pop up, the camera will automatically fire. I'm planning to use it in our Horror tunnel this october.

    Is it possible to automatically trigger a camera when someone arrive in the background hahaha.. Just a wild thoughts you know, like when someone suddenly pop up, the camera will automatically fire. I'm planning to use it in our Horror tunnel this october.

    You could try to use a motion sensor - in a do-it-yourself store you can buy motion sensors that turn on the lights when a burglar approaches the property. Connect this sensor to the remote control of your camera instead of to a light.
    Probably you can buy ready-made motion sensitive remote controls, the photographers here will know. You would need this kind of remote control for wildlife photography.

  • HT1688 i'm having trouble charging my phone, do you know of any proper ways of cleaning the charging port, or any technical ways of fixing the phones charging abilities?

    I'm Having trouble charging my Iphone, do you know of a proper way of cleaning the charging port, or any other ways of fixing the phones charging abilities? 16g IPhone4

    Clean charging port with clean dry toothbrush. If something more than dust, dirt, debris is present, clean with toothbrush and a small amount (drop) of Isopropyll Alcohol. The pins are on top of the dock midrib.

  • Do you know when Adobe is going to certify the new Nvidia K4200 GPU?

    I recently bought the new Nvidia K4200 GPU card, but it seems Adobe has not certify this card

    Hi Bill
    I am using Premier Pro CC 2014 and After Effects CC 2014
    I have 16 GB of RAM, an SSD of 500GB, and the CPU is an Intel 3770
    Attached you can find the screen where Adobe say is using Open GL 2.1.2
    I feel the performance is poor, I asked Nvidia and they told that the problem is Adobe has not certify that card and to ask you when are you planning to do it
    Regards
    Juan Antonio Tejedor
    De: Bill Gehrke 
    Enviado el: jueves, 06 de noviembre de 2014 08:26 p.m.
    Para: Juan Tejedor
    Asunto:  Do you know when Adobe is going to certify the new Nvidia K4200 GPU?
    Do you know when Adobe is going to certify the new Nvidia K4200 GPU?
    created by Bill Gehrke <https://forums.adobe.com/people/Bill+Gehrke>  in Premiere Pro - View the full discussion <https://forums.adobe.com/message/6907448#6907448>

  • Do you know rule for standard development ?

    Hi exeprt,
    do you know some document about creation of standard development ? I mean that a document where is explained all object to name on system to start a development in a new system.
    tks.

    Well for starters, here is a list of (all) possible objects to be created for which naming convention must be established:
    Global booleans
    Global constants
    Global internal tables
    Workarea global internal table
    Global ranges
    Global statics
    Global structures (records)
    Global types
    Global variable (character)
    Global variable (date)
    Global variable (integer)
    Global variable (packed)
    Global workarea database table
    Parameters
    Check boxes
    Radio buttons
    Select options
    Class
    Interface
    Local booleans
    Local constants
    Local internal tables
    Workarea local internal table
    Local ranges
    Local statics
    Local structures (records)
    Local types
    Local variable (character)
    Local variable (date)
    Local variable (integer)
    Local variable (packed)
    Local workarea database table
    Forms using parameters
    Forms using parameters (table)
    Forms changing parameters
    Forms changing parameters (table)
    Forms tables parameters
    Tables parameters must not be used anymore
    Function Module/Method importing parameters
    Function Module/Method importing parameters (table)
    Function Module/Method exporting parameters
    Function Module/Method exporting parameters (table)
    Function Module/Method changing parameters
    Function Module/Method changing parameters (table)
    Function Module tables parameters
    Tables parameters must not be used anymore
    Function Module/Method exceptions
    Method returning parameters
    I'm not saying this list is complete, for example objects specific for module pool programming are not included, neither are BAdI's (or enhancements in general for that matter), Web Dynpro development (etc.) , but it will help you on your way. If somewhere along the line, some new objects are created at this customer, you should enhance this document.

  • DID YOU KNOW?? - ABOUT ADVANCED COMPONENTS IN THE PALETTE??

    <br>
    Hi All,
    DID YOU KNOW??
    The IDE ships with the following Advanced Components in the Palette.
    These advanced components are a set of JavaServer Page markup tags for advanced users. The components have no visual appearance and are useful to developers with experience in JSP and JavaServer Faces technologies.
    * Encoding
    * Faces Action Listener
    * Faces Converter
    * Faces Validator
    * Faces Value Change Listener
    * Faces Verbatim
    * Link
    * Load Bundle
    * Markup
    * Meta
    * Parameter
    * Script
    Lets look at MARKUP component in more detail.
    The MARKUP Component
    You can drag the Markup component Markup component icon from the Palette's Advanced category to the Visual Designer to create a standard HTML tag. The Markup component enables you to insert HTML elements into the JSP page in places that HTML is not permitted.
    When you drop this component on a page in the Visual Designer, you cannot see it on the page until you set the tag property. You can see it in the Outline window and you can select it there to edit its properties in the Properties window.
    Use the tag property to specify the type of HTML element to insert. For instance, to insert an <hr> tag, set the tag property to hr with no angle brackets and select the singleton property .
    To provide compliance with XHTML, if the HTML element you are inserting is a singleton element, you must specify the singleton property, which causes a trailing /> to be generated in the rendered HTML. For example, the <br> element is a singleton element that must be rendered as
    to make it XHTML compliant.
    If you want to specify HTML attributes in addition to id and style for the element you are inserting, use the extraAttributes property.
    Learn more :-
    http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2update1/components/advanced_list.html
    We would like to know the following from you :-
    1) Are you using these Advanced Components in applications you are building? If so How and Where?
    2) Did you face any challenges while using them?
    3) Did you find any special usages/scenarios for using these components?
    Thanks for all your inputs and for joining in the discussion.
    K
    </br>

    What would you like in the documentation? Do you have specific questions about particular components? Do you want examples? What's missing from the online help at http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2update1/components/advanced_list.html?

  • DID YOU KNOW?? - ABOUT DATAPROVIDER COMPONENTS IN THE PALETTE??

    Hi All,
    DID YOU KNOW??
    Practically all applications entail accessing data of some sort, often data stored in a relational database table or some sort of list, such as a vector or an array. Usually you need to read in data from the data source, but many times you have to update that data, too. The Sun Java Studio Creator integrated development environment, as another enhancement to its application model, provides data provider components that simplify accessing data sources, regardless of whether the data source is a relational database table, flat file, web service, vector, array, or some other type of data store.
    A data provider component is a nonvisual abstraction for wrapping sources of data, and it represents a more generic and flexible data binding mechanism. A glance at the Palette indicates that there are many different kinds of data providers available to you. These include data providers for cached RowSets, ResultSets, lists, arrays, maps, table rows, and method results.
    These data providers constitute a layer between a web application's components and its persistence tier, such as a database table, Array object, or Enterprise JavaBean object. This layer enables you to access data in a consistent way, even though data may come from different sources.
    Lets briefly discuss the CachedRowSetDataProvider
    The CachedRowSetDataProvider Component
    A CachedRowSetDataProvider is a wrapper to data held in a CachedRowSet. The primary purpose of a CachedRowSetDataProvider is to facilitate binding to components in the IDE. A CachedRowSet stores the data retrieved from a database. In fact, the only information held by the CachedRowSetDataProvider is a cursor position into the CachedRowSet. Multiple CachedRowSetDataProvider instances can reference the same CachedRowSet, and each instance will have its own cursor position into the CachedRowSet.
    Learn more :-
    Working With Data Providers
    http://developers.sun.com/jscreator/learning/tutorials/2/dataproviders.html
    Data Provider Components in Java Studio Creator
    http://developers.sun.com/jscreator/reference/fi/2/data-providers.html
    Using CachedRowSet and CachedRowSetDataProvider in the Sun Java Studio Creator IDE
    http://developers.sun.com/jscreator/reference/techart/2/insert_row_in_table.html
    We would like to know the following from you :-
    1) Which of the DataProviders are you using in applications you are building? Also How and Where?
    2) Did you face any challenges while using them?
    3) Did you find any special usages/scenarios for using these components?
    4) Do you have any feedback/comments/improvements which you would like to see with using Dataproviders?
    Thank you for all your inputs and for joining in the discussion.
    K

    .

  • I use an email client that notify's you when a new email arrives in your inbox. On IE a window pop's up to let you know whith a chime. In Firefox the window opens but with no chime. Is there an extention or add on that will do this?

    I use an email client that notify's you when a new email arrives in your inbox. On IE a window pop's up with a chime that lets you know of new mail in your inbox. In Firefox the window pops up but with no sound. Is there an add on or extention that will do this?
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NISSC; .NET CLR 1.0.3705; .NET CLR 2.0.50727; InfoPath.1)

    Is the notifier part of the email program? Is it an independent program like poptray? If it is separate from Firefox, it really shouldn't matter which browser you are using. Unless the notification is within IE.

  • Know the field names in 1 table

    Hi,
    i would like to know is there any way that we can know how many column inside the table in the database n what is the column names?
    for example:
    table supplier
    supplierId supplierName address
    so there are 3 columns and the names are supplierId, supplierName, address

    ResultSetMetaData lets you find out about what columns have been retrieved from a query.
    DatabaseMetaData class allows you to get a lot of info about the database in general:
    Schemas in a database
    Database Tables in a schema
    Database columns for a table
    Check out the java.sql package in the API.

  • Any sales professionals out there know how to maximize 4S use in the field?

    Hi All :-)
    I am a B2B (business to business) sales professional and I frequently spend the entire day in the field visiting clients & prospects and then when I get home at 6pm I spend the rest of the evening entering all of my notes into a excel spreadsheet. I have the excel spreadsheet on "Dropbox" and I can pull it up using my Dropbox app in the field but I cant add any notes to it via my iPhone 4S. I have downloaded several free app's for Excel and none let me edit the spreadsheet. I don't mind paying for the right app to do this but I REALLY NEED TO FIGURE OUT HOW TO DO THIS, or figure out a smarter way.
    I don't mind if entering my notes in my iPhone after I leave a client means I visit less clients before 5pm, I just dont want to continue to spend my entire evening doing it when I get home. Any help entering data on an EXISTING excel spreadsheet from the iPhone would be very helpful. Or any suggestions on better contact managers would be great as well. What is working for you seasoned sales professionals out there?  
    Thank you all in advance :-)

    johnnymegabyte wrote:
    Everything is working great, 2 ms latency recording on some quick testing.
    BUT the Soundbank Manager doesn't seem to want to load any SF2 into Synth A or B , so I can use them in my sequencer (JAZZ++) for playback, and REAPER for recording (eventually). I don't want to be locked into the default [url="http://homerecording.com/bbs/showthread.php?p=2960574#">Windows[/url] GM sounds. At least in REAPER, I can use a VST approach and connect a SF, but I only want MIDI for Drums and maybe some Pads, in spots. I do have a MIDI bassline, but that will be re-done with real bass guitar.
    Maybe because I don't have a physical MIDI port on the OEM version, the program isn't functiing properly (guess)
    Is there another way to load the Synths ? Manual scripts ... via INI ?
    REAPER:
    As it's an OEM card, it's possible that MIDI features are ripped. Have you tried by installing nati've software by tweaking the installer?
    You find the original CD and instructions on how to patch the installed by searching here using "BadBoy" for CD and "ctcomp" for patching (as for an example).
    - on Options/Preferences/Audio/MIDI Devices, select synths A/B
    - create new track
    - on track I/O config, set MIDI Hardware output to Audigy Synth A or B and on Audio Hardware outputs, add a new one as stereo Left/Right
    - on track Monitoring options, enablethe monitoring
    - set the SF bank (Do not use big ones but those bundled ones beford getting everything working ... there are some size limitations)
    Remember also that drums are on MIDI channel 0.
    Hope this helps you to start ... (I don't have SoundFont Bank Manager installed so I can't try if this works).
    jutapa
    Message Edited by jutapa on 07-6-2008 0:53 PM

  • Do you know any good uml tools ??

    hello
    I'm not sure if this is the best place to post this thread . I suppose that alot of you would use uml tools
    do you knwo any good opensource UML tools ???
    I used Win'design ,and would like to move to legal opensource program .
    the tools i need must create the class diagram ,then generate the java classes and the database script
    thank you

    you may get open source UML tools..search in the
    google........otherwiseI did ,but I did not find a complete life cycle development tools
    u can download the trial version of Enterprise
    Architect, thats a very good toolI'm searching for open source tools
    thank you any way

  • On some pages,the things are shriking or are coming up really big do you know how to get them back to the normal size?

    on some pages,the things are shrikingg and becoming big,i just want them back to the normal size,i dont know how do that,could anyone help?
    thank you...

    Try resetting the zoom level for those pages.
    See this:
    https://support.mozilla.com/en-US/kb/Page+Zoom

  • I need to migrate data from Lion to OSX do you know of any problems with content between the two systems?

    I'm using a MacBook AIR and OSX 10.9.1. When I upgraded that I made a mistake with the user name and so created another user. Now I understand I need to migrate the data between the two systems but that there might be trouble with some of the content files transferring across? Has anyone done this before? If so what were the pitfalls? Thanks and Help! No-one typing this feels as if they're on a steep learning curve at all!

    Hi nothpole
    Welcome to BlackBerry Support Forums
    Sorry to hear that you're having issues with your BlackBerry ! Before trying anything else can you try check a few setting or undo it on your device ?
    northpole wrote:
    I have memory cleaning scheduled to run every 1 hour.
    First advise is to disable Memory Cleaner ! you don't need that , It can cause freezing and clocking. To disable it , From your homescreen go to Options > Security > Advance Security setting > Memory Cleaner > Disable that feature .After disabling it reboot your device do it by removing the Battery while your device is Powered On then wait for at least a minute then reinsert it back, your device may take a long reboot . 
    Then monitor your device for the next few hrs. and check if you feel the same problem .
    let us know.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Status bar missing. How do you know if a site is secure without the status bar?

    Found the status bar at bottom of page very useful. Its now missing. How can I tell the downloading progress and more importantly if a page is a secure site? Live in a rural area with slow internet service and both download speed and security is very important to me. Security is VERY important, as do a lot of banking and bill paying on line. Saw someplace in questions and answers that the "Status Bar" was dropped in version 4. It was working for me up through 4.0 Beta 4, but not in Beta 7. If I missed the news please let me know and also how do I tell if on a "secure" page now? Is there an "add on" that will give me the "Status Bar" back?

    I have the same issue, i miss the fact that i cant watch my downloads in the status bar. as for the secure lock symbol, i found once i visit a secure site e.g HSBC website. a big green bar appears in the URL. any news post back.
    cheers
    Will

  • Hi I have the old facetime,do you know how i can change it to the new one?

    Please help me.

    Amberlyn Bronx Style wrote:
    Please help me.
    What are you talking about?
    There is no new or old facetime.
    There is just facetime.

Maybe you are looking for

  • FTP and HTTP large file ( 300MB) uploads failing

    We have two IronPort Web S370 proxy servers in a WCCP Transparent proxy cluster.  We are experiencing problems with users who upload large video files where the upload will not complete.  Some of the files are 2GB in size, but most are in the hundred

  • Edit Motion project as Motion template in FCP timeline?

    Hi, I'd like to know is it possible to turn basic Motion project into Motion template in Final Cut Pro timeline? If not possible I think this would be a great feature because it simply takes too much time to copy motion projects for example to 10 edi

  • Translation problem: No language independent code..

    Hi guys! I'm currently customizing an existing system with 2 different languages(English and French) So far so good, but I get the following error message when I try to create a new Appointment or Task: "No language independent code exists for the va

  • Making a message pop up appear on the task bar

    hi all ! Im making a pop up with a message so the person can know that the product is registered. I use this code javax.swing.JOptionPane.showMessageDialog(null,"Nueva Cita registrada","Medex",javax.swing.JOptionPane.INFORMATION_MESSAGE);The thing is

  • Using Tabs and Return in TextField

    Hi! I am tying to use a series of TextFields to collect information from the user for a GUI application. Currently, I am adding ActionListeners to the TextFields and when the user enters a value and hits return, then the event is triggered and I am a