Row Repeater

Hi All,
I am having a requirment, where in, on action of a button i am displaying  a pop up. In this pop up i am having search functionality & after retriving the data if click on OK button of pop up the data should be displayed on my first screen.
If this process repeats means if want to add more data how could i do that using row repeater??

hi Mr Khan,
  Well wht i understood from your requirement i am giving you following solution by considering that you know webdynpro abap .
Step 1: In first view you created a button ADD.
Step 2: After clicking your ADD button you call other window which will act as pop up and in this new window you embed a view in which you have your search crieteria and table result.
Step 3: Now in second window's view when you select particular row from the table again you have to close this windo and call the first view and pass this data ie lead select to the first view.
NOTE : for this solution the most important thing is you should knw how to migrate your data from one window to other window efficiently.
regards
pankaj

Similar Messages

  • RTF Header Rows Repeat in eBus BI Publisher (5.6.3)

    Hi,
    I have been struggling to get the Header Rows Repeat functionality working when generating RTF output with the eBus integrated BI Publisher - currently eBus 11.5.10.2 with ATG H RUP 7. The "How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12" Note (362496.1) doesn't provide anything more specific than 5.6.3. Based on the "Naming and Versioning" sticky note from Tim, I think this is equivalent to 10.1.3.2.
    According to http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416/bip_misc_101333.htm, this functionality is not available until BI Publisher 10.1.3.3.3.
    To "Overview of Available Patches for Oracle XML Publisher (embedded in Oracle E-Business Suite)" Note (1138602.1) does not list any stand alone patch which seems to be refer to this functionality.
    Can someone tell me if this Header Rows Repeat in RTF output functionality available with the eBus integrated BI Publisher? Or do I need to log an SR?
    theFurryOne
    Edited by: thefurryone on Sep 14, 2010 5:01 PM

    Hi Tim,
    Thanks for that - the 7487412 readme doesn't say anything about the RTF header bug fix being included, but the Bugs Resolved by this Patch lists 6270261 (ER: RTF Output to support set Table Header Report, Table Row Keep-Together).
    Patch # 7487412 is only available in R12, but with the specific ER number, I was able to find Note # 861915.1 (I couldn't it find with my keyword search) and this note indicates that 11i patch # 7702372 should resolve the problem for me in 11i (and it's readme explicitly documents 6270261 as being fixed by the patch).
    Thanks again,
    theFurryOne

  • Deleting a row from a Row Repeater

    Hi All,
    How could i delete a row from a row repeater??????
    I am using REMOVE_ELEMENT method from IF_WD_CONTEXT_NODE interface... Is this the correct way!!!!!!.
    Is there anyother way to do the same?????
    Best Regards.
    Shafiq Ahmed Khan.

    Hi
    first u get the index from the context element. with the help of the index u can get that particular element using get element.
    then u remove the element .
    check this code.
    CALL METHOD context_element->get_index
      receiving
        my_index = lv_index.
    CALL METHOD lo_nd_rcf_edu_det->get_element
      EXPORTING
        index        = lv_index
      receiving
        node_element = lo_el_rcf_edu_det .
    CALL METHOD lo_nd_rcf_edu_det->remove_element
      EXPORTING
        element          = lo_el_rcf_edu_det
    receiving
       has_been_removed =
    Declare a parameter context_element in the method of type if_wd_context_element
    regards
    chythanya

  • Header Row Repeating Erratically

    Hi,
    I have a problem with a dynamic table using Adobe Lifecycle Designer 8.0 and Adobe Acrobat Professional 8.0.
    The table starts with a header row and a single row. The user can add additional rows and the table flows onto multiple pages. Everything appears OK, but when EITHER the user goes back to page 1 or if the user closes and reopens the file, there can be multiple header rows repeated on page 1. Sometimes there might only be 2 header rows, but other times there can be upwards of seven header rows one on top of the other.
    This is wrecking the layout and my head. Has anyone had similar problems or could give me a direction as to where I am going wrong.
    Thanks in advance.
    Niall

    Hi,
    I am facing the same issue.
    My table header has 2-3 rows of data...the data is populated dynamically. The text fields are set to expand, so I have to make the subforms to flowed.
    As soon as I set the subforms to Flowed...evrything overlaps on the second page.
    Please help.
    Regards
    Neha

  • Dynamically populating a row repeater

    Hi,
    I have a requirement  wherein in the UI i have to populate a link with a delete icon for each of the selected(multiple via f4) records. This would be 0..n. The row reaptor should have 2 columns. The contents are generated on the fly as and when the records are selected. In the Webdynpro view we jst have a transparent container and a button.
         Can anyone suggest how do we go  about this? [I also tried using a row repeater ui element in the view but it actually repeats the same row :).  ]
    Regards,
    Abhay

    I hope you already created table column with link_to_action UI element as cell editor and created another attribute in the context node which is binded to your table UI element.
    You just need to bind the imageSource property with the newly created context attribute.
    In the event handler of the onSelect of the table.
    get the lead selected element and set the new attribute to value 'ICON_DELETE'
    Abhi

  • Issue with Row repeater

    Hi All,
    I am using a row repeater UI element to display the results of search. Once the results are displayed the user can navigate to a different page in the row repeater. Lets say the user navigates to page 5. Now when the user goes back and modifies the selection criteria, the row repeater still displays page 5. This time there might be no data in page 5. How can we go back to first page.
    Thanks,
    Pooja

    Hello Pooja,
    I didnt see any method available in the CL_WD_ROW_REPEATED to reset it. Alternative what I can think of is to reset the view elements. But I'm not sure whether this will have impact on you other UI elements. May be you can try this
    1. create a member variable in Attributes tab (MR_VIEW) of type ref to IF_WD_VIEW
    2. in the WDDOMODIFYVIEW, write the following code
    if first_time = abap_true.
       wd_this->mr_view = view.
    endif.
    3. in the search method or in the event handler method for search, call reset_view
    wd_this->mr_view->reset_view( ).
    this method will reset all the UI elements in the view
    other alternative would be to place the Row_Repeater in a transparent container. And during search delete the old row repeater and create a new one and bind the data source.
    BR, Saravanan

  • DropDown by Key and Row Repeater

    Hello,
    I 've build a form inside a rowrepeater, inside the form there are several empty drop down by key.
    The key value table of each dropdown by key belong to the selected country grouping (an input field with search help inside the form).
    OnEnter event of the molga field, I call a BL to fill the key value table and get the index of the form (regarding to the dataprovider of my row repeater).
    Here is the structure of my context:
    CONTEXT _
                     |_CTX_COLL (0:N)
                                  |_CTX_DROPDOWN (1:1)
    * --- GET MOLGA --- *
    * navigate from <CONTEXT> to <CTX_COLL> via lead selection
      lo_nd_ctx_coll = wd_context->get_child_node( name = wd_this->wdctx_ctx_coll ).
      lo_nd_ctx_coll->get_static_attributes_table( importing table = lt_ctx_coll ).
      read table lt_ctx_coll into ls_ctx_coll index iv_index.
      lv_molga = ls_ctx_coll-country.
    * --- GET DROPDOWN NODE INDEX REFERENCE --- *
      lv_idx_str = iv_index.
      concatenate 'CTX_COLL.'
                  lv_idx_str
                  '.CTX_DROPDOWN' into lv_path.
      condense lv_path no-gaps.
    * navigate from <CONTEXT> to <CTX_DROPDOWN> via index selection
      lo_nd_ctx_dropdown = wd_context->path_get_node( path = lv_path ).
      lr_node_info = lo_nd_ctx_dropdown->get_node_info( ).
    * --- SET DROPDOWN --- *
      lt_value_set = wd_assist->get_priority( lv_molga ).
    * set values (table) to context attribute
      lr_node_info->set_attribute_value_set(
       name = `PRIORITY`
       value_set = lt_value_set

    well ehrr
    I see two completely different implementations
    the context dropdown must be used with a drop down by INDEX
    the value set must be used wth a dropdown by KEY
    as you have a ddk, it uses the value set
    furthermore, you set the value set on the dropdown context
    try the index one
    I'm not sure what you are trying to do, but try the following option
    you have a node in which your dropdown field resides
    make a subnode with the values for that field
    fill the subnode depending on the selected country (don't forget to invalidate the node when the country changes)
    bind a ddi to the dropdown values in the node
    the value set is defined on node level, not on element level
    so setting a different value set per element won't work i'm afraid
    correct me if i'm rong
    Edited by: Tom Van Doorslaer on Apr 3, 2009 3:48 PM

  • Using Row Repeater - adding a remove row button

    I have an input field on my view for users to enter Project Numbers along with an Add Button.
    When the user enters a project number & clicks on the add button, I append that project to my row repeater. this is working fine.
    In my Context, I defined my row repeater as having 2 attributes: project_num and rem_row.
    I bound my row repeater to my context node. I wanted to use a Button element as my rem_row, so a user could click on the icon and I could remove that particular row.
    However, I can't bind the Button to the rem_row attribute of my context.
    is there a way to find out which row the user selects?

    what i've done is place a checkbox in the second field and evaluate that on the "on toggle" event. then delete the appropriate row.
    this works, but i'd really like an icon there instead of a checkbox and "Remove Row" text

  • Row repeater use.

    Hi,
    I would like to know how to use Row Repeater, UI Element,  in WD. I want to create a layout for email where recipients can be more than one. so the Input field has to be accordingly set for input from user.
    Regards
    Piyush

    I agree with Silke, for this kind of requirement I prefer the multipane as well.
    Online help for the RowRepeater:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/93d3792e8c60d6e10000000a114a6b/frameset.htm
    Online help for the Multipane:
    http://help.sap.com/saphelp_nw70/helpdata/EN/df/da8b412bb5b35fe10000000a1550b0/frameset.htm
    I'm afriad that unless you provide us with more specfics on where you are having problems, that is about all the help I can offer.

  • Reset Row repeater Ui element

    Hello,
    how can I reset a row repeater, when the user clicks on an action button, the row repeater should be intialized,
    can anybody tell me how can I resolve this?
    thank you

    Invalidate node bound to RowRepeater dataSource
    ROWREAP_NODE->INVALIDATE( ).
    Regards,
    Nikhil Bose

  • Header row repeat for each page?

    Hi all. I have a rtf template with a table with 4 rows and lets say there 4 rows are headers but doesnot have any formfields....
    I have a seperate table with form fields beneath it. I need my header tbale to be displayed on each page in output.
    I am unable to do it.
    It is really urgent.
    Can any one please help.
    I searched for solutions in this forum. It didn't work.

    Hi ,
    Check this i think it will helpful for you
    http://winrichman.blogspot.com/2008/09/repeat-table-header-in-all-pages-in-bip.html
    see the comments also in that link...
    Thanks,
    Ananth

  • My table header row repeats on page 2, but not thereafter -- why?

    The header row on my dynamic table will repeat when the table overflows onto the second page, but if it flows over to a third or fourth page, the header does not repeat.  Why is that?  I'll be happy to send the form with the troublesome table via email to someone who can help,
    Thanks,
    Jenny

    hi, its weird !!
    pls fwd it to [email protected]
    Abhinav

  • Second row repeats when printing

    When I print a spreadsheet the second row of information repeats on each page. How can I stop this?

    I guess that it is defined as a header row.
    Insert above row 3 a standard row in which you will copy/paste the contents of row 2 then remove the row 2.
    After that you will have a single header row so only this one will repeat on different pages.
    Yvan KOENIG (VALLAURIS, France) samedi 9 janvier 2010 22:18:46

  • Rows repeating themselves, without incrementing row count

    Well, here's my problem. As the title says, some of my data's repeating itself. I first thought it might come from loops, but it quickly became obvious that it wasn't the case. It's especially strange since my table count doesn't take in consideration the repeated lines.
    Here's the part of my code that interests us :
    While Not rs.EOF
        package = New Package(cnn, CLng(rs.Fields("No_Package").Value))
        nbModules = nbModules + package.get_nb_modules
        dataset.item.AdditemRow("PACKAGE NO." & package.get_id)
        dataset.item.AdditemRow("Has " & package.get_nb_modules & " modules")
        dataset.item.AdditemRow("Date : " & package.get_date_creation)
        dataset.item.AdditemRow("Actual nb of rows : " & dataset.item.count)
        rs.MoveNext()
    End While
    It should get me something like this :
    PACKAGE NO.X
    Has X modules
    Date : [some date]
    Actual nb of rows : 3
    [and so on]
    But here's what I get :
    PACKAGE NO.X
    PACKAGE NO.X
    Has X modules
    Has X modules
    Date : [some date]
    Date : [some date]
    Actual nb of rows : 3   [<-- odd]
    [and so on]
    If it's a known bug or issue, I'd really like to know how to solve it. In any case, I haven't modified any parameters regarding my fields, report or printer.
    Thanks.
    Edited by: carle_al on Apr 27, 2009 11:45 PM

    Visual Studio 2005 (version 8.0).
    Crystal Report v10 (with the label Business Object, used in the studio). Can't tell the patch level though.
    Window application.
    In designer and preview everything goes just fine, as with the header and footer fields. My only problem goes with the "body" (not sure it's the right name, I use a french version).
    Not sure neither of what you mean by on the fly. Once the program starts, I fill my dataset and send my report to a report viewer for testing. I checked how it behave when printed directly and it ain't got any better.
    Here's the part where I send it to the CRviewer :
    cr.SetDataSource(dataset)
    CRviewer.ReportSource = cr
    Nothing fancy.
    Thanks.

  • Code Look - Row Repeated, just one

    I've got a single row that's repeating in the middle of my
    code-block, and I
    can't see why. I wonder if you guys could take a peek and let
    me know if
    you see where I went wrong.
    Here is my results, note article #16 (number beside title) is
    repeated
    twice.
    Front Page Stories
    Status Title Pic? Action Other Group Publish Date Expire
    Date
    EXPIRED 31-Church Ragtime CDs and DVDs Edit Delete E R A D
    Choir
    06/28/2006 09/30/2006
    EXPIRED 29-Reflections on the General Convention... Edit
    Delete E R A
    D 06/28/2006 08/31/2006
    EXPIRED 1-Pardon our Progress... Edit Delete E R A D
    03/16/2006
    04/15/2006
    EXPIRED 30-Annual Visit from the Bishop Add E R A D
    06/28/2006
    07/3/2006
    EXPIRED 3-Calvary is Online! Edit Delete E R A D 03/13/2006
    07/16/2006
    EXPIRED 15-Katy Trail Biking Trip Edit Delete E R A D
    06/14/2006
    07/14/2006
    EXPIRED 16-Our Progressive Church Add E R A D 06/15/2006
    07/15/2006
    EXPIRED 16-Our Progressive Church Add E R A D 06/15/2006
    07/15/2006
    EXPIRED 32-Rotary Youth Exchange Add E R A D Youth
    06/29/2006
    07/31/2006
    Now, here is the code block for that section (I have not put
    in Recordsets
    or SQL statements:
    //create the header for the table
    echo '<h3>Front Page Stories</h3>
    <table border="1" cellspacing="0" padding="0"
    width="740px">
    <tr>
    <td
    width="70"><strong>Status</strong></td>
    <td
    width="250"><strong>Title</strong></td>
    <td
    width="80"><strong>Pic?</strong></td>
    <td
    width="70"><strong>Action</strong></td>
    <td width="110"><strong>Other
    Group</strong></td>
    <td width="80"><strong>Publish
    Date</strong></td>
    <td width="80"><strong>Expire
    Date</strong></td>
    <tr>';
    do { //This group creates the front Page listings
    $newsID = $row_rsNews['ID'];
    $newsPublish = $row_rsNews['Publish'];
    $newsFrontPage = $row_rsNews['FrontPage'];
    $newsTitle = $row_rsNews['Title'];
    $newsGroupID = $row_rsNews['Group'];
    //check to ensure group is not front page
    if ($newsGroupID == 1){
    $newsGroup = '';}
    else {$newsGroup = $row_rsNews['groupName'];}
    //$newsGroup = $row_rsNews['groupName'];
    $newsDatePublish = $row_rsNews['DateSubmit'];
    $newsDateExpire = $row_rsNews['DateRetire'];
    //check expiration
    if ($newsDateExpire < time()) {
    $newsDateStatus = 'EXPIRED';}
    else {$newsDateStatus = 'ACTIVE';}
    //check picture
    if($row_rsNews['Picture'] != ''){
    $newsPicture = "Y";}
    else {$newsPicture = '';} //if it's not reset to null, it
    never changes
    from yes
    if ($newsFrontPage == 1){
    $mcfp = '
    <tr>
    <td>'.$newsDateStatus.'</td>
    <td>'.$newsID.'-'.$newsTitle.'</td>
    <td>'.mcpa($newsID,$newsPicture).'</td>
    <td>'.mcai($newsID, $newsDateStatus).'</td>
    <td>'.$newsGroup.'</td>
    <td>'.date("m/j/Y"
    ,strtotime($newsDatePublish)).'</td>
    <td>'.date("m/j/Y"
    ,strtotime($newsDateExpire)).'</td>
    </tr>';
    echo $mcfp;
    } while ($row_rsNews = mysql_fetch_assoc($rsNews));
    echo '</table><br /><br />';
    mysql_data_seek($rsNews, 0); //resets the recordset so that
    we can re-use
    it.
    TIA,
    Jon Parkhurst
    PriivaWeb
    http://priiva.net.

    Rewriting entire section to place in multidimensional arrays
    to try to fit
    in with the "PHPBB" "Templated" system (tpl class files).
    Will let you know more later, will be on board attempting to
    create
    multidimensional arrays.
    I have to feed these to the templates in segmented sections
    w/o HTML. :(
    Onward!!!!!
    "crash" <[email protected]> wrote in message
    news:e9ogcd$qd8$[email protected]..
    > oh gross. it looks like it's my last line - i removed
    that article's
    > "front page" attribute, now it's repeating the *next*
    item 3 times.
    >
    > You see anything in my code that could be doing that?
    >
    > I'm heading to lunch, I'll get on this tomorrow morning
    - got some admin
    > to catch up with.
    >
    > Thanks,
    >
    > Jon
    >
    > "crash" <[email protected]> wrote in message
    > news:e9odu6$n55$[email protected]..
    >> good call Joe. Didn't see the forest for the trees.
    I'll remove some
    >> attribs and post back. (god i hate testing like
    this, obvious code
    >> errors so much better, lol).
    >>
    >>
    >> "Joe Makowiec" <[email protected]>
    wrote in message
    >>
    news:[email protected]..
    >>> On Thu 20 Jul 2006 11:53:14a, crash wrote in
    >>> macromedia.dreamweaver.appdev:
    >>>
    >>>> The data is not duplicate, just the process
    I'm using to write it with
    >>>> (tested from within recordset).
    >>>
    >>> I just don't see where in that code you could
    have a record repeating.
    >>> What happens if you delete that record? Or mark
    it with a date which
    >>> would
    >>> make it active, and so presumably not be picked
    up in this recordset?
    >>
    >>
    >
    >

Maybe you are looking for

  • How to create a group in SCOM 2012 R2 based on SCCM Collection?

    Is there a way to create a group in SCOM 2012 R2 based on sccm collection? I am planning to use that group for maintenance mode. Thanks, Samer

  • Is it ok to use a torrent client for mac

    I want to know that a torrent client is harmful for my macbook air(which is running on OS X MAVERICKS) I am bit afraid to download torrent books via a torrent client Please help me???? Thank you very much.......

  • Disk Utility - problems formatting a disk

    I recently purchased a Western Digital 1 Terabyte "My Book" and started having problems dumping video onto it from Final Cut. On the FCP forum somebody pointed out that I need to make sure my drive was formatted for the Mac (it wasn't). I didn't have

  • Acrobat 6 Converting Portrait/Landscape Pages

    Hello, I am trying to convert a document to PDF which contains both landscape and portrait pages but everytime you try to convert to PDF it runs through the process for a few seconds then everything closes. I have discovered that if I change the land

  • Import Website Into iWeb

    I have two Macs and I made a website in iWeb on one of them, so how do I import it into iWeb on my other Mac?