Guide for OA

Any good material in OAF which has all the functions, packages, interfaces just like a dictionary?
Thanks
Jim

Use the javadoc section of OAF. It comes bundled with the Jdev with OA extension patch in the docs folder.
--Shiv                                                                                                                                                                                                                                       

Similar Messages

  • Guide for J2EE Adapter Engine on WAS 6.40 with XI 3.0

    Hi all,
    we are currently struggling with our AE. We are going to migrate from Xi 2.0 to  XI 3.0, we run into problems while configuring our old J2SE AE (for which I have found a good PDF document on the SAP Service Marketplace).
    Now we would like to test/configure the J2EE AE on XI 3.0.
    But I cant find any guide for this on the SAP Service Marketplace. Does anyone know where to find this?
    Thanks
    Nesimi Buelbuel

    Hi Nesimi,
    There is a webinar replay of "Troubleshooting the J2EE Adapter Engine" at
    https://www.sdn.sap.com/sdn/webinar.sdn?res=/irj/servlet/prt/portal/prtroot/com.sap.sdn.wcm.compound.docs//library/uuid/47a9a361-0301-0010-d39a-dd40d34b2e9d
    Also make sure you check these links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars/configuring a local adapter engine.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/configuration guide - sap xi 3.0.pdf
    Regards,
    Sridhar

  • Installation guide for 9ias on RedHat Advanced Server 3

    Hi
    Does anyone has the installation guide for 9ias on RedHat Advanced Server 3 please? Thank you!

    there is an installation guide for oracle applic server 9 and above on red hat advanced server 3 in pdf format on the linux technology center page on oracle. here is the file link.
    "Install Guide: Oracle Application Server on Red Hat Enterprise Linux AS (PDF) May 2003"
    you may wanna check the following link for that page.
    http://otn.oracle.com/tech/linux/index.html
    is this what you are looking for?
    asif
         

  • Oracle Application Server 10g Installation Guide for Windows

    The link to Oracle Application Server 10g Installation Guide for Windows on the OTN Web Site don't work. Using search on site does not turn up any installation document for Oracle Application Server 10g.
    How can I find the Installtion Guide or the Quick Installtion Guide for Oracle Application Server 10g for Windows?

    Hi,
    The docs you seek are available through the OTN documentation pages at: http://otn.oracle.com/documentation/index.html.
    Click on the link for "Oracle Application Server Release 10g (9.0.4)" and then on the "View Library" link for part B10468_04 - Oracle Application Server 10g Online Documentation 10g (9.0.4.0.0) for Microsoft Windows.
    The Docs are located under the Documentation tab.
    Alternatively, here is the direct link to the Documentation Tab interface of the Library:
    http://download.oracle.com/docs/cd/B10468_04/docs.htm
    Regards,
    Les

  • Is there a way to create a plan guide for this query?

    How can i create a plan guide for this query,suppose i can't change the query text:
    USE AdventureWorks2008R2;
    GO
    SET NOCOUNT ON;
    GO
    -- query plan statement starts
    DECLARE @Group nvarchar(50), @Sales money;
    SET @Group = N'North America';
    SET @Sales = 2000000;
    SET NOCOUNT OFF;
    SELECT FirstName, LastName, SalesYTD
    FROM Sales.vSalesPerson
    WHERE TerritoryGroup = @Group and SalesYTD >= @Sales;
    -- query plan statement ends
    AdventureWorks2008R2's parameterization option is simple, i want this type of query can reuse plan:
    DECLARE @Group nvarchar(50), @Sales money;
    SET @Group = N'Other Country';
    SET @Sales = 88;
    SET NOCOUNT OFF;
    SELECT FirstName, LastName, SalesYTD
    FROM Sales.vSalesPerson
    WHERE TerritoryGroup = @Group and SalesYTD >= @Sales;
    I tried many times ,but it didn't work:
    declare @xml nvarchar(max) -- the plan i want to reuse
    set @xml = (select cast (query_plan as nvarchar(max)) 
    from sys.dm_exec_query_plan (0x060006001464570B405D92620200000001000000000000000000000000000000000000000000000000000000))
    -- create plan guide 
    exec sp_create_plan_guide 
    @name ='Test'
    ,@stmt=N'SELECT FirstName, LastName, SalesYTD
    FROM Sales.vSalesPerson
    WHERE TerritoryGroup = @Group and SalesYTD >= @Sales;'
    ,@type =N'sql'
    ,@params =N'@Group nvarchar(50), @Sales money'
    ,@hints = @xml;
    Thanks.

    I guess you don't wanna fire these queries "adhoc" but prepared instead to reuse the plan:
    exec sp_executesql N'SELECT FirstName, LastName, SalesYTD FROM Sales.vSalesPerson WHERE TerritoryGroup = @Group and SalesYTD >= @Sales',
    N'@Group nvarchar(50), @Sales money', N'Other Country',88
    exec sp_executesql N'SELECT FirstName, LastName, SalesYTD FROM Sales.vSalesPerson WHERE TerritoryGroup = @Group and SalesYTD >= @Sales',
    N'@Group nvarchar(50), @Sales money', N'North America',2000000
    Bodo Michael Danitz - MCT, MCITP - free consultant - performance specialist - www.sql-server.de

  • How can i obtain a user guide for the ipod nano 16GB 5th gen. with out printing it off the computor

    How can i obtain a user guide for the ipod nano 16GB 5th gen. without printing it off the computor.

    You can't, at least not the one provided by Apple.
    B-rock

  • Looking for Service Guide for HP Envy H8-1414

    My H8-1414 needs a new bluetooth/wireless card, and there is one on buy.com that I hope could work, but I can't locate a list of compatible cards for this PC.  Would a Intel Centrino 6235 IEEE 802.11n Mini PCI Express Bluetooth 4.0 - Wi-Fi/Bluetooth Combo Adapter - 300 Mbps - Internal - 6235AN.HMWWB work for this?  Thank you for any help you can give me, and if you know the link to download the service guide, that would be very helpful in the future also. 

    Hi tlcarrol, sorry to hear that you are having issue with your Envy computer. I have located a "Upgrading and Servicing Guide" for your system. Please click on the following link.  http://h10025.www1.hp.com/ewfrf/wc/manualCategory?cc=us&lc=en&product=5296859
    If this does NOT resolve the issue, please feel free to write back and I will do more research for you.
    Thank you for your time.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Beginners guide for netweaver administration

    hi ,
    i m a basis administrator . next month they r going to put me in  a project where xi is implemented .
    gurus what are the url's which guides for the sap xi administration 
    i m very new to xi...so can you also please say me what would be the job role for xiadministrator  ?
    is that very different from basisrole ?
    also if possible guide me for  netweaver administration ...
    thanks in advance

    First... download and digest the PI/XI Installation guide from SAP Marketplace.
    Then, you can go to the Exchange Infrastructure forum and search there as they have millions of threads like these one.
    Regards
    Juan

  • Step-by-Step Guide for connecting CRM with SAP R/3 system Server

    Hi Experts,
    For my ongoing project , I am in the need of connecting the CRM server with
    SD server.
    Can u share any Step- By Step  guide for doing that.
    I know that  the RFC connection has to be established between the system.
    Logical system must be create and all such stuffs.
    It is definitly helpful, If u can help me out.
    I would  to thank, appreciate and reward for your help
    Best Regards,
    Maniprabu

    Hi Mani,
    Follow the following steps :
    1. Create RFC destination for both the systems on CRM and R/3 in SM59.
    2. Create the logical systems and assign clients to logical system in SALE transaction both on CRM and R/3.
    3. Create a user in the R/3 table CRMCONSUM with the name CRM.
    4. Maintain the Middlware Parameter tables on CRM : Table SMOFPARSFA:
       Create an entry for following parameter entry:
       Key - R3A_COMMON
       Para name - CRM_DEFAULT_DESTINATION
       Value - R/3 logical system
    5. Maintain the parameter tables on R/3 system : CRMRFCPAR, CRMPAROLTP
        CRMRFCPAR :
        Create new entry with following data:
        User - CRM
        Object name - *
        RFC Destination - RFC destination for CRM
        Load types - All Load Types
        In Queue flag - X
        Send XML – No XML
        CRMPAROLTP :
        Create the following parameter entry:
        Para name - CRM_DEFAULT_DESTINATION
        User - CRM
        Value -  Name of the CRM logical system
    6. Create Sites and attach subscriptions in Admin Console : Tcode SMOEAC
        Create a Site as CRM and another as R/3. Attach the required subscriptions to the R/3 site.
    7. Register the queues in SMQR and SMQS transactions.
    PS : For detailed steps refer the Middlware Base Customizings(CR500 and CR100)
    <b>Reward points if it helps.</b>

  • Step-by-Step guide for developing a ADF application, does it exist?

    Step-by-Step guide for developing a ADF application, does it exist?
    Hi there,
    At our company we recently begun working on a project using Oracle ADF with
    UIX. We got the Oracle JDeveloper 10g handbook and we did a 5 day Oracle ADF
    course. A good way to start the project I think.
    One thing that bothers me though, is that I cannot find a simple clean example
    how to manipulate a record in the DB, going through all steps of MVC. I tried
    this forum, the books we got and google. It usualy explains a small portion
    of the steps needed, but never a complete example.
    I know people will probably say you can design what you want in various ways
    and that's its all up to the developer, this is also the power of ADF that it
    can be very flexible.
    However it would be nice to have a step-by-step example how to be able to insert,
    edit and delete a record. Showing all the steps that have to be made in the BC4J,
    struts and UIX, including creating triggers, seq, autocommitting etc.
    I think ADF is pretty complicated, therefore having a step-by-step example guide
    (design pattern) would be very handy for a beginner like me.
    Do such guides exist, are there developers who created such a guide for themselves?
    Would other developers find such a guide useful? I'm curious about everybody's
    opinion.
    A good example of what I mean by guide can be found here
    How To Build a Simple UIX Search Form, written by Shay Shmeltzer
    http://www.oracle.com/technology/products/jdev/tips/shmeltzer/setwhereclause/uix.html
    kind regards
    Ido

    Have a look at the ADF Workshop - it doesn't use UIX rather it uses JSP but I think it will give you the basics.
    http://www.oracle.com/technology/obe/obe9051jdev/ADFWorkshop/BuildingADFApplicationsWorkshop.htm
    Then have a look at the toy-store demo and the new ADF Case manual:
    http://download.oracle.com/docs/cd/B14099_10/web.1012/b19163/toc.htm
    http://www.oracle.com/technology/products/jdev/tips/muench/adftoystore1012/index.html

  • Best practice guide for Batch Load utility in Oracle UCM.

    Hi,
    Is there any best practice guide for Oracle UCM Batch Loader utility.
    We are looking for information regarding batch size in terms of number and size of contents. Also is there any loading time standards considering the contents are uploaded in filesystem where filestore provider is configured?
    Thanks,
    Krishnendu

    Hi ,
    There are no specific set of steps / practices for batch loading contents to ucm . It would be very much dependent on how many contents does the user have to load to UCM and how well the server is configured in terms of performance .
    You can get more details from the following documentation link : http://docs.oracle.com/cd/E21043_01/doc.1111/e10792/c02_settings009.htm
    Thanks,
    Srinath

  • Installation Manual / Guide For IDES ECC 5.0 / 6.0

    Hi All
    Please any one send me a complete manul / guide for <b>installtion of IDES 5.0 / 6.0.</b> Or send me on xxxx.
    Best reward Points Wait for You
    Thanks In Advance
    Message was edited by:
            Yaroslav Zorenko
        The distribution, participation in distributing or otherwise sending of this material is against the law. The material you are requesting is copyrighted material and available ONLY to customers of SAP. If you need such documents from the SAP Service Marketplace then you must have "S" user ID and login yourself to retrieve this material. If you do not have a "S" user ID then you should contact your own internal company groups responsible and request one or request them to retrieve the document for you.
    By participating and sending such documents you are at risk for legal action and a removal of your account here on SDN and BPX.
    DO NOT send material via email such as this! Further actions will result in officials within your company and your SAP Sales Account being notified and could result in legal action against you as an individual.

    hi,
    go to service market place for install guides go below link
    https://websmp109.sap-ag.de/instguides
    regards
    ajai

  • Where can I find a user guide for Lightroom 5?

    Where can I find a user guide for Lightroom 5?

    If you go to the "Lightroom Help" menu in LR this document is referenced near the top of the page.  I agree it is hard to find using internet searches. 

  • Where can I find a user guide for iMovie 11?

    Where can I find a user guide for iMovie 11, if one exists.
    <Re-Titled By Host>

    Greetings Lori2323,
    You can find a helpful iMovie guide by following the link below. Have fun learning iMovie!
    http://help.apple.com/imovie/
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • Where can I find a user guide for my brand new macbook pro?

    Where can I find a user guide for my brand new 15" MacBook Pro?

    You didnt mention which Pro you had so this link includes the retina..
    http://support.apple.com/manuals/#macbookpro

  • Where can I find a user-guide for the awfull Text-Editor used to enter/edit these forums entries?

    I am desesperate to understand how quite basic functions (just as one of many examples: how can I paste text, that I have formatted in MS Word and want to paste into a Forum Post-Entry?) can be done with the primitive and awful Text Editor used to enter/edit Forum Entries. Notice, that like many other Adobe users, I am not familiar at all with HTML and it is therefore a description of the badly named "Full Editor" that I am looking for.
    Where can I find a User-Guide for this Text Editor?
    My recommendation to Adobe: exercise enough  brute pressure on the developers of this primitive Text Editor to force them to provide something more reasonable, more powerful and more intuitive.

    Thank You Jochem
    I was trying to understand how I could do things as simple as inserting text that I had previously copied. Since there are neither command menüs nor buttons for the Insert of previously copied text, I was trying a mouse right click.....and was being offered in the context menu the choice between "Insert Link", "Insert Image", "Alignement", and "Insert Table"....... but no possibility of a plain insert of previously copied text.
    Now, I realize, that Clearstream supports at least the keyword shortcut of "Ctrl V" ........that I am not using in any other software (I never use any keyboard shortcuts).
    Since Clearstream does not support reasonable choices in the contextual menus, I will need to memorize the most important keyword shortcuts.
    By the way: I detected now, that the "Ctrl V" keyboard shortcut allows me to insert formatted text.
    Even, if I will now begin to be able to use reasonably Clearstream, I am quite surprised to see that such a software provides neither reasonable Contextual Menus, nor a User Guide, nor........
    Thank you again Jochem for your patience with me.

Maybe you are looking for

  • ICloud update messes with Regional Settings on non-English Windows 7

    I have Windows 7 in French. Since the recent update of iCloud (and also iTunes and Quicktime), my other software (Sage 50 Accounting) is dropping the digits entered after the decimal point. Strangely, while I have iCloud installed, when I open Sage 5

  • How to collect variant in transport request.

    Hi all, I have created variants using table TVARVC which I will use to populate values for variables in Information Broadcasting. But I dn't know how to transport variants. Please provide step by step to collect variants in a transport request. Thank

  • Warehouse builder repository creation

    Hi, Is there someone who had the same error like this: Error occurred during Seeding OWBSYS. Exception =java.lang.Exception: Exception occured in 'processLoadJavaToken'. oracle.ide.ExitNotAllowedException I got this error when I am trying to install

  • Territory management -acount assignment

    hi Gurus, I want to use territory management so be able to successfully establish relationship between Accounts & Territory. to see the automatic determination of territories to which account is assigned under 'Territories' assignment block on Accoun

  • How to create tabbed interface

    Does anyone know in depth turotials how to create a tabbed interface without loading the whole page every time I click on different tab? here is the example from adobe website. You will see the second tab table where you don't see to reload the page