OAF Toolbox Tutorial Help - Search

Hi all
I'm going through the Toolbox Tutorials in the JDev documentation.
I've completed the "Hello, World" tutorial with no problems.
However, when trying to do the "Search" tutorial, I have a problem.
Task 2: Create Your Page's Model Components, Step 2.1 says the following:
- Slect TutorialLabs.jpr, right click and select New Business Components Package... from the context menu.
I am unable to find this option.
I have also tried to find this in the Gallery, but I can't see it there either.
I am using JDev for R12.0.0.
Any help appreciated.
Alex

I just had a look at the Jdev. I guess you should go ahead with the ADF Business Components and create the AM, EO, VO.
My feeling is that because of R12, its called ADF component, but it should correspond to bc4j of 11i. Create a sample AM, EO, VO and test.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Toolbox tutorial and sample examples for OAF

    Hi all ,please help me to get Toolbox tutorial and sample examples for OAF , and Jdeveloper 9i download link,
    please give me to get the above stuff. Thanks
    Thanks & Regs

    Hi,
    Looks like you are not in 11.5.9, your instance is 11.5.10.
    You can download the Patch 4573517 Oracle9i JDeveloper with OA Extension for 11.5.10 CU2
    from metalink, search with platform as Windows Clinet 32 bit.
    Then you can develop pages for your instance.
    Btw: what is the output for the following query,
    Select bug_number from ad_bugs where bug_number in ('4334965','4125550','4676589','5473858');
    Thanks.
    With Regards,
    Kali.

  • Controller in Simple Search in Toolbox tutorial

    Hi,
    I am very new to OA framework.I have just begun by learning from Toolbox tutorial provided in Jdeveloper 9i(I am working in 11.5.10.2).In Create search(simple search) we define Application Module,EO and VO(and other things like Associations).I am not able to understand how does AM gets called when we have not defined the controller.To put it as an example if I am giving 'B%' in empname field and then press "Go" button then how does AM get called?Does the system generate controller for this page on its own? I would be grateful if you can clarify it.
    Regards

    As per dev guide
    Many new OA Framework developers wonder just "how big" a controller should be. Should you have one per page, one per meaningful region (like a "Search" region), one per complex web bean (like a table) -- or what? Unfortunately, the answer is it depends.
    First and foremost, in a really simple page, you might not have any controllers (there is no requirement that you create controllers if they have no work to do). If you do need to write code, you should weigh the following carefully before deciding what controllers to create:
    the benefits of encapsulation -- ideally, a web bean implements its own behavior
    component reuse -- if a component is designed to be shared, it must be self-sufficient> practical code usability -- although a page comprised of eight regions could easily have eight corresponding controllers (each with a few, trivial lines of code), this > "pure" object oriented approach can make code maintenance more difficult, and it can cause unnecessary file bloat in your product
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • RE: SEARCH Task 4 & 5 in the Toolbox Tutorial 11.5.10

    Hi,
    I'm following the Toolbox Tutorial 11.5.10 but I’m using my own workspace and project, thus different data.
    I get the following error:
    Message was edited by:
    user552030

    I just forgot the output form the OC4J server
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\p5455514_11i_G.....................\jdevhome\jdev\system9.0.3.5.1453\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 5812 ms.
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
    TIME: runregion: initialization [0 ms]
    Tutalii: C:\p5455514_11i_GENERIC\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ICX DIAGNOSTIC: FND_TOP = C:\p5455514_11i_GENERIC\jdevhome\jdev\dbc_files\
    ICX DIAGNOSTIC: application_id = 665
    ICX DIAGNOSTIC: responsibility_id = 20667
    ICX DIAGNOSTIC: security_group_id = 0
    ICX DIAGNOSTIC: mEncryptedSessionID = s1UTz4qgCHm8bekP7kN2a8Qx:S
    ICX DIAGNOSTIC: mSessionID = 2045438067
    ICX DIAGNOSTIC: mTransactionID = 1554489126
    TIME: runregion: session and transaction creation [2000 ms]
    java.lang.IllegalArgumentException: Unknown signal: ALRM
         at sun.misc.Signal.<init>(Signal.java:126)
         at oracle.apps.fnd.framework.AppsDiagnosticsHandler.install(AppsDiagnosticsHandler.java:44)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.initializeSignalHandler(OAApplicationModuleImpl.java:473)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.<clinit>(OAApplicationModuleImpl.java:463)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:37)
         at oracle.jbo.common.JBOClass.forName(JBOClass.java:141)
         at oracle.jbo.common.JBOClass.findCustomClass(JBOClass.java:153)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:828)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:771)
         at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:517)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:456)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:313)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
         at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:359)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.createStaticAKApplicationModule(OAJSPApplicationRegistry.java:369)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModuleSync(OAJSPApplicationRegistry.java:344)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModule(OAJSPApplicationRegistry.java:333)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:855)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

  • Why does a topic that is not in the TOC show up in a help search?  RoboHelp 9

    I have two book (.xpj) projects in one directory.  They each have their own TOCs, but the directory has all the topics for both projects.
    In project A, the generated help output TOC looks correct, but if I do a search, I get a topic that is not in project A- it is not linked to the book.  It is linked to project B.   Do you know why the search would come up with this topic?
    What determines the topics that appear in a help search?  
    Thank you,
    Erin

    It's about a thousand years since you could have two projects in one folder. (Well at least ten. )
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How do I filter my Help search to eliminate unrelated items?

    I'm working in Illustrator CS 5, but this question really applies to any Adobe product:
    How do I get the Help search to limit results to items related to the actual program I'm using, and to the subject I enter in the search bar?
    For example, if I type "join" in the search bar and select Illustrator from the dropdown menu, and check "Adobe Reference Only" the first 6 items I get are about javascript and SQL programming. This happens for any help search I do. I assume there's a way to get useful results from the Help search and I'm just missing it.
    Suggestions, anybody?

    Barry,
    In addition to what Monika said, if some unwanted added word(s) fill the top of the search, you may add -[unwanted word] for the/each word after the wanted part.

  • Offline Photoshop CHC Help Search Malfunction.

    Photoshop help search isn't returning any results in offline mode. Please read this thread:
    http://forums.adobe.com/message/3213191
    The local help has been downloaded for all the Adobe Creativity Suite applications and is showing as "Current".
    The option under the left hand pane search box dropdown "Local" is selected.
    Filter results is correctly selected "Using Adobe Photoshop CS5".
    Searching for something like "brush" returns NOTHING in offline mode. (online mode works ok).
    The help document "Using Adobe Photoshop CS5" is vissible in offline mode (in the right hand pane) but just not returning any results when searched.
    All other offline help documentation (for the rest of the Creativity Suite) seems to be working OK.

    This issue should now be resolved via the update instructions posted here: http://forums.adobe.com/message/3216601#3216601

  • Help Search on screen field

    Hi. I've made a screen with 3 fields , in the screen painter, just for the user insert dates, but my problem its that if i push f4 i have the dates help search but the icon next to the field, normally for the help search, doesnt shows up... What its missing or what im doing wrong??
    Thk, Regards
    Message was edited by:
            joao martins

    Hi,
    Try this..
    Check the check box 'Possible entries' in the input field attributes..
    THanks,
    Naren

  • HELP SEARCH

    Hi!
    The problem is:
    I've created a HELP SEARCH for a field in a dynpro based on the T5ITQN, but when a user click on the matchcode, he must see only certain records of the table T5ITQN (this depends only by the "type" of user) and not all the records in the T5ITQN. How i can do this?
    Thanks for the answers.

    Instead you can try this solution -
    TYPES: BEGIN OF ztable,
             numde(20),
             kunnr(10).
    TYPES: END OF ztable.
    DATA: i_ztable TYPE ztable OCCURS 0 WITH HEADER LINE.
    DATA: v_choice TYPE i.
    PARAMETERS: p_kunnr LIKE kna1-kunnr DEFAULT '4290'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_kunnr.
      i_ztable-numde = 'JOHN05001'.
      i_ztable-kunnr = '1'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'PETE05001'.
      i_ztable-kunnr = '2'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'JOHN05002'.
      i_ztable-kunnr = '1'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'PETE05002'.
      i_ztable-kunnr = '2'.
      APPEND i_ztable.
      CLEAR i_ztable.
      CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'
           EXPORTING
                endpos_col   = 50
                endpos_row   = 20
                startpos_col = 1
                startpos_row = 1
                titletext    = 'Test'
           IMPORTING
                choise       = v_choice
           TABLES
                valuetab     = i_ztable
           EXCEPTIONS
                break_off    = 1
                OTHERS       = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        CLEAR i_ztable.
        READ TABLE i_ztable INDEX v_choice.
        MOVE i_ztable-kunnr TO p_kunnr.
      ENDIF.

  • Does Oracle Framework ToolBox Tutorial supported by 11.5.9?

    Hi guys,
    We have 11.5.9 instance and now we want to make an internal training with the tutorial sample. I have downlload the patch:
    FWK.H (11.5.9 or 11.5.10 base release)
         You need JDeveloper from Patch 4045639 (9IJDEVELOPER WITH OA EXTENSION ARU FOR FWK.H)
    But when we turn to the sample it self, we can't find the 2 necessary responsibility:
    OA Framework ToolBox Tutorial (responsibility key is FWK_TBX_TUTORIAL)
    OA Framework ToolBox Tutorial Labs (responsibility key is FWK_TOOLBOX_TUTORIAL_LABS)
    in 11.5.9 instance.
    I have the doubt that whether 11.5.9 support this tutorial sample? or we have other alternative way to do the similar thing?
    Thanks in advance.
    Scott

    What's more the db object of ak is also missing....
    Right now we just copy db object from 11.5.10 instance....
    Coping from a different version of instance might or might not work. To me also it looks like improper patching.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Help search in alv grid field

    Hello.
    How to assign a help search to a field of an alv grid control?
    I would like to use another help search different form the field reference.
    Thanks!!!
    Alberto

    Check the sample code:
        handle_on_f4             FOR EVENT onf4 OF cl_gui_alv_grid
                                 IMPORTING sender e_fieldname e_fieldvalue
                                           es_row_no er_event_data
                                           et_bad_cells e_display.
      METHOD handle_on_f4.
        IF e_fieldname = text-027. "Date
          PERFORM f4_date USING sender e_fieldname e_fieldvalue es_row_no
                                       er_event_data et_bad_cells e_display.
        ENDIF.
      ENDMETHOD.                    "handle_On_f4
    ENDCLASS.                    "lcl_event_receiver IMPLEMENTATION
    *&      Form  F4_contact_id
          F4 for Contact ID
    FORM f4_date  USING    sender        TYPE REF TO cl_gui_alv_grid
                           e_fieldname   TYPE lvc_fname
                           e_fieldvalue  TYPE lvc_value
                           es_row_no     TYPE lvc_s_roid
                           er_event_data TYPE REF TO cl_alv_event_data
                           et_bad_cells  TYPE lvc_t_modi
                           e_display     TYPE c.
      DATA: lv_anlage TYPE anlage.
      FIELD-SYMBOLS: <itab> TYPE lvc_t_modi.
      DATA: ls_modi TYPE lvc_s_modi.
      DATA : wa_field_tab TYPE  dfies,
             lws_date TYPE scal-date.
      DATA: lws_row_id TYPE lvc_s_roid,
            lws_tabix TYPE sy-tabix.
      DATA: li_ret_tab LIKE  ddshretval OCCURS 0 WITH HEADER LINE.
      CLEAR: ls_modi, lv_anlage, li_ret_tab, wa_final, wa_field_tab,
             lws_date, lws_row_id, lws_tabix.
      REFRESH: li_ret_tab.
      IF NOT er_event_data->m_event_handled = c_x.
        ws_f4_handle = c_x.
        MOVE es_row_no-row_id TO lws_tabix.
        READ TABLE i_final INTO wa_final INDEX lws_tabix.
        CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
          EXPORTING
            tabname           = text-012              "I_FINAL
            fieldname         = text-027              "DATE
            searchhelp        = text-038              "BU_DATE_CHAR
          TABLES
            return_tab        = li_ret_tab
          EXCEPTIONS
            field_not_found   = 1
            no_help_for_field = 2
            inconsistent_help = 3
            no_values_found   = 4
            OTHERS            = 5.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
        ASSIGN er_event_data->m_data->* TO <itab>.
        CONCATENATE li_ret_tab-fieldval+6(4)
                    li_ret_tab-fieldval+3(2)
                    li_ret_tab-fieldval+0(2) INTO lws_date.
        IF lws_date NE ''.
          IF lws_date > sy-datum.
            IF wa_final-zzmod_eff_code EQ c_03 OR
               wa_final-zzmod_eff_code EQ c_04 OR
               wa_final-zzmod_eff_code EQ c_05.
              wa_final-date = lws_date.
              MODIFY i_final FROM wa_final INDEX lws_tabix.
              PERFORM no_edit_for_date TABLES i_final.
              PERFORM alv_refresh.
            ENDIF.
          ELSE.
            wa_final-date = ''.
            MODIFY i_final FROM wa_final INDEX lws_tabix.
            PERFORM no_edit_for_date TABLES i_final.
            PERFORM alv_refresh.
            MESSAGE s001(zesspa) WITH text-037.
            EXIT.
          ENDIF.
        ENDIF.
        er_event_data->m_event_handled = c_x.
      ENDIF.
    ENDFORM.                                                    " f4_date
    Check the standard program <b>BCALV_EDIT_08</b>
    Regards,
    Prakash.

  • How to assign a help search

    Hi masters,
    i need to create a help search F4 for a standard field in tx ME51N. The field is AFNAM, it is located in the table MEREQ3211GRID. I created the search throught tx SE11 (zhelp_soli) and it works well.
    Now, how can i assign that help search to element AFNAM? I can't modify the standard table, because it asks me for a code. Do i need to get the permission from SAP to add that help to that field?
    I thought that i must be done without asking for the code to modify standard tables in SAP.
    Thanks..

    Hello Miguel
    Structure MEREQ3211GRID is used only within a very few program objects. I had a look into function group MEGUI and there is apparently no exit to modify fieldcatalog properties.
    Therefore, the easiest solution should be to modify the structure. For this you need the modification key for object R3TR TABL MEREQ3211GRID.
    Then you can add the search help field to the structure field MEREQ3211GRID-AFNAM.
    Regards
      Uwe

  • Help search Characteristic value

    Hi gurus,
    I need one help search for all existing characteristic values in the system.  I have a chareacteristic name, lets say XPTO and i want to show all existing values in the system that XPTO has in the AUSP.
    Can someone help?
    Thk,
    Regards

    Hi  friend there  is  no serach help  for your  characteristic value and the characteris  name ....
    so  one thing  you have to  create a serach help  it and  attach to there  data element  ....
    if you want  you  see  it by pressing in the F4 help ..  it wont work     because  there is no seaarch help  ......
    Girish

  • What do you recommend to get started with Dynamics Marketing? Book, You Tube, help searches, etc.? Please advise.

    Trying to get started with marketing using dynamics and tutorials, help searches and you tube seem to be fruitless. What do you recommend to get started? Buy a book to walk thru setting up company settings and creating campaigns? Need some easy steps on
    not what the software is capable of but how to do it with easy 1-2-3 steps.  Please share you thoughts!!

    Hi cb,
    I would recommend a few articles here. There are videos, walkthroughs and ebooks that you can take a look at the have
    a better understanding of not only what the product is capable of, but how to actually configure and work with it.
    Help & Training - Videos and ebooks
    TN Articles 

  • Community help search field ignores help files by default.

    I tried to search for "Blending mode", then "Option Bar" in the main support page, with Community help targeted, and I don't get any hot from the help files. http://community.adobe.com/help/search.html?q=option+bar&lbl=photoshop_product_adobelr&hl= en_US&self=0&area=0
    Must we now search from the help pages directly?
    Edit: I see that the results from "Community Help" is checked, but, one MUST select also " Only Adobe Content" AND "Adobe Refernence Only" to have the ACH results on top... creating this search string: http://community.adobe.com/help/search.html?hl=en_US&q=option+bar&l=photoshop_product_adob elr&area=0&self=1&meta=site%3Dphotoshop_cs5_all
    I do not remember having to click on three options to get ACH content...

    Should be fixed now. Let me know if you still see the problem.
    And big thanks for reporting it!

Maybe you are looking for

  • Approver name for outgoing payment

    Hi Friends, I want a query for outgoing payment with the Username of the person who approved this and along with requester (originator) name .To print on crystal report one for requester name and other approved person  name.

  • New Mac, Mail Troubles

    Just bought a new Mac and set up the mail application with my Gmail account. The only problem is, it's attempting to download every single email I've ever received. Needless to say I do NOT want this. How to I do so? Also, I should note that I also h

  • Smartform-printing problem

    hi gurus, The smartform is a letter fromat. The  selection  screen contains vbak-lifsk(Delevery block) its mandatory field and  vbak-vbeln . My requirement is to print all sales order no.'s and that sold to party details  and remaining is hardcoded.

  • Unlock iphone

    I still have my old Iphone 3. My contract expired last year and I purchased a new iphone 4. I would like to unlock my old iphone so I can use it when I am in Europe with any other sim card. Every cell phone I owned could be unlocked after the contrac

  • How do i open a new tab and its automatically opens to my home page

    when i open a new tab it goes straight to snapdo.com. how do i change this so when i open a new tab it opens straight to google without having to type it in or clicking a bookmark button?