Display the rating result in the Renderlistitem form

Hi Experts,
As per my scenario, i want to display the rating results like the average rating of the document and rated by some peoples in the renderlistitem form for every news. I added the link for feedback and rating in the renderlistitem, it's shows every news. Default, it will be displayed in the rating form below of the rating option. Now i want same thing in the renderlistitem form, because before give the rating i need to see the rating result and then give the rating of the news. How to achieve this, pls help me on this.
Thanks and Regards
Prakash T

set colsep to a delimiter that is not normally part of your data like |
also setup the environment with these other setup commands
Set Echo Off;
Set Concat Off;
Set Pagesize 9999;
Set Feedback Off;
Set Verify Off;
Set Term Off;
Set Space 0;
Set Colsep '|'
Set Underline Off;
If you wanted to use a comma delimiter the setup would be same but the set colsep='","'
with the addition of concatenating a " on the first col and last col of the query
eg.
-- if first col and last_col are character types then
SELECT '"'||col1,....,last_col||'"'
FROM table;
Otherwise if either is a number they would have to be converted with a TO_CHAR

Similar Messages

  • How to generate and display the pdf form as a web dynpro abap view

    Hi,
        I filled the value in the table and displayed in the view,In that view i have one button"TOPDF".
        My requirement is,if i click that button,i want to display the table in the PDF output.
        For the above requirement,i created another view with interactive form,In that view i created one "pdf" Node and  "soure" as a attribute of Type-xstring.Then i binded the soure attribute withe "pdfdatasoure" of my interactive form  view.
        Now my doubt is how and where can i pass the table values to pdf output.
        can any body cleare my doubt with some sample code.
    Thanks in Advance.
    Regards,
    Ravi.

    Hello Ravi,
    Best would be to bind the dataSource of the InteractiveForm ui element to the parent node containing the table's data. Then specify a name of a template to be created in the templateSource and hit <enter>. Some popups later, the system will have created a template from the structure of the context. All you need to do now is to drag&drop the data structure inside the template designer to the template itself. This will result in a table. Save, activate and return the Web Dynpro view. Don't forget to unbind the pdfSource and enjoy.
    Best regards,
    Thomas

  • HOw to display the show form in News browser insted of render listitem dire

    Hi,
    I have created a xmform .
    I have entred some data using the news authoring .
    when I see the content thru news browser, By default it displays the content which in defined in my xmlform render listitem .
    I want directly to display my xml show form rather then my render listitem.
    how to achieve this ?
    Should I have to do some coding on this ? if so can some one guide me to achive this ?
    thanks
    pkiran

    Hi PKG,
    I think the easiest way to achive this, is to design your RenderListItem form like your ShowForm and restrict the number of items in your collection renderer to "1".
    So a list is rendererd with exactly one item.
    Kind Regards
    --Matthias

  • Displaying the Oracle Forms 10g

    Hi Everyone,
    I need help on this one.
    I am currently running Oracle Forms 10g and I want to display the Calendar object on an item in my module.
    I have attached the relevant libraries i.e Calendar and added the program units as required so in my module there are two additional data blocks that is
    DATE_CONTROL_BLOCK and DATE_BUTTON_BLOCK and I have my canvas and the DATE_LOV_CANVAS.
    What code do I had to the KeyListVal trigger to enable me to display the Calendar at runtime?

    Hi,
    Actually what I want to find out is how to include a
    Calendar in my Form Module at runtime.That wasn't your initial post's question, and what do you mean by at runtime??
    You need to have the objects you stated in your first post in the form to be able to show the calendar at runtime.
    If you have the Forms Demo read the help files they have explained everything in it. If not you can download it from [url http://www.oracle.com/technology/sample_code/products/forms/index.html]here
    Tony

  • Display the HCM Form in Webdynpro

    Hi all,
    I have a HCM processing form, which I need to display in the Web dynpro application through Interactive form UI element. To do this I am binding the Template ID (I am getting the template id from tcode - PHAP_CATALOG ) with the data source of the UI element.
    Now my query is, before displaying the form in Web dynpro application for first time, there are some pre-populated fields in the form (i.e. Employee name, Employee number). I need to populate the data in these pre-populated fields when form displays for first time.
    Do anyone have any idea on this requirement. Please suggest.
    Thanks
    Sanket sethi

    Hi Sanket sethi,
       if I'm getting it right, you have made one Dynamic Node from where you are opening Interactive Form. If this is the case, then check whether you have defined the layout as of Matrix Head Data. Like suggested in post --
      [Re: Dynamic context and tables]
    Or, to have a full wiki on this, you can check --
       [http://wiki.sdn.sap.com/wiki/display/WDABAP/dynamiclayoutmanipulationinWD+ABAP]
    Assuming that you have done all these steps correct, I'd suggest to check whether the navigation had been made properly or not. For that, you can have a look on this post --
       [Re: Webdynpro abap- navigation to context node]
    Thanks.
    Kumar Saurav.

  • How to display the edit form(xml form builder ) in the iview

    Hi all ,
    i'm doing one appication in xml formbuilders . i cerated a form and i call that form into a folder in documents of content manager. i  able to dispaly the show  form . now i want to edit the content of the from through portal iview . i tried using KM navigation portal .but i am able to diaplay the edit form .
    can any one tell me how to do this
    thanks
    rajeev.

    You need the right UI command. Look into the delivered NewsExplorer and NewsBrowser Layout Sets. http://help.sap.com/saphelp_nw70/helpdata/EN/6a/e8df3dffadd95ee10000000a114084/frameset.htm

  • PE51 - How to display a custom result in a PE51 forms?

    Hi experts,
    I want to display the result of a specific Module Function in a PE51 form (payslip).
    The module function returns a table with a proper contain for each employee / period.
    I don't know the size of the table (number of lines) for each employee, and data may change.
    For example 2 pieces of payslip from 2 employees :
    Name : Mr Smith
    Entry 1 | Good Father
    Name : Mr John
    Entry 1 | Tall
    Entry 2 | Funny Guy
    Please, could you help me to find a standard friendly solution?
    I imagine I have to use a window with a specific line and so on but I don't know "where" to insert the module function call and which table I have to fill.

    Do you think it's impossible to display a specific table in a PE51 form respecting the standard?

  • On the web how can I check the user role to display the form suitable for this role i

    Hello
    How can I check on the web the use role to display the a form for each role
    Example
    If the admin login I display admin_form.fmb and if user login I display
    user_form.fmb
    Thankx
    Tamer

    In my forms I hide tab pages according the role using something like the following script in the WHEN_NEW_FORM_INSTANCE trigger.
    So the user can not navigate to tabs which are vorbiden by his role.
    CURSOR users_roles_cur IS SELECT granted_role FROM user_role_privs
    WHERE username=(SELECT user FROM dual);
    user_roles_rec users_roles_cur%ROWTYPE;
    IF users_roles_cur%ISOPEN
    THEN
    CLOSE users_roles_cur;
    END IF;
    OPEN users_roles_cur;
    LOOP
    FETCH users_roles_cur INTO user_roles_rec;
    EXIT WHEN users_roles_cur%NOTFOUND;
    MESSAGE (user_roles_rec.granted_role);
    PAUSE;
    IF RTRIM(user_roles_rec.granted_role,' ') = 'BLA-BLA'
    THEN
    tb_pg_id := FIND_TAB_PAGE('activity');
    IF GET_TAB_PAGE_PROPERTY(tb_pg_id, visible) = 'FALSE' THEN
    SET_TAB_PAGE_PROPERTY(tb_pg_id, visible, property_true);
    END IF;
    END IF;
    END LOOP;
    CLOSE users_roles_cur;
    Other solution may be is to use an initial form which only will detect the user role and run the appropriate form.
    Other solutions are also possible.
    Joseph

  • How to create custom forms in the xml form builder

    Hi all ,
    can anyone give the brief on
    when we creat a project we get defaulty edit ,show and renderlist forms . what are list edit and listshow forms . what is the use of those forms.
    how can we create out own customised forms ? and how can we call the customized and listedit and list show form in the Portal.
    thanks
    Rajeev

    Hi,
    Edit form
    You use this form to create or change individual documents (for example, single news items). Typically, this form contains input fields in which you can create content (for example, the title or text for a news item).
    Show form
    You use this form to display a single document. Typically, the Show form displays all elements of a document (for example, the title, author, and all the text contained in a news item). Do not use entry controls on the Show form.
    RenderListItem form
    You use this form to define the layout of a list entry in a folder in the flexible user interface. Typically, you display some of the elements of a document, such as the title and summary of a news item, on this form. You call up the Show form if you want to display the entire document.
    You do not create pushbuttons or links for creating, changing, or deleting XML documents in the RenderListItem form. You define which commands are to be displayed using command groups of the flexible user interface. You can create several iViews for displaying the same XML documents with different command groups.
    ListEdit form
    You use this form to change a list of documents. Typically, this form contains pushbuttons for creating, changing, and deleting entries. You call up the Edit form if you want to change or create content. You call up the Show form if you want to display all entries.
      ListShow form
    You use this form to display a list of documents. Typically, this form only displays part of a document element (for example, the title of a news item). You call up the Show form if you want to display the entire document.
    Refer this documents
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee639033-0801-0010-0883-b2c76b18583a
    Regards,
    Kumar

  • WebUtil getting the URL of the current form

    Hi after reading through the documentation on WebUtil I am not sure whether the utility will allow you to get the URL that is in the browser that the user is using to display the Oracle Form that it is running from. I need this as I have to issue web.show_document commands based on the users URL and need to know the URL to figure out which server they have come from in order to issue a web.show_document command with a URL that the user will be able to read. Does anyone know if this is possible or other ways of achieving the same result
    Also has anyone got an unsupported version of WebUtil for Forms 6i as I am currently on AIX 4.3.3 and need to get our Unix teams to upgrade to AIX 5 before I can even start to think about Forms9i/10g and Oracle 9i/10g
    regards,
    [email protected]

    Mark,
    wweb.show_document() can take relative Web addresses too, which means that automatically the server that the Forms was downloaded from will be referref by the URL. Assuming
    http://myserv1:9999/forms90/f90servlet...
    is the address you started Forms Services on,
    web.show_document('/mydir/mytest.html','_blank');
    requets for a URL
    http://myserv1:9999/mydir/mytest.html
    So in fact you don't need to know of the URL.
    WebUtil does not provide this functionality, but it would be easy to add. So let me know if my suggestion using web.show_document() doesn't work as you want it and I'll add this as an ER for WebUtil.
    Fran

  • How do I remove the Submit Form button?

    I am using Acrobat Pro 9 with LiveCycle. I have created an interactive form and did not include a button to e-mail the form. When the distributed form is opened, there is a purple bar across the top with instructions to click "Submit Form" and  "Highlight Fields" and "Submit Form" buttons. I do not want this form e-mailed back to me. It just needs to be saved by the user and uploaded at a later time. Saving it after the user fills in the fields is not the issue. That is working fine. But the user may be confused by a button saying they should submit the form. Plus it is my e-mail address in the field and I don't want all these forms showing up in my e-mail box. This happens whether I choose to distribute it with "Automatically download..." or "Manually collect..."
    Does anyone know what can be done to prevent the form from displaying the "Submit Form" button?
    Also, one user did get get a warning when saving about that not being the optimal way to send the data. I believe it said to press submit form. I'm sorry, I was not relayed the exact warning, but it was something to that effect. It did, however, save correctly.

    Pzaidel: YOU are a freakin genius. Great suggestion-worked perfectly! Here's how I did it with a form created in Indesign:
    Do entire backgrnd layout in Indesign-convert to regular PDF.
    Open New doc in LC-standard way-create all fields.
    After completion when you open it in Adobe Acrobat, you will see the "Submit Form" at the top next to "Highlight existing fields".
    Go back to your LiveCycle doc and:
    Highlight and ctrl+c copy all fields onto clipboard. [I don't think there is an option to copy fields anywhere within LC]
    Do as Pzaidel suggests above: create new LC form [you cannot avoid selecting interactive form....but didn't seem to matter].
    Import your PDF layout from InDesign [or word].
    THEN Paste all fields back into form.
    TA DA! No submit button.
    AND after importing and placing all fields, I even included a print button that works on the bottom of the form so anyone could see-it must be printed and cannot be submitted-at least by a button.
    Thanks so much for the fix!!

  • Removing the rendered forms from the preiview form of the xml template

    Hi All,
    I want to remove the Rendereforms ,show forms after clicking the preview button in the xml form. Can any one help me in this regard.
    Points will be awarded for helpfull answers. Many thanks.
    Regards,
    Raghu

    Well, I suspect there won't be any easy way to hide the window frame. Every window has a visible boarder. It may be possible to write a pjc that can override the coloring of the frame, but unfortunately I have no example of how to do this. Another option might be to use an inline frame (iframe) to display the entire form. Basically, you would create an html file which includes an iframe and the source of that frame will be your form. Create the frame slightly smaller than the form. Make the form's window not movable (in the Builder). It might also be necessary to set the form's window X/Y position to a negative value, for example -2. This would cause the left and top side to fall behind the iframe. The bottom and right side will be covered by the fact that the iframe is smaller than the form. So, the html part might be something like this:
    <p align="center">
    <iframe src="http://server:8888/forms/frmservlet?form=myForm" frameborder="0" scrolling="no" height="598" width="798"></iframe>
    </p>

  • Hi I want to create a search form with drop down search criteria. This form should then search on the same site and display the search results. Is there HTML available for this? Or an oline site that I can use to build this form? I created a form in Jotfo

    Hi I want to create a search form with drop down search criteria. This form should then search on the same site and display the search results. Is there HTML available for this? Or an oline site that I can use to build this form? I created a form in Jotform.com, but this form doesn't search the site, instead it sends me an e-mail. Do you have a solution for me? Thanks.

    Hi I want to create a search form with drop down search criteria. This form should then search on the same site and display the search results. Is there HTML available for this? Or an oline site that I can use to build this form? I created a form in Jotform.com, but this form doesn't search the site, instead it sends me an e-mail. Do you have a solution for me? Thanks.

  • How to increase the size of the applet/ form displayed on the bowser

    kindly guide me how to increase the size of the applet / forms displayed on the browseri.e the width and length of the forms/applet so that i can display all the controls on the form .
    thanks with regards

    i changed the value of width and height in formsweb.cfg file in my devsuite_home/forms/server/formsweb.cfg , i am able to see the result when i compile and run the form in devsuite, whereas the same is not reflected when i run the same form in application server.
    when i tried to change the value of abbovementioned file in oracle_home /forms/server/formsweb.cfg of the application server file , the file does not have the applet wdth and applet height values. in fact this file does not have any applet information..
    pls guide
    thanks with regards.

  • How can i get the order form to display only those fields selected by user?

    Hi everyone,
    I'm a newbee so please bear with me.
    I would like to create an interactive form in a multi-page format. I would like to display our fifty odd products, divided into 5 different categories. The client browses through these pages then selects those that he wants to buy.
    The interactive order form at the end should display only the client’s choices along with the Total purchase order.
    In short, a little like a on-line catalogue and cart/basket that we see while buying online.
    Now, I've created my pdf brochure, and I have the order form on page 12-13 at the end with the subtotal, Vat and Total ...all that's fine. My only problem is I want the order form to display only those items selected by the user and not the entire list of items as shown in my current order form.
    Have a look at my pdf here http://www.upperside.fr/vijee/mpls09ex/EXHIBITOR%20SPECIAL%20ORDERS2010.pdf
    Can someone please help me/guide me to the right resources that I need to look up to achieve my end result.
    Thanks a lot in advance.
    Vijee

    The poster already posted at the Acrobat Users Community, Interactive Forms that sums up a client order from catalog. The sample form posted to Acrobat.com was a revision of the sample form that came with Acrobat 4.0. There are some fairly advance scripts, templates, and document level functions involved with this form.

Maybe you are looking for

  • When you close a blanket po do all of the po lines get closed?

    In 12.1.3 all po lines are being closed when the blanket is closed.  User is saying that they previously had to manually close each line when the blanket was closed. 

  • How to create form in LC to fill and save by Adobe Reader ?

    Hi there, please advise me, how I should do form in LifeCycle. I would like to send by e-mail this form, and I would like to be able to open it, fill and save customers by use of the basic Adobe Reader. Importantly, the recipient must be able to stop

  • CSS Themes in ABAP Web Dynpro

    Hi friends, did anybody follow the steps in http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75aaf8 successfully  ??? It seems I cannot use the Eclipse Theme Editor to modify the Themes because I am using basis com

  • Urgent please rsvp asap, POP acct. erased by bad tech, Recoverable???

    I had what started as a small problem where my mailbox onmy mail server was full and needed to be erased. Had to get on server through browser. Had to change password temp to do this, afterwords it rejected the password through Mac mail. I have a mac

  • Getting error please help

    1747 : 42000 : java.sql.SQLException: ORA-01747: invalid user.table.column, table.column, or column specification java.sql.SQLException: ORA-01747: invalid user.table.column, table.column, or column specification      at oracle.jdbc.driver.DatabaseEr