LORD API docs and startup

Hi all!
I'm coming to SAP from java world, and I'm having difficulties in locating any bootload for the LORD API.
I need for starters some docs on how to have it on a B2C app, some api docs, best practices, etc.
Is there anyone who can help me with this please?
thanks for your time!

There is not much information available
https://websmp206.sap-ag.de/~sapidb/011000358700001818392008E
http://help.sap.com/saphelp_crmscen70/helpdata/en/43/5fdf495cf54a5f829f9f6f3f729d67/content.htm
http://help.sap.com/saphelp_crmscen70/helpdata/de/b1/805b4d86a1452db6d96b6f60a46f0f/content.htm
http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/50745dbb-e6ab-2b10-5988-c434dbbb40d6
Regards

Similar Messages

  • Downloading SE 6 API Doc

    Is it possible to download the entire Java™ Platform, Standard Edition 6 API Specification documentation?
    I once downloaded the SE 5 API doc and it is a big help to be able to use it when on-line access is not possible (i.e. - on an airplane).
    Thanx,
    Ron

    r035198x wrote:
    You probably could also generate from the src.zip that came with the JDK.Only as a last resort. It's much more complicated than you might expect, and it takes quite a while--much longer than a broadband download. Besides, there's a lot more in the download than just the API docs.

  • Create symbol and animate (example from API doc working?)

    Might be missing something simple, but this doesn't seem to work and it is right out of the API doc
    brand new edge animate file.
    make a rectangle - convert to symbol with name "kitten_paw"
    delete from stage
    paste this code in time line (say at 1000)
    sym.createChildSymbol("kitten_paw", "Stage");
    var kitten_sym = kitten_paw.getSymbolElement();
    kitten_sym.animate({opacity: 0}, 500);
    it creates the object but doesn't animate it - and console returns an error - edge.2.0.1.min.js:162Javascript error in event handler! Event Type = timeline
    Am I missing something?
    thanks!

    Try this:
    var kitten_paw = sym.createChildSymbol("kitten_paw", "Stage");
    var kitten_sym = kitten_paw.getSymbolElement();
    kitten_sym.animate({opacity: 0}, 500);

  • Need Java API doc for the preference Manager class

    Where can I get Java Doc for the following classes
    import oracle.webcenter.peopleconnections.preference.Preference;
    import oracle.webcenter.peopleconnections.preference.PreferenceException;
    import oracle.webcenter.peopleconnections.preference.PreferencesManager;
    import oracle.webcenter.peopleconnections.preference.PreferencesManagerFactory;
    Thanks,
    Bala

    The API is the same (that's the whole point with Java), and last time I checked there were programs on Linux that can handle zipfiles and html files. :)
    So yes, use the same.
    (That is, unless you have downloaded the windows help format api docs. Then you need to download the regular html ones.)

  • Use of LORD APIs from external Java application

    We have a need (business scnerio driven) to write an external Java application for Sales Order/Quotation entry. We have recently updated to EHP4 to make use of LORD APIs built by SAP for CRM processes. We are going through published APIs and learning them the hard way (tral and error). We are making progress but slow. Currently we are working through function group ERP_LORD which contains 32 function modules (ERP_LORD_LOAD etc)
    Does anyone know have documentation on basic order entry scnerios and APIs to use and further information on variations of ERP_LORD_SET that may save us some time?
    Any additional information will be appreciated.

    How will they be able to access your application if they aren't users of the system?

  • Can I use api which API docs doesn't describe

    I have a simple question.
    WebLogic 7.0 has many classes which aren't explained in API Docs.
    Can I use them?
    For example "weblogic.servlet.internal.*" and so on.
    Regards,

    Technically speaking, I don't think anything could stop from using
    public methods of this package as long as the classes are in classpath
    and so you can.
    Vimala
    Yuji Sakata wrote:
    I have a simple question.
    WebLogic 7.0 has many classes which aren't explained in API Docs.
    Can I use them?
    For example "weblogic.servlet.internal.*" and so on.
    Regards,

  • IPC 5.0 API doc is not getting generated   -: Note 809820

    Hello friends,
    I have setup development environment for IPC 5.0 on my machine.I used the information provided in PricingUserexitManualV102.pdf which is attached with SAP Note 809820. Everything looks set except for the fact that when i try to generate API documenation (*** <b>Activate the context menu (right mouse click) on
    build_api_doc.xml and select Run As -> Ant Build</b> ***), then its not getting generated and i get the IOException. Please can some one guide me how to generate API docs?
    Many Thanks,
    Dipender Singh (Dips)

    I have been able to resolve it. I just configured by path and java_home. ( it was done to setup installation of J2EE server slim edition). While doing this when i again tried to generate the docs it happened like .. as if using winzip.
    Regards,
    Dipender

  • Java API docs for MapViewer

    I'm looking for the Java API docs for the oracle.lbs.mapclient.MapViewer bean.
    The mapviewer .pdf file has an API section, but only inludes descriptions of some of the arguments passed to the various methods. I'm using the 9.04 release - where should I look for these docs and/or source code?
    Thanks,
    Eric Everman
    USGS

    OK - I found them. They are part of the 9.04 kit as part of the web application.
    ***NOTE: It would be if oracle had all of its javadoc in one location, rather then rely on installations to provide docs.***
    If others are looking for them, they are available as part of the installed web application at:
    host:port:context/mapclient
    Or, if you want file access to them, unzip the mapviewer.ear file that comes with the kit. From that unzip the web.war file. The viewerbean API docs are then located in the mapclient subdirectory.

  • API docs in JavaHelp format?

    The API docs are available in WinHelp and HTMLHelp formats. I was just wondering, has anyone heard of the API docs being provided in the JavaHelp format? If so, could you please provide relevant links?
    Thanks!

    Google has approximately one reference to a doclet which output in JavaHelp format. It doesn't appear to be available elsewhere. However, if you have to produce your own solution a doclet is probably the way forward.

  • JSF 2 : offline api references and recommended online ones ?

    Hello,
    I want to find an offline good reference on the jsf components.
    I'm currently learning about jsf 2.0 from core jsf 2.0 book + glassfish + cdi.
    I've found the online version such as
    http://download.oracle.com/docs/cd/E17802_01/j2ee/javaee/javaserverfaces/2.0/docs/pdldocs/facelets/index.html
    and
    http://www.jsftoolbox.com/documentation/help/12-TagReference/index.jsf
    , but so far i've been unlucky to find the offline versions of the api doc.
    Could anyone share offline versions of it, and maybe share other good jsf 2.0 references ?
    Thank you !

    There is a design forum.
    I think you have a few too many keywords in there. Hopefully someone with experience end to end might clear that up.
    You'd end up with a single class that has both hibernate and JSF annotations on it.Even if possible I suspect that no one is going to recommend that.

  • Any Java API doc for PJC

    Hi,
    I 've seen someone has asked about API doc for PJC (Pluggable java components) and there is no response on this matter.
    Can someone from Oracle give us some hints on this?
    Is this PJC still support in future version, it seems this will be phase out soon as the resource available for this components are so limited and it is discouraging people to use.
    But how are people able to progressively migrate traditional form to J2ee without some transitional products to support such migration?
    Regards,
    ana

    Hi,
    PJCs will stay, same for Java Importer. You are right that we didn't publish any Javadocs until yet. I'll takle this one up to again suggest to the developers. Only the minority of classes though are Forms classes, the rest are UI classes with consume from an internal group.Just to be clear, PJCs, JavaBeans and Java in Forms will not phase out.
    Note also that PJCs don't help you to migrate Forms to J2EE, they help you to use Java in Forms.
    Frank

  • Online ActionScript API docs broken

    The online ActionScript API docs have stopped working for me. I've tried accessing them from both Chrome and Safari and get the same behavior in both browsers. The filter options never load and the "Classes" section only shows two classes. The browser console shows a number of errors including some 404 asset loading errors and an uncaught exception.
    Adobe ActionScript® 3 (AS3) API Reference

    Possibly a really silly suggestion but have you tried clearing your cache? They seem to be working fine for me.

  • Looking for API docs

    Hi all,
    does anyone know where I can find the API docs for the package com.sapportals.portal.prt.service.notification esp. for the classes TopicDataContainer, TopicData and NotificationService?
    Regards
    Lars

    Hi Ken,
    Do you remember <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6961">the good old days</a>?! I always defended the point system, as in the early days, it was bringing much spirit into SDN, a bit like sports. There has been the time when Roberto, Rhich and me had a three month race, and for us it was sports, for the other users it was just luck to get that bunch of high-quality answers. These times have gone, the family spirit has gone etc.
    Nevertheless, not everything is bad. Rhich and Bhanu are still very very active, others have come up, too; but annoying answers and disturbing content like we can see here are increasing - if one imagines SND without this stuff, it's still great of even better than it has been two or three years before. Anyhow, the stuff is there, imagination doesn't help...
    I'm not sure how to change this, to conserve the good and to get rid of the bad. But I think that's also the problem of the SDN staff...
    Best regards
    Detlev

  • 'Reopen docs on startup' misbehaving

    DreamweaverMX 7.0, this may seem trivial but it's driving me
    nuts. A file that I last edited months ago keeps showing up every
    time I open Dreamweaver despite the fact that I immediately close
    it, work on others for varying periods of time, then close
    Dreamweaver. The 'Reopen docs on startup' feature is, AFAICS,
    supposed to only reopen the files that were open when Dreamweaver
    was exited. I thought 'no problem, I'll just find the list of
    reopenable files and delete this entry'----hah. Nowhere to be
    found. Where IS the list of reopenable files? Not in the registry,
    and nowhere on c: (Program Files, Docs/Settings, etc.), and not in
    Dreamweaver's install folder. Not the same as the MRU list, which
    is in the registry.
    Thanks.

    On about the fifth time reinstalling, it seems to work now.

  • Someone rewrite the JMF API docs!

    Anyone know if the data that comes out of an audio CaptureDevice is framed? Can it lose data (ie does it have a limited capture buffer?)
    This really should have a device independent front end.
    JMF is really, really bad. Unless you want to do absolutely nothing complicated or original. There's more to multimedia than streaming sound and video to or from a device. JMF is impossible to synchronise, or even get synchronised with. It does not define well the data it handles, and doesn't even interface well with the rest of Java!
    This forum seems as useless as t*ts on a bull, unless you want to play and MPG from disk, which sux because the API docs for JMF leave out alot of information.

    In case anyone here actually cares, I've given up. C++ here I come. Now it will take twice as long to develop but at least it will have some balls!

Maybe you are looking for