How to have contents of one page update another

Hello.
I have an updatable report. Let's call it updatable report "A". I want the user to have two options:
1. Punch the data right into the fields of the updatable report "A" and submit it.
2. Click on a link that will pop up another page with a report "B" of already stored data. Checkmark the rows on report "B" that are of interest and then, by clicking "submit" on this report "B", have the selected data from the pop-up report "B" move into the corresponding fields of the updatable report "A".
Can this be done? If so, how?
Thank You
Boris

Hi Boris,
Is your question is
Can we do multi-row update for few selected rows?
If Yes try this link
tp://forums.oracle.com/forums/thread.jspa?messageID=2562054&#2562054
Kind Regards
Rana

Similar Messages

  • How to include iview from one page to another using FPM

    Dear experts
    using ECC6 NetWeaver 7
    I have followed this WIKI guide step by step.
    How to include iview from one page to another using FPM?
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=118423928
    On step 4 I couldnu2019t create an Iview based on view u201Cpersonal datau201D u2013 it was not possible.
    The view wasnu2019t there (in comprehend to the  WIKI)
    What could be the reason?
    I have full authorization on the portal.
    Thank in advance for your help.

    Please check this.
    Re: Organizational History iView
    /thread/370447 [original link is broken]
    Regards,
    Sandip

  • Need to Copy a subform along with content from one page to another page

    Hi All,
    I am new to Adobe Live Cycle .
    I am facing a particular problem in one scenario.
    I have a growing list of item i.e the number of Items are uncertain. I have put all these item in a sub form.
    Now I need a copy of this sub form from the First page to the 2nd Page.
    Basically , I want to copy a Subform along with the content from one page to another.
    Can anybody please help me.

    In source project open Tempo List (the one that is a list editor). Select all tempo changes and "copy them (command+c)
    close project
    Open destination project, open Tempo List delete all information and paste (command+V). Remember that Logic should be stopped at the exact position where the first tempo event happens. This is ussually 1.1.1.1, but check it in the source before closing it.
    hope this helps.
    regards

  • How do I switch from one page to another in Safari

    When I have more than one page opened in Safari I do not know how to switch one page to the other. Thank you in advance. Denny

    If you mean switching from many open windows you can use the Window menu or click and hold down the mouse button on the Safari icon on the dock.

  • How to Copy Contents of  One HD to Another HD?

    I use a G4 QuickSilver 2002; run Mac OS X 10.5.8 Leopard.  I would like to copy the contents of one old hard drive to the main hard drive.  How do I do it?  I tried using Disk Utility, but didn't know what to next once the Disk Utility folder appeared.  Enclosed please find picture of DU.  I'm trying to copy disk named Hard Disk to WD1200 Boot Drive.

    Alll the Disk Utility can do is clone an entire drive. In the process the Destination drive is erased. Is that the result you want? If so do this:
    Clone using Restore Option of Disk Utility
      1. Open Disk Utility in the Utilities folder.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Select the destination volume from the left side list and drag
           it to the Destination entry field.
      5. Select the source volume from the left side list and drag it to
          the Source entry field.
      6. Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    If you want to copy files to the Destination without erasing the Destination, then you can do that using Drag and Drop. Select the files you wish to copy and drag them to the Destination drive. Note, that if the Destination is a boot drive, then be sure you only drag your files and data - no system files.

  • How to transfer content of one calendar to another one

    Please, can you advise on a protocol to transfer the content of one calendar content onto another without having to go ibto individual items and cjhnage the calendar? e.g. moving entire content at once. Many thanks.

    What calendars?
    iCloud, Google, Yahoo?

  • How to pass data from one page to another

    i have a table with multiselect and i want that in the moment i select some rows and press on a button in the other page should be displayed only those data i have selected from previous one.... how can i do this? any link or example for this case?
    thanks in advance :)

    If the data you are retrieving from the excel file is just a few fields, then you can get them all on the first page and store them as public variables and use those variables on the different pages. But if you are getting a lot of data per page, then it would still be a good idea to get them all on the first page but store them as arrays. Then, on each page you can use the array you need.

  • How to transfter data from one page to another one

    Hi everybody,
    I have got a page index.jsp which includes menswear button, chirldrenswear button and womenswear button, but user click one of them , it will go to another page called display.jsp to display all products information, if button mensware is clicked , it will display menswear, childrenswear clicked to display childrenswear. I
    I want to do this way : >/display?ID=menswear< or id is integer
    and in display.jsp, it will get ID and use it to get the menswear from database. But I dont know how to do in JSP, Thanks in advanced

    Let's say for simplicity's sake, you have them as links on images...
    <img src="mens.gif" border="0" alt="Menswear" />
    <img src="womens.gif" border="0" alt="Womenswear" />
    <img src="childrens.gif" border="0" alt="Childrenswear" />
    Then in the display.jsp page, to read the ID:
    String id = request.getParameter("ID");
    or
    int id = Integer.parseInt(request.getParameter("ID"));

  • How to copy wndow from one page to another

    hi
    i need to copy a window from first page to second page in a form
    how to do it
    can utell me the complte process
    regards
    arora

    i am getting option of  when clicking copy element
    from window
    to
    window
    and radio butto
    .) copy without text element
    .)copy with text element
    wht to chose
    also my problme is that i have coded a code in a window1 to display " pack" which is not a main window
    this is displaying in the first page of putput but not from seocond onwards
    whereas the window1 exists in both the pages
    so do we need to copy the window 1 to page 2 also even if it iw already tehre is we make any changes in code that also i need to know
    and if yes how to do it?
    regards
    Arora

  • How to write contents of one file to another file

    We have some file Recon80 (RECON80HB01141005.TXT) which need to be modified . i.e we need to add 2 more columns in the file and write the file record into other file with trailer information. Please suggest to accomplish along with code snippet in SSIS 2008.
    PFA

    Easiest way is to use script task to add header and footer information. 
    http://agilebi.com/jwelch/2008/02/08/adding-headers-and-footers-to-flat-files/
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to replicate data from one page to another page

    I have a five page document that has the same information on all five pages but each page goes to a different person. I want to fill-in the first page and have the information replicate to the other four. Any suggestion?

    Are you using LiveCycle (XML form)?
    If so you need to set the binding for the fields to "Global".

  • How to pass thevalue from one page to another

    Dear all
    I have two pages
    1-creation page
    2-search page
    in creation page I have column as name in that what ever I give that value pass to search page to corresponding column in search page
    eg: in creation page column name value I given like this A%
    the same corresponding A% value passed to the search page in that column name A%
    when ever I submit the button as goes to search page.
    Plz help me
    Thanks in Advance
    Mahesh

    Dear all
    Dear Gaurav
    I have two pages
    1-creation page
    2-search page
    in creation page I have column as name in that what ever I give that value pass to search page to corresponding column in search page
    eg: in creation page column name value I given like this A%
    the same corresponding A% value passed to the search page in that column name A%
    when ever I submit the button as goes to search page.
    The above requirement is working fine using session but i want to save that value in the database,
    i given view instance and view attribute it is showing some error
    Plz help me
    Thanks in Advance
    Mahesh

  • I have downloaded the latest pages  update on my iPad, but my iMac still has version 4.3 and I cannot find out how to update it only desktop. When I try to send something from my iPad pages to via email to be opened on my desktop in Pages, it won't open P

    I have downloaded the latest pages update on my iPad, but my iMac still has Pages version 4.3, and I cannot find out how to update it on my desktop. When I try to send something from my iPad pages via email to be opened on my desktop in Pages, it won't open in Pages. I get a message that it can't be opened because the version is too old. I sent the document as a PDF and it worked. But I want to be able to use Pages back and forth. HOw do I update the Pages version on my desktop iMac?

    The file format used by the iOS versions of the iWork apps can only be read by the new iWork apps on your Mac - i.e. Keynote 6, Pages 5 & Numbers 3. Those versions for the Mac require Mavericks, OS X 10.9. The "too old" error on a Mac comes if you are trying to open an iWork '08 or earlier file in the newest apps. If you do have the newest apps you can open the files from your iPad.
    If you can't or don't want to upgrade to Mavericks & the newest iWork apps your best option would be to export/share the files from the iPad to a type an older version of iWork can read such as Word, text, Excel, etc.
    Or contact AppleCare. They made this mess, let them fix it.

  • I have three "pages" of apps, not all of which are full.  How do I move an app from one page to another to consolidate?

    I have three pages of apps, not all of which are full.  How do I move apps from one page to another to have full pages?

    Hook your iPad up to your computer and iTunes and move them from within iTunes.
    Or
    Hold down on one of  your apps until they all start to wiggle. Then hold down on the ones you want to move and drag them on the screen. Drag them to the middle left to move them left,(such as from page 2 to page one) middle right ot move them right,(from page 2 to page 3) rearrange as you want.
    When you're done, tap the home key and everything should stop wiggling.

  • I have an HP Photosmart C4180 all in one printer scanner and copier, I can't figure out how to scan more than one page at a time and then send as a PDF file via email

    I have an HP Photosmart C4180 all-in-one, printer, scanner and copier.  I can't figure out how to scan more than one page?  It will only let me do one page at a time and then I have difficulty sending pages 1, 2 and 3 as one docuement.  Any ideas??
    Thank you, Jetteski

    Hello Jetteski,
    Hello Jetteski, Thanks for the post.
    Since you are running a MAC, check the below links for some excellent information on scanning.  Good Luck!
    http://goo.gl/M8Cl2
    http://goo.gl/cufK6
    http://goo.gl/OTQoR
    I work for HP but my posts and replies are my own....Thank you!

Maybe you are looking for

  • Animated Gif over Flash document?

    Hi folks, Quick question here ... Is it possible to overlay an animated gif on top of a flash banner? I have an html page, where I want to re-work our main banner with flash elements, but would like to place our existing animated gif over the right h

  • How can I convert an Hexadecimal number in bytes

    Hello! I have a string wich represents an hexadecimal value ( ex: C2105215767E) I want to convert it into byte. I want to obtain an array of byte. I want to write it into a variable : byte[]var How can I do it? Thanks you for your answer. cordialy, l

  • Imovie HD6.0.3 won't see my new Sony HDR-CX11E USB connected camcorder

    Despite spending 4 hours now and wanting to shoot myself in the face. My brand new Sony HDR-CX11E is not being recognised by Imovie HD 6.0.3. I have followed the instructions to the letter about a hundred times now. I'm using a Intel Core Duo imac, w

  • Drop Down Field issue with Acrobat 8.0 and Acrobat 7.0

    Hi All,      I have a dynamic table with a drop down field  which will be filled from a WD context.The minimum row count for the table is  one. The problem is i was able to get the Drop down values for all the rows  in Acrobat Reader 8.0 and i was ab

  • PO messaging

    Hi all,          In PO message determination, I config.  NEU type for output and PO print can be outputted, But in every time I have to go to messager and select NEU and save it. Why not this is automatically select the NEU type and outputted... what