Regarding data browing tool.

Hi all,
             I want to know about SE16 and se17 transactions.
          If anyone have any idea or material or link please send me so that i can get knowledge of it.
Thanks to u all,
karan

Hi Karan,
SE16:
Look into this link
SE11 & SE16
SE17 is similar to SE16 . SE17 screen is more selection based to select/input valus for most of the table fields. Here you will have sorting option.
you can also choose the output option which gives you a choice of 5 different output option types.
Reward points if it helps,
Satish

Similar Messages

  • Regarding Data Maintenance Tool

    Hi ABAPers,
    Can any one Explain me what is the use of Data Maintenance Tool. And also let me know where and how to create this tool.
    Thanks in Advance.
    Regards,
    Ramana Prasad. T

    Hi Ramana,
    <b>
    Mass Maintenance to SAP Data – Current Situation</b>
    If only a few tens of records are to be added or updated, entering this data manually into SAP is a reasonable option. However, if several hundred to several thousand records are to be updated, manual data entry is not an ideal choice. Manual data entry can get very expensive and time consuming and is not the best utilization of corporate resources – this is especially wasteful for data that already exists in another digital format, e.g., Excel files. Not only that, manual data entry is very error prone and can lead to severely degraded data quality.
    The SAP mass-change transactions are only useful for fairly simple data change scenarios where one or more fields need to be changed to a constant value for all records. Most mass changes scenarios are more complex than that and the second and third options are the ones mostly chosen.
    The other tools provided by SAP for automating mass maintenance of data, include tools such as ABAP and LSMW, which are extremely technical in nature and require technical experts in the IT departments to create special-purpose data upload programs. Following the standard change control procedures and industry standard software development practices, writing these special programs ends up being a very time consuming and a very expensive proposition for most companies. Further, many of these programs are throw-away programs written for one-time use only.
    <b>
    Mass Maintenance to SAP Data– Ideal Scenario</b>
    An ideal tool for mass maintenance of SAP data would let the data update projects to be implemented by the end user departments themselves. A few super-users within these end-user departments that supply the data should have the ability to transfer the data themselves without relying on technical experts. Such a tool would significantly cut the time and effort required in SAP data maintenance.
    The ideal tool for mass maintenance of SAP data should be easy to learn and should require no programming. Furthermore, such a tool should work across all the different SAP modules and the SAP products, including the different versions of SAP
    WE PROPOSE TXSHUTTLE AND TABLEPRO AS THE IDEAL TOOLS FOR ROUTINE SAP DATA MAINTENANCE!
    Key Features:
         TxShuttle runs almost any SAP transaction, simple or complex, and even custom transactions, in any SAP product or module – from outside SAP. While running these transactions, TxShuttle allows easy upload of data between Microsoft Excel or Access and any SAP transaction.
      •      TablePro allows the easy download of any table or view from SAP into Excel files and even allows the joining of multiple tables.
         Txshuttle and TablePro are easy-to-use tools intended for SAP end-users and do not require any programming.
         TxShuttle and TablePro preserves complete SAP role-based security and maintain a complete SAP audit trail.
         Using TxShuttle and TablePro needs no change to standard SAP – they are desktop software tools that run out of the box
    Key Benefits:
         Save vast amount of time and resources in mass maintenance of SAP data.
         Make the SAP business-users and functional analysis more self-sufficient by reducing their dependence on valuable IT/IS resources.
         Save IT resources by significantly reducing custom programming efforts.
         Use the same tool for many applications. Maximize your return on investment.
    Reward if useful.
    Thanks
    Aneesh.

  • Data Services as a data migration tool

    Hello All,
    Has anybody used Data Services as a data migrition tool from a SAP ECC system?  If so what is it like to use and are there any documents on this?
    Cheers,
    Nick.

    Hi Nick.
    About documents, here are some of them, but one that I think it could be useful for your understanding is the "BI109 SAP Data Migration" session: http://www.sdn.sap.com/irj/scn/shop?rid=/media/uuid/c08b931e-2a83-2c10-2aba-cb3968c5bc4e.
    It shows the data migration framework based on SAP BusinessObjects technologies for legacy to SAP and SAP to SAP migrations.
    More technical documents, showing how to set up iDocs, LSMW, etc:
    http://help.sap.com/bp_dmg603v1/DMS_US/Documentation/DM_installation_guide_EN_US.doc
    http://help.sap.com/bp_dmg603/DMS_US/Documentation/DM_Quick_Guide_EN_US.doc
    Regards,
    July

  • RE: DataField, update underlying data via TOOL,Express

    John,
    does it work if you mix the "CopyfromClipboard" method with the "PlaceValueinDisplayedField" ?
    If this is not the correct solution to you problem, could you please specify "where" it does not work ?
    Thanks a lot indeed.
    Best regards
    /Stefano
    Stefano POGLIANI Fort&eacute; Software Consultant
    E-Mail : [email protected] Tel : +33.0)450201025
    Fax : +33.(0)450200257 Mobile : +33.(6)08431221
    Visit the Fort&eacute; Web Site : http://www.forte.com/
    Ducunt fata volentem, nolentem trahunt....
    -----Original Message-----
    From: John Hodgson [SMTP:[email protected]]
    Sent: Wednesday, July 02, 1997 8:39 PM
    To: [email protected]
    Subject: DataField, update underlying data via TOOL, Express
    In TOOL code we PasteText() into a DataField, but the underlying data
    object does not get updated until the user interacts with the GUI.
    That causes problems if we need to use the underlying data object's
    value immediately after the paste. How can we:
    force an update of the underlying data object and
    ensure that the update goes through before our method call returns,
    i.e., ensure that if the update is via Forte events, those events
    are handled before returning.
    The context is a calendar lookup button that pastes into an adjoining
    DataField.
    John Hodgson |Descartes Systems Group Inc.|[email protected]
    Systems Engineer|120 Randall Drive |http://www.descartes.com
    |Waterloo, Ontario |Tel.: 519-746-8110 x250
    |CANADA N2V 1C6 |Fax: 519-747-0082

    Well, I think I have answered my own question, but I will leave it here in case anyone else has the same problem. 
    So, as far as I have been able to track down, it all went wrong when I was running through the connection wizard. 
    Under the section titled "Creating the Data Source" is describes how to find your database file and create the appropriate connection string. However, on my version of VS Express 2010 . It offered me a prompts , saying something like, "would you like to
    move this database file into the application directory and change the connection string" this sounded very sensible to me, so I said yes.
    All proceeded accordingly. And the database file now appeared in the solution explorer. 
    The app config file said that the connection string was 
    Data Source=|DataDirectory|\Database1.sdf"
    I presumed this would be interpreted correctly by the rest of the app, as it was generated by VS.
    But it didn't, what I cannot understand is how no error was generated. And data seemed to pull
    into the bound controls. 
    But I have been testing it for a while now. and it seems that if I manually override the config file with the actual directory where the file exists , then there is not a problem. Data is retained in the file 
    This is more of a VB.net question, but I couldn't find it in the drop down. I will try and move it there now
    Thanks guys for your patience. 
    p.s. RSingh , the code I posted above did come from the SaveItem_Click event
    handler

  • SAP Master data migration tools

    Hi,
    I would like to know if any SAP standard tools which are available for all master data migration,Kindly share the same which is required for us now.
    We have to migrate the data from legacy systems to SAP and we have to use only SAP Standard master data migration tools.
    Kindly share the same.
    Thanks and Regards,
    Raveendra

    Raveendra,
    SAP migrates data from legacy system using standard tools like LSMW, BDC, BAPI. Under LSMW you will have Batch input, Batch recording, BAPI and IDOCs options. Depending upon requirement you can choose any one of them. BAPI is advisable instead of BDC method.
    Also for utilities industry SAP has provided ISU Migration tool (EMIGALL).

  • Urgent regarding Data & Task Audits Back Up

    Hi Experts
    Here my question is regarding Data Audit and Task audits in V 11.1.2.1
    -->If we take the back up of Data & Task audit tables data in to other backup_tables in same schema how this can be viewed through task audit and data audit through HFM?
    -->Whether any third part tools available to audit the tasks (DATA & TASK ) information...?
    -->Whether EPM maestro can be used here..?
    Thanks in advance
    Edited by: RajaKK on May 29, 2012 6:19 PM

    Use the Audit Extract utility bundled with HFM 11.1.2.1 to export this information periodically to a CSV file that you can view offline through any text editor, or even Excel. There is a command line feature for this as well, so you could incorporate this into a batch routine.
    For anyone attending Kaleidoscope in San Antonio, TX next month, I will present the various utilities that ship with HFM including this one. Hope to see you there!
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • EDT and BDT data transfer tool...

    Hi,
    I am working in insurance module of SAP. There is a business object called Business Partner which we need to migrate from legacy to R/3.
    Now for migration of Business partner generally LSMW is not used. People here use EDT (External data transfer) and BDT (Business data toolset)
    Does some one know about EDT and BDT as data transfer tools ?
    Regards,
    Rajesh.

    Hi Rich,
    I will make sure that I don't duplicate the post.
    Thanks.

  • Configuration Data Transfer Tool

    Hello all,
    I am working with my client to plan our ME Configuration and we are trying to determine how best to propagate the configuration from one system to another (i.e. DEV to QA to PROD). 
    I understand there is a new tool being developed for SAP ME 6.0 called the Configuration Data Transfer Tool. 
    Will it be possible to use this tool for SAP ME 5.2.5?  Has anyone tried to do this?
    What are the overall recommendations and/or methods other folks have used to move their configuration to another system?
    The goal is to move configuration and master data only, no transactional data.
    Any insight would be greatly appreciated.
    Thank you.
    Mari Santangelo

    Mari,
    Configuration Data Transfer Tool is not a standalone application but just a feature (the activity) of ME 6.0 so you can't use it with ME 5.2.5. And there is no information about porting it back from 6.0 to 5.2.5.
    In 5.x and prior releases, there is DataXchange tool mentioned by Ivan and Site2Site Transfer activity (you can find the guide next to Xchange guide on SMP).
    Regards,
    Sergiy

  • How to print ERD from Data Modeler Tool

    Hello Everyone,
    I have an oracle 10g DB and I want to create its ERD. I was able to export the tables using Data Modeler tools but I cannot find the option to arrange these table on pages and then print them. How can I do that? It's a very basic requirement and I am sure it must be here somewhere but I can't seem to find it.
    Regards,
    Afraz Ali

    Hi Afraz,
    there is no support for arranging tables on pages. For printing - use "File>Print" or "File>Print Diagram".
    Philip

  • Best FREE data modeling tool

    What is the best FREE data modeling tool?  Thanks.
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

    Hi Kalman,
    According to my knowledge, Microsoft Office Visio is helpful for building data model. For more information, please review this article:
    Create a Database Model (also known as Entity Relationship diagram).
    Besides, you can also use other third-party tools such as
    Erwin, SQL Power Architect to design SQL Server database. However, Microsoft cannot make any representations regarding the quality, safety, or suitability of any the third party software or information.
    There is also a discussion about free data modeling tool in the following thread for your reference.
    https://social.msdn.microsoft.com/Forums/en-US/b70d2cdb-dc7f-4e89-a0ae-9dbf5687199e/free-data-modelling-tool?forum=databasedesign
    Thanks,
    Lydia Zhang

  • Oracle Data Modeling tool interoperability with QDesigner models.

    Hello,
    Would it be possible to get some information on how Oracle SQL Developer Data Modeler works with models from other data modeling tools such as QDesigner.
    How can Quest QDesigner read the .cdm (conceptual data models) and the .pdm (physical data models) from QDesigner.
    Regards,
    Mary

    SQL Developer Data Modeler does not work with QDesigner models.
    Sue

  • SAP Data Retention Tool and Batches

    Hi,
    does anyone know if there is a way to extract batch data with DART ?
    Regards,
    Volker

    volkes
    for the sap data rentention tool upgrade what are the steps required for the upgrading of the version2.1 to 2.5.
    can you please how the dart application is run.
    please me necessary documentation to [email protected]
    thanks in advance
    suman

  • Test data generation tool?

    Hi folks:
    Can anyone suggest a test data generation tool? We need to load up and stress-test a product we're building. We need a tool that can generate an INSERT script for all tables with referentially intact data inserted in the right order to not violate constraints. I've used Quest's DataFactory before, and it's not very good. Is there a free/inexpensive (or at most, a reasonably priced) tool that anyone knows of?
    Regards,
    Dave

    Hi,
    on the search for another tool i found this one
    http://www.turbodata.ca/help/testdatageneratoroverview.htm
    Claudius

  • Trillium Software Data quality Tool integration

    Hello,
    We are going to iinterface in a proof of concept environment a data quality tool with a SAP CRM 4.0.
    The data quality tool is coming from Trillium software and is certified by SAP.
    I don't find help and documents concerning the interface between SAP and Trillium.
    could you give some information or example of implementation.
    Thanks in advance,
    Christophe

    Hallo,
    all our certified third party interface integrations can be found in a directory www.sap.com/softwarepartnerdir
    You can found the certifications of Trillium here http://www50.sap.com/softwarepartnerdir/companyname/company.asp?partnerid=22058
    We don't provide more details, therefore we ask you to contact the vendor directly for more infos.
    Best regards,
    Katarina Fischer
    SAP Integration & Certification Center

  • Using the "Data Merge Tool"

    Hi everyone,
    I have a 2 questions about the data merge tool. I understand how to use a CSV file to replace dynamically any text I desire.
    1. Can I use this same tool to replace pictures? Say, like if I create baseball cards for an entire team.
    2. If I use it for creating business cards, but I only need to create ONE card at a time... I like how the "Records per document" option that optimizes the page size to fit as many as possible. Ok, to the question; How can I print one record at a time, multiple times (say 20 per page) and include art for the other side of the page (double side print, that does not contain variable data, just a background)? I just need to make sure the tool knows how to line the art up, so that when it is cut, the front and back art is aligned properly.
    Thank you for your time.
    Rafa.

    Hi Lori
    Many thanks the binding was set to 'none'.
    Regards
    Dave

Maybe you are looking for