Model based search in Jheadstart 11g

Hi,
I am using model based search with view criteria. I am using text input LOV's cascading and it is working fine. I want to show the description of the selected LOV beside it as read-only. Example : when user selects product id from the product LOV, I want to show the product description of the selected, in the search area. I am able to do with the input text, the only issue with that is the description is text input and user can enter value, and I don’t want them to enter value in description (make it read-only.)
If I make the description field hide/ not queryable description is not shown.
Any solution is greatly appreciated.
Thanks,
Srikanth.
Edited by: [email protected] on Mar 4, 2010 10:09 AM

Srikanth,
This is not a JHeadstart issue.
JHeadstart simply renders the <af:query> tag in the page, which renders the model-based advanced search.
Please use the JDeveloper forum for this question.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • How can I use Server level variables in a business model based report

    hi gems..
    I have declared one server level variable in the BI Analytics repository.
    Now I have made one business model based report.
    In one column I want to use that server level varible.
    I go to the formula tab of that column and then clicked on variable--> session --> put the name of the variable and click ok.
    But when i viewed the report, it is not showing the dates, rather it is showing the date format I chosed i.e DD-MMM-YYYY.
    please help..

    actually the previous problem got resolved...
    Now when I am trying to apply a filter on a particular column using that server variable, then it is showing that the varible has no value definition.
    I have clicked on the filter tab of that column-->add-->variables-->session variables-->then I put the name of the variable-->click OK.
    the following error is comming-
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 23005] The repository variable, Variable_name, has no value definition. (HY000)
    I have made that server variable from manage-->variables-->(right click) create new initialisation block-->gave the name and wrote the query and aslo gave the connection pool name and test that and it worked fine..

  • How to make a form-based search API using HTTPClient

    Hi,
    I am getting trouble to make an API that is related to making a site search by using a form-based search API by help of HTTPClient

    Hi,
    Something seems to get added to the form action because of "http". Hence I am removing it.
    You need to write a procedure with the values in the as parameters. Say for example you want to insert a record into dept
    table then
    Dynamic page code
    <html>
    <body>
    <form action="portalschema.insert_dept">
    <input type="text" name="p_deptno">
    <input type="text" name="p_dname">
    <input type="submit" name="p_action" value="save">
    </form>
    </body>
    </html>
    Procedure code.
    create or replace procedure insert_dept
    (p_deptno in number,
    p_dname in varchar2,
    p_action in varchar2)
    is begin
    if p_action = 'save' then
    insert into scott.dept(deptno,dname) values(p_deptno,p_dname);
    commit;
    end if;
    end;
    grant execute on insert_dept to public;
    Hope this helps.
    Thanks,
    Sharmila

  • Payload Content Based Search in PI

    Hello Experts,
    We are trying to implement Payload contenet based search functionality in our PI enviroemnt.
    One of the approch I can across is to have the message index using TREX index engine. This would allow us to do the message content based search from RWB itself.
    Can somebody give me a idea of how much does it take to have lience and configuration set up of TREX engine? Also, any link to a "How to guide" or any blog will be greatly appreciated.
    The other approch I could find out on SDN was to have a ABAP report to achieve the same.But, it is only recomended for a system where messages flowing through the system are very low.
    I would really appreciate If anybody can help me with more information or available documentation.
    - Rajan

    Hi Rajan,
    Please have a look at following blog:
    /people/alessandro.guarneri/blog/2006/02/14/super-message-monitor-for-sap-xi
    Kind Regards,

  • Missing SPML Search Services in 11g

    OIM 10g had some some SPML services to perform searches. This is documented at:
    http://download.oracle.com/docs/cd/E14899_01/doc.9102/e14763/spml.htm#sthref92
    These services seem to be missing (or have moved) in OIM 11g, 11.1.1.3.0.
    Any idea what happened? Is there still a way to do a search against OIM 11g via SPML services?
    Thanks
    Aspi Engineer
    Putnam Investments

    They are not available in SPML. They moved to IGF/CARML, this is available starting with 11.1.1.4 . Kind of a big change but then who uses SPML anyway
    http://download.oracle.com/docs/cd/E21764_01/oim.1111/e16588/toc.htm

  • Use Of Dictionary Based search help in adobe interactive form

    Hi friends,
       I wanted to export the search help value into corresponding field of Adobe interactive form.
      I am using dictionary type search help in WD context attribute property.  I am able to get the search help popup with right data on form. But if select some value it is not exporting data into the field and getting "entry too longer"  error.
    Can any one help out for this issue.
    Note : Wanted to use only dictionary based search help.
    Thanks in advance
    Naganath Mudale

    thanks

  • Creating result based search programatically

    Hi All,
    I am trying to create a simple result based search programmatically. I need to do this because I want the user to basically be able to select a specific table name and then the search adjusts the criteria and results automatically based on the table selected. If you like it is a generic query mechanism.
    I have attempted to do this by declaratively setting up the query region as far as possible and then adding the table fields and binding them to a VO instance that I have created (I also create the view definition programatically)
    The query region renders and the go and clear buttons are available, the result table renders and if I do a blind query it works fine and the result appear. The problem I have is that for the fields in the table that have queriable set to yes, the search region is not rendering the search fields.
    This is what I have done (all in process request for now to get it working)
    OADBTransactionImpl dbTx = (OADBTransactionImpl)am.getTransaction();
    OAViewDef viewDef = dbTx.createViewDef();
    viewDef.setViewObjectClass("oracle.apps.fnd.framework.server.OAViewObjectImpl");
    viewDef.setViewRowClass("oracle.apps.fnd.framework.server.OAViewRowImpl");
    viewDef.addSqlDerivedAttrDef("RECORD_ID","RECORD_ID","java.lang.String",Types.VARCHAR,false,true,AttributeDef.READONLY);
    viewDef.addSqlDerivedAttrDef("RUNTIME_KEY","RUNTIME_KEY","java.lang.String",Types.VARCHAR,false,true,AttributeDef.READONLY);
    viewDef.addSqlDerivedAttrDef("STATUS","STATUS","java.lang.String",Types.VARCHAR,false,true,AttributeDef.READONLY);
    viewDef.setSql(sqlStmt);
    am.createViewObject("InterfaceTableVO1",viewDef);
    OATableBean tableBean = (OATableBean)webBean.findChildRecursive("InterfaceTableVO1");
    OAMessageStyledTextBean leaf = null;
    leaf=(OAMessageStyledTextBean)createWebBean(pageContext,MESSAGE_STYLED_TEXT_BEAN,null,"RECORD_ID");
    leaf.setViewUsageName("InterfaceTableVO1");
    leaf.setViewAttributeName("RECORD_ID");
    leaf.setWrapEnabled(false);
    leaf.setPrompt("RECORD_ID");
    leaf.setQueryable(true);
    tableBean.addIndexedChild(leaf);
    The query bean and table have been defined declaratively, my hope was when I added the leaf nodes to the table with query able set to true that the framework would automatically figure the bindings out but it doesn't seem to be doing this.
    Could this be a UIX rendering problem that I need to get around somehow?
    Thanks
    Keith

    anyone got any ideas on this one?

  • Model based on ORACLE in Web Dynpro

    Hi all,
    Hi All,
    i want to create a web Dynpro application which would extract material data from ORACLE database. Apart from BAPI and WEBSERVICE, i dont find any provision or facility to build a model based on ORACLE.
    if there is a provision of building a model based on ORACLE, then please explain me in detail.
    kindly help me out in solving this problem.
    Regards,
    Venkat

    Hi Anil,
    thanks for your reply. the links that have been provided by you says EJB is required to build ORACLE model in web dynpro.
    is it not possible to build the model without EJB??
    my suggestion is::
    ill create a WSDL for the particular ORACLE table columns and expose it to web dynpro. then ill create a model based on this WSDL. can i use this method??how far this will be effecient??
    waiting for valuable suggestions....
    Regards,
    Venkat

  • Conditions in rule modeler based on user status

    Hi there,
    We work with incidents and problems in CRM 7.0 and I want to create a rule in the rule modeler based on the user status on my problem ZITP. But when creating the conditions I only get the standard user status from status profile IT00001, -2 and -3. I have created my own Z-status profiles, but I can't select them here.
    Any suggestions ?
    Best regards
    Annette

    Indeed,
    The coding in CL_CRM_SRQM_RULE_FIS_US_STATUS seems a little hardcoded to the standard status schema.
    SELECT stsma estat txt30 FROM tj30t INTO TABLE lt_status WHERE spras = sy-langu AND stsma LIKE *'IT%*'. "#EC CI_GENBUFF
    LIKE 'IT%' makes me think that all user status schemas starting with IT are selected, and not your Z-schema.
    My best guess would be to either create an OSS message to SAP, or create your own class (like the one mentioned, with just slightly different coding), and in customizing (check the note where it mentions settings to ORDER_STATUS_E), assign your own class and reset the valuet to "dropdown box".
    This should fix your problem.
    Regards,
    Pieter

  • Server Object model Vs Search object model

    Hi ,
    Is it preferred to use sharepoint sever object (powershell) model over Search object model for large data
    as search has dependency on crawling.
    Swati
    SP Page: http://www.facebook.com/SharePointQ SP Blog: http://swatipoint.blogspot.com

    Hi,
    Are you looking for server side object model vs Client side model?
    If yes, 
    Deciding Which SharePoint 2010 API to Use
    https://msdn.microsoft.com/en-us/library/office/hh313619(v=office.14).aspx
    please let us know , if not otherwise
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Does JDev/JHeadstart 11g work with an Oracle 8i database

    Hi All:
    We are trying to plan with respect to going to 11g in JDev & JHeadstart.
    Could anyone tell me if JDev/Jheadstart 11g work with an Oracle 8i database. One of our Vendor's db's is still 8i.
    Thanks very much.
    Mary
    U of W

    Mary,
    I don't know, it is not officially supported:
    http://www.oracle.com/technology/products/jdev/collateral/papers/10131/cert/database.html
    But this doesn't mean it won't work.
    Steven Davelaar,
    JHeadstart Team.

  • JHeadstart 11G tutorial files

    Hello,
    I want to start with the tutorial of Jheadstart 11G to get familiar with JHeadstart.
    In the tutorial you need some tutorial files. This stands under chapter 2.1 in the tutorial. In this chapter there is reference to point 2:
    "2. Tutorial Files for Offline Viewing and Database Setup [http://download.oracle.com/consulting/JhsTutorialFiles.zip]"
    This link doesn't work. Where can I get the source-files to start with the JHeadstart tutorial?
    Kind regards,
    Herman

    Hi Jean-Marc,
    I'm downloading the sources right now. Yesterday and this morning I got an 404-error page, strange..
    Thanks,
    Herman

  • Hands-on Lab - Search Oracle Database 11g

    Hi, i want to obtain, if is possible, the attached scripts files of the "Hands-on Lab - Search Oracle Database 11g" by Roger Ford. ( [http://gavinsoorma.com/wp-content/uploads/2011/03/11g_oracle_search.pdf] )
    I need more information about ses database source.
    Thanks
    Román.

    I've uploaded all the "supporting" files for this HOL to http://dl.dropbox.com/u/21167892/hol.zip
    Let me know if you need any other files, or any help in general.

  • How to handle a Model based on WSDL that is changed?

    Hi,
    I'm creating a webdynpro application based on several webservices. I created a model based on the WSDL of the webservices (just like in the e-mail demo). Now the WSDL has changed, new services are added and others have changed. How can I adopt these changes without deleting the model and recreating half the application again?
    Thanks,
    Jacco

    Hi,
    you have to create a new model with a new name and in a new package based on the new WSDL.
    BUT: You do not have to reimplement the whole application if you follow some guidelines:
    The model is not directely visible for the application. You have one certain custom controller (for example the component controller of a component, which wrapps the concrete model).
    You have to adopt only some internal stuff if the "model component". All other application components or views are only using the model component (for example by mapping the context nodes).
    Doing this, a WSDL update is only visible inside the model component and thw complete application using this model component is independet of the concrete model.
    Best regards
    Jochen

  • Did JHeadstart 11g capable to convert 10g forms to 11g  ADF Faces?

    We would like to purchase JHeadstart. We are using Oracle 10g Database , Forms & Report. Ours goal is to convert 10g forms to 11g ADF Faces. Which version of JHeadstart could capable to convert 10g Forms to 11g ADF Faces Directly? Need yours valuable suggestion/consultancy.

    Shahed,
    Thanks for your interest in Oracle JHeadstart. You should use Oracle JHeadstart 11g. You can buy the software through your local Oracle Consulting contact. If you do not have a contact please contact [email protected] and we will provide the right contact details. A good way to get a project like this started is through the Forms2ADF assessment service. You can read more about it in the factsheet http://www.oracle.com/technology/products/jheadstart/OracleForms2ADFAssessment.pdf.
    Regards,
    Ton
    Oracle JHeadstart Team

Maybe you are looking for

  • IPod classic and iTunes in the cloud HELP

    Evening all!! Decided to have a bit of an update. Backed up and manually synced IPad 3 to iTunes, then had a go with iPod classic. Firstly I noticed that I didn't have all the usual options of syncing etc and nothing happening with manual sync. In th

  • TOC Style not applying correctly

    I have a basic test InDesign document with a 'Paragraph Style A' applied to a few key headers throughout the document. I created a separate 'Paragraph Style B' for the table of contents to represent instances of Paragraph Style A. Style A is set to 8

  • How do I whitelist a Web domain in Internet Explorer 11 (Win 7 OS)?

    I want to whitelist a Web domain in Internet Explorer 11. That is, I want a searcher using IE 11 to be able to go to only one website and have all other sites blocked. We are in a public environment and I don't want users going to Facebook, etc. The

  • Unable to upload to ftp host (little oak)

    I contacted little oak, and they said I need to request A ...something (program talk I don't understand), and they can set it up so I can upload. I can't figure it out. no matter how I put in the paths they give me, it will not connect. I am ready to

  • Itunes crashes when trying to sync Contacts

    My itunes crashes when it tries to sync contacts with Outlook. I cannot even select the Contacts tab to change the settings. When I click the Contacts tab, itunes crashes. Has anyone experienced this problem?