Is there any tool like hibernate/ibatis for abap

hi all,
is there any tool like hibernate/ibatis for abap.  I want to exactly know whthr there is any object relational mapping tool for abap development.
is object based services a object relational mapping tool ?
thanks in advance
bye
babu

No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
"header"=""
"footer"=""
"margin_bottom"="0.1"
"margin_left"="0.10"
"margin_right"="0.10"
"margin_top"="0.1"

Similar Messages

  • Are there any apps like outlook but for the ipads?

    are there any apps like outlook but for the ipads?
    I want to manage my calendars appointments outlook is perfect but is it compatable for ipad

    Yes Outlook is Compatible for iPAD, but you have to buy it as an additional APP. However you can download something called "iCloud Control Panel" for Windows Machine & Install it. This would integrate all your Windows Calendar in Outlook to iCloud.
    Then enable iCloud in your iPad. All your contacts & calendars would sync automatically to your outlook on the windows machine. You can actuallu configure "Mail" app in the iPad to your exchange server.

  • Is there any tool like report writer in JDeveloper

    I want to generate printable(paper) report based on perameters . is there anty tool like report writer.

    No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
    You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
    We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
    "header"=""
    "footer"=""
    "margin_bottom"="0.1"
    "margin_left"="0.10"
    "margin_right"="0.10"
    "margin_top"="0.1"

  • Any tool like pkgtool2 exists for simple packaging

    I have used pkgtool2 [from Slackware]
    and know enough to get by with making TGZ out of a tree
    and some about making RPMs
    if there a tool in the works for simplfying package building ?

    galen wrote:doh, of course I know that
    pkgtool2 can be simply to use
    makepkg is not
    i dont know pkgtool2 really good (only tried once) ... but i built rpm's --- this is torture compared to makepkg (with namcap)
    makepkg takes maybe longer in the beginning ... with your first PKGBUILD created you start having a nice collection of PKGBUILD.templates and after some built packages you know how to build others fast
    and makepkg has a great advantage: once you have a textfile (PKGBUILD) you can build the package really easy ... also when the version changes or something else
    the only thing you have to have when using makepkg: have an editor you really like and you are able to work fast with ... nothing else is needed (well, an internet-connection for downloading the sources )

  • Are there any tcode like MD04 but for a list of material or material group

    Hello Experts,
    Some users want to have a list of dynamic stock (like  MD04), but for a list of materials or material group.
    Are there reports or standard transactions  for that? Or must make a specific?
    Thanks in advance.
    Said

    You want see teh PO number or req number etc but you will see the stock of open order etc.
    you want get exactly like MD04.........
    either you have to develope the custom program
    or use MD04 collectively based on MEP controller

  • Is there any tool uses Selenium tests for performance test

    Hello!
    I am looking for a tool for using performans test.
    I have Selenium test scenarios and I want to use them for performance tests.
    Which tools use Selenium tests for performance tests or
    Which are the best tools to test a JSF Application? Which experiences
    have you made?

    Hi,
    If you have the test kit installed i.e. the CTK , then you will find it under the corresponding test folder. For example , i have it under C:\Program Files (x86)\WindowsEmbeddedCompact7TestKit\tests\target\
    The test harness files , tux and kato can be found under 
    C:\Program Files (x86)\WindowsEmbeddedCompact7TestKit\harnesses\target\
    The above two files tux and kato would be required for running any tests on Windows embedded compact platforms.
    Depending on your platform , you may choose to use the corresponding binaries in the sub directory.
    Regards,
    Balaji.

  • Are there any apps like ibooks author for ipad or pc?

    I know that ibooks author is only for mac but there must be some app like that for ipad or pc could anyone tell me please

    Nope,  there is not.

  • Is there any tools or supported tools for codes check in/out?

    When a project is in a large scale, we usually will divide the system into several modules. Each one responsible for a module. Under such situation, when a programmer tries to modify his/her module code, the problem seems to have less impact. However, in case of development involving common files, I would like to have better control about program update to avoid the conflict of program versions (Just like the Visual SourceSafe supported by Visual Basic) Is there any tool like that?
    Thanks for any advise!

    Hi,
    JDeveloper supports three SCM systems out of the box which provide this kind of functionality:
    o Oracle Software Configuration Manager (SCM) is Oracle's own source control system. It's built on the Oracle database so is highly scalable and performs well. It also has a very high level of integration into JDeveloper and has been supported in the product since JDeveloper 3.2. More information here: http://otn.oracle.com/products/repository/content.html
    o CVS, probably one of the most commonly used SCM systems around because it's free, open source and very easy to use. There's a very high level of integration for CVS in the 9.0.3 version of JDeveloper. CVS doesn't scale very well to large teams, however. More information: http://www.cvshome.org.
    o ClearCase, a popular source control system from Rational Software.
    We don't currently support Visual SourceSafe, although we're investigating the best way to provide this in the near future.
    Thanks,
    Brian
    JDev Team (SCM)

  • Is there any tools can check for existed database ?

    hi all, is there any tools that can check for that existed database after inserted a database to Ms access??

    Then you'll open a connection and then do a Select from table to retrieve information. (and close afterwards)
    /Y 
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Are there any tools from NI can generate the pass-through layer (IVI class driver) for IVI class specific driver?

    IVI class driver (layer) will provide interchangeable feature for a IVI class specific driver. It would work as a pass-through layer and finally make calls to the IVI class specific driver. Since there could be a lot of functions to be passed through. Are there any tools from NI (Labwindows/CVI or Labview) can do this ?
    Thanks a lot. 
    BTW: the IVI class specific driver interface is generated from Labwindows/CVI tools.

    Hi Chris,
    Yes, I did.  To support interchangability, from my understanding of the IVI specs, there should be another layer IVI-C class driver on top of this IVI class specific driver. As in the IVI‑3.1: Driver Architecture Specification:
    Although IVI‑C class drivers export inherent,
    base, and extension capabilities, they do not actually implement them. Except
    for a few inherent functions and attributes defined exclusively for class
    drivers, class driver functions and attributes provide a pass‑through layer to
    the IVI‑C specific driver. An IVI‑C specific driver is responsible for
    implementing the operations of functions and attributes and for communicating
    with the instrument. The IVI‑C specific instrument driver contains the
    information for controlling the instrument, including the command strings,
    parsing code, and valid ranges of each instrument setting"
    So where is this IVI-C class driver and how is it created and communicate with my class specific driver?
    Thanks a lot.
    Cheers,
    IVI‑3.1: Driver Architecture Specification

  • Are there any tools for data encryption and decryption ?

    Hi,
    i am using oracle 9i R2, i want encrypt my data. Are there any tools available in market.
    Please let me know the ways to do data encryption and decryption.
    Thanks in advance
    Prasuna.

    970489 wrote:
    using DBMS_OBFUSCATION_TOOLKIT.Encrypt /DESEncrypt we can't secure our password...So i am looking for an another alternative.As Blue Shadow said, what are you really trying to achieve?
    Encrypting a password is itself not secure. Anything that can be encrypted can be decrypted. That is why Oracle itself DOES NOT encrypt passwords.
    Surprised??
    Here's what Oracle does with passwords, and what others should be doing if they have to store them.
    When the password is created, the presented password - clear text - is concatenated with the username. The resulting character string is then passed through a one-way hashing function. It is that hashed value that is stored. Then when a user presents his credentials to log on to the system, the presented credentials are combined and hashed in the same manner as when the password was created, and the resulting hash value compared to the stored value.

  • Is there any app like Nokia Ovi Suite for Apple5.

    Is there any app like Nokia Ovi Suite for Apple5.

    I think you're just as capable of doing an internet search as we are.  Try it!
    http://lmgtfy.com/?q=Is+there+any+app+like+Nokia+Ovi+Suite+for+Apple5

  • Is there any tool for developing Postscript code ?

    Hi Friends,
    Is there any tool for developing Postscript code ? (or)
    Is there any IDE for Postscript ? (or)
    Thanks & Regards,
    Navaneeth Sivappan

    Hi Navaneeth,
    > is there any tool for developing Postscript code ?
    An interpreter (GS or Dist), an ascii text editor and your PS skills ;-)
    > is there any IDE for Postscript ?
    Take a look in this Sourceforge project...
    http://sourceforge.net/projects/wxghostscript/
    ...is a Ghostscript debugger.
    MaRC anToni Malagarriga i Picas
    T·(34)938721642 | (34)667517069
    (][ www.femfum.com
    PostScript&PDF Tool Developers
    Desenvolupadors d'Eines PostScript i PDF

  • Is there any Tools for Code coverage for SQL Azure Database projects

    I need to capture data base code coverage for all the manual and automated test. this is for Azure DB, is there any tools available for the same? Please advise

    Hi,
    In order to code coverage for SQL Azure, use Microsoft Test Manager.
    This Link helps you in understanding and step by step procedures for manual testing.
    http://msdn.microsoft.com/en-us/library/vstudio/hh698492(v=vs.110).aspx
    Along with the above link also refer to
    http://msdn.microsoft.com/en-us/library/jj156172.aspx
    http://msdn.microsoft.com/en-us/library/jj156144.aspx
    Girish Prajwal

  • Is there any service like "kOversetFrameService" for indesign?

    Hi all
    I looked service providers there was "kOversetFrameService" for "incopy". is there any service like "kOversetFrameService" for indesign?
    thanks
    Hakkim

    Hi steven
    thanks for ur reply. I dont have much knowledge in sdk, how can i use it as seviceid. could u pls suggest?
    many thanks
    Hakkim

Maybe you are looking for

  • Multiple Contacts into a group?

    I would like to create a "group" contact of 9 members who are also individual contacts in the iphone. I want to be able to just click one entry in the contact list to send text messages to. Any ideas on how to do this? I tried to just add all of the

  • Getting error while running TestDbcConn.jsp in jdev

    Hi, We are implementing iStore 12.1.3. In order to create iStore jdev setup, I referred metalink note 1330599.1 (R12: How to Customize and Execute iStore JSPs from Oracle Jdeveloper?). I followed all the steps exactly as instructed. However when I ru

  • US & Canada's Reader Store closed. Migrate to Kobo-

    Reader Store: Your Transition to Kobo This is the last email received from Reader Store on how to migrate with a personal link: "Dear Reader Store Customer, On March 20, 2014, Sony's Reader Store closed and we are now transferring customers to Kobo,

  • I want sample code and tables for my requriement

    Hi Experts, I have MATNR(material no), Werks(plant) and date as selection screen fields Based on this I have to get procurement data. i.e Material Description Vendor Vendor name Product hierarchy Qty unrestricted Date product recieve at warehouse. i.

  • PKGBUILD "Project: Starfighter". Is all correct?

    I have created a PKBUILD for "Project: Starfighter" which btw is my first PKGBUILD. I would appreciate comments on this PKGBUILD before I post it on AUR. To make it build cleaner I had to change some paths in the makefile. I am not sure if I should n