Report item value carried over to Form page

Hi all
I have a dynamic LOV (form a table) on a report. To redirect to a new entry page, I want the selected LOV column (consultants name) to show as a default in the Dynamic LOV of the new page. The reason for the dynamic LOV on the new page is so that the name of the consultant will most likely be the same, but the option will be given for the user to change the consultants name on the new entry page.
cheers
Ian

Ian,
You can pass parameters from one page to another.
Create a branch to go to the second page and register the link-details.
Leo

Similar Messages

  • Values carry over when copying pages!

    Hello,
    Try as I might, I cannot figure out how to copy a blank page or create a duplicate page in a document without having the values that I type into fields in one page carry over to the copied pages.
    Basically, I have a document with multiple pages. One of those pages, I need to have copied about 5 times in order to fill out different information. However, when I type in the first one, it duplicates what I typed into all of the pages! How can I make them separate entities and just have a blank page? I cannot figure it out for the life of me...Please please help!

    In Acrobat Forms, AcroForms, all text fields with the same name are treated as the same field. In order to copy a page is through the use of templates that rename the field on spawning. But if the fields in the template already contain data, that data will be copied. The creation of templates can be done through the menu of Acrobat Professional or by using JavaScript, but the spawning of templates can only be done through JavaScript.

  • Passing Interactive report item values to flash chart.

    Hello,
    I am trying to pass an interactive report item value to a 2D column chart type in the chart query as :IR_EMPNO but the item value comes as null and the chart does not show any data. when I am passing this value to another form item and referencing it in the chart query as :P2_EMPNO, it works fine!! have anyone encountered such problem? Please help.
    Regards.

    Thank you Varad...
    Unfortunately, I am still getting no data found. (and there IS data).
    a) Do you mean in the link column section of the report attributes? that is done: item 1 name= IR_P2_FID, value = #FID#
    b) Do you mean my changing my hidden page item to ir_p2_fid with its source value as #FID# ? also done.
    Do I need this hidden item?, and if not how do I refer to link in the where clause of the called page's sql region?
    3) Where Fishery_id = :IR_P2_FID
    Where Fishery_id = &IR_P2_FID
    Thanks again!
    Pamela

  • How to passback report item value

    Hi,
    Below coding is passback value from popwindow to the screen fields. P2_BOOKING_NO,P2_CUSTOMER_CODE,P2_REF_CUSTOMER_CODE are form fields. i have a report, that report have booking_no a reference key of form field booking_no. So both form and report table has booking no. So using join to retreive or passback the report data also. my problem is how to passback the report data. below coding is only for form field. i dont know how to passback report item value from popup window to the screen.
    popup window javascript:
    <script language="JavaScript">
       function passBack(passVal1, passVal2, passVal3)
       opener.document.getElementById("P2_BOOKING_NO").value = passVal1;
       opener.document.getElementById("P2_CUSTOMER_CODE").value = passVal2;
       opener.document.getElementById("P2_REF_CUSTOMER_CODE").value = passVal3;
       opener.document.getElementById("P2_REF_CUSTOMER_CODE").focus();
       close();
    </script>
    Link in popup window:
    javascript:passBack('#BOOKING_NO#','#CUSTOMER_CODE#','#REF_CUSTOMER_CODE#');
    page javascript:
    function callMyPopup (formItem1,formItem2,formItem3) {
        var formVal1 = document.getElementById(formItem1).value;
        var formVal2 = document.getElementById(formItem2).value;
        var formVal3 = document.getElementById(formItem3).value;
        var url;
      url = 'f?p=&APP_ID.:3:&APP_SESSION.::::P3_BOOKING_NO,P3_CUSTOMER_CODE,P3_REF_CUSTOMER_CODE:' + formVal1 + ',' +
    formVal2 + ',' + formVal3;
      w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
      if (w.opener == null)
      w.opener = self;
      w.focus();
      }How to do this?
    Skud
    Edited by: skud on May 20, 2011 5:47 PM

    Hey Skud,
    I am trying to implement something similar and definitely need assistance. Were you able to resolve this issue?

  • Passback the report item value?

    how to passback the report item value?
    below is passback form item value...
    function passBack(Val1)
    opener.document.getElementById("P2_FID").value = Val1;
    opener.document.getElementById("P2_FID").focus();
    close();
    then what would be javascript fuction for passback report item value?

    Hey Skud,
    I am trying to implement something similar and definitely need assistance. Were you able to resolve this issue?

  • Interactive report: numbers of items values to passe to another page

    Dears,
    In the IR attributes, I display the column define as a link, in this section there are 3 items I can fill and choose the passing values to an other page.
    My issue is that there is only 3 items to passe.
    I would like to passe to my following page more than 3 items.
    How can I do this?
    In advance thx.
    Celio

    Celio,
    What do you want to pass, report column values? If so, just enter as many as you like in each field, separating them with commas.
    Scott

  • Interactive Report & Item Value in Page 0

    Hi,
    Is it true that Interactive Report query couldn't read item value from Page 0?
    I have this Interactive Report region using the :P0_EMP_SEQ in the where CLAUSE, i found out that the value is always blank/NULL.
    I created a normal Report region to test the SQL, I can see records being returned.
    Cheers,
    -Joel

    Hi,
    When you are on page 32, check that there is value on page 34 item session state
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/concept_ses.htm#sthref100
    Regards,
    Jari

  • Data display - aligning group data and carry over on new page logic - 11G

    I am fairly new to BI Publisher, so any help would be much appreciated. I am working with a standard pdf form to display Purchase Order Data. I have saved the image of the pdf as the background of the page. I have a simple table where I am inserting all the data and aligning it on the page so it appears to be in the correct place on the form.
    The form has a section containing 10 blank lines to display the PO data. Each line is .25 inches.
    The problem occurs that at the line description can have 254 characters but the space on the line allows for 51 characters. So I need to display the data something like this (for simplicity sake)
    TableA.id TableA.Description254
    Line 1 1 Blah, 1-51 characters of line descr
    Line 2 Blah blah, 52 - 102 characters
    Line 3 2 Blah, 1-51 characters of line descr
    Line 4 3 Blah, 1-51 characters of line descr
    Line 5 Blah blah, 52 - 102 characters
    Line 6 Blah blah, 103 - 153 characters
    anything that carries over needs to go to a second page with a different background image. So I have several questions.
    1. Any suggestions on how to display the PO Line, so I can substring the PO line description and display the remaining data on a following line? A second line would write the next 51 characters of data if it exists, and would not display the first column, (TableA.Id)
    2. Any suggestions on how to load the carry over data (anything over the 10 lines on the first page) and display on the following page.
    I am including a screen shot so this might make more sense. I have lightly dashed orange lines showing of my table which I use for aligning the data. It is only for reference.
    [ http://www.fifthq.com/bi.jpg|Pdf image]
    http://www.fifthq.com/bi.jpg

    Ok, just in case anyone runs into the same issue. Here was my solution.
    I added a made up record to the existing xsd template that served as a place holder for my dynamic content.
    I created an app package that has two properties.
    1. Full String
    2. Single Line String
    The Method takes in the column width as a parameter. It searches through the Full String until it finds the last available word before the column width. It then returns that as the Single Line String and updates the Full String to what's remaining.
    If I have any of the Full String remaining I keep calling the method.
    I can provide more specific details about the method if anyone needs it.

  • Values carried over from SDCR to SDMJ

    Hi All,
    does anyone know where we can control which values are carried over from a change request (SDCR) to a normal correction (SDMJ)? I know how where the partner functions are carried over but want to know where things like external reference number comes from. Thanks.
    regards,
    Jason

    Dear Jason,
    Ext reference no is the no which is generated whn you post service desk message from Satellite system
    actually this no is normal the basis mesage no.
    As we knw there are 2 part
    1 CRM
    2 Basis
    External ref no belong to basis part
    So if you can go your ticket and then use follow up button to your support desk ticket then again goto follow up preceding doc
    here you can see the same no or basis part of ur message
    For copying this no to subsequent doc you can goto spro .....change Transaction ->change Transaction type.->copy control for change req mgmt->define mapping rules
    CHosse SDCR to SDMI ....Tick the field Ref....so it wil copied.
    here you can chose the doc type and then wht you want to copy ( i mean field select it)
    Hope it clarifies.
    Regards
    Prakhar

  • Change item value at Sales Invoice form before create a document

    HI,
    I am trying to change value for "TrackNo" item on the sales invoice form just before create a sales invoice,
    I have the following code:
    Dim oForm As SAPbouiCOM.Form
    Dim oItem As SAPbouiCOM.Item
    Dim oEdit As SAPbouiCOM.EditText
    Dim periodo As String
    Dim sf As String
    Try
       oForm = Nothing
       oForm = entorno.Forms.Item(FormUID)
       oItem = oForm.Items.Item("251")
       oEdit = oItem.Specific
       oEdit.String = "Y"
    Catch
    End Try
    It seems to work only If i have selected the logistics folder ( the folder where the "TrackNo" Item is located)
    If I have selected another folder as "contents" or "Accouting" when I create the document it fails.
    Can you help me with this problem?
    Many Thanks

    Buenas Sergio,
    Try forcing a click event on the logistic folder. I don´t think there is another option. You are only able to asign the value if the control is visible(and editable).
    Regards,
    Ibai Peñ

  • Referencing methodAction in Default Value property - problem on Form page

    I have a custom method returning a variable in my ApplModuleImpl.java exposed to the client.
    In the page def file, there is a methodAction binding for the custom method as well as an invokeAction executable with Refresh set to PrepareModel.
    In the Default Value for an attribute, the return variable is specified using #{bindings.method.result}
    There are 2 pages using this page def file: a table layout and a form layout. In the table page, the default value in a new row is initalized correctly using the EL expression. Clicking on the New button displays the form page. In that page, the default value is not initialized. What step did I miss?

    Try setting the refreshCondition to always.
    My guess is that the custom method is no longer invoked when you click the New Button, can you test this by debugging and setting a breakpoint in your custom method.
    Note that an alternative solution for the form layout is to call your custom method within ADF BC in the create method of the underlying entity object.
    Steven Davelaar,
    Jheadstart team.

  • Link Reports -item  does not exists on this page

    I have two tables Person table with Primary Key of PersonID, and Person_Qualification Table with a FK of Person_ID.
    I have a report for each table. I have created a report on the Person Table(Page 3000) with a link column to the Person Qualification Report (Page 3119).
    In the link column I created in the person report I have my parameters set as P3000_PersonID and #Person_ID# as field to populate the URL with, and the target page as 3119.
    However anytime I click this link that takes me to the PersonQualification report I get an error stating the Item P3000_Person ID does not exists on this page (3119).
    I have linked a form and report together before, but not two reports.
    I want the person qualification report to be only for the personID that was clicked on.
    I tried adding P3000_PersonID to the query in the person_qualification page I.E. where PersonID=:P3000_PersonID but I still get the item P3000_Person ID does not exists on this page or something to this effect.
    Thanks

    Hello gtjr,
    You need to define an item (usually hidden) on page 3119 to hold the person ID and use that in your second report's query.
    Then in the column link for the first report, specify this new item to be set to the person ID linked.
    The reason for the error is you're telling ApEx to set an item p3000_person_id on page 3119, but that item doesn't exist on page 3119.
    Hope this helps,
    John
    Please remember to reward helpful or correct responses. :-)

  • How to use javascript to access item VALUES on a portal form

    Hi,
    I want to pick up VALUE of an item on a portal form from the on click event of the save button. I know there is a way to acces the item name and assign a value to that item. For example,
    setItemValue(this.form,'UNIT_NAME', this.value)
    If I use this line of code then I get the value of the save button because I put this line of code in the on click event of the save button. Please help.
    Monique

    You can get hold of any field on your form as follows:
    document.forms[0].elements['<form>.DEFAULT.<field>.01']
    So for example to get (or set) a value in my form I have:
    document.forms[0].elements['REQUESTFRMEU.DEFAULT.BUS_OBJ.01'].value
    Note that setting a value of a field with Javascript on the Insert button's onclick event will not result in the new value being sent to the DB. I think it has to do with the values being set into a session object of sort and the DB gets updated from these values and when you update the field with JS it does not update thesee session values. If you set the value somewhere else (e.g. another event handler before the Insert button is clicked) you should be OK.
    Cheers.
    Anton.

  • Validation of Item Values before saving the form

    Hi,
    I have requirement in Oracle Forms, we give header information as per the requirement and the lines info of the specific header. In lines whe have two feild as type and amount. If the type is 'E' then we need to sum up the amount value as credit and if type is 'F' we need to sum up of those feild values as Debit and before saving the form we need to check the sum of Credit and Debit is equal or not if equal then we should allow to save the form else it should not. We can have multiple lines under single header..Can any body help on this..Its very emergency..
    Thanks,
    Maggi.

    Hi,
    In Customer-exit ILOM0001 read table IMPT_BUF[] from sap stack. It contains all enteries of measuring points.
    Use below mentioned code in above exits for your reference.
    FIELD-SYMBOLS : <fs_impt> type ANY TABLE.
    data : tab_impt type TABLE OF impt.
    ASSIGN ('(SAPLIMR0)IMPT_BUF[]') to <fs_impt>.
    if sy-subrc is INITIAL.
      tab_impt = <fs_impt>.
    endif.
    table TAB_IMPT is filled wilth all entries of measuring point while creating and changing functional location.
    Thanks,
    Vijay

  • How to make inline format command carry over to subsequent pages

    Using Designer 5.7.  Using inline formatting in the data file (\b. \b0.) to make part of the text bold (Example: bold text bold text regular text).  The problem occurs when the end of page is reached.  The text flows to the next page and if the text is split across pages after the bold command was turned on but before it is turned off, the text at the top of the new page is not formatted.
    Example of Bottom of Page 1:     This is an example of the text at the bottom of page one.  This text is supposed to be
    Example of Top of Page 2:            all bold but the end of page commands cause the bold command to be "forgotten".
    Using 1 line subform and an identical overflow subform formatted to reserve space and a Switchpage override in in the Preamble.
    It's not feasible to use a field formatted for bold and also be able to determine when it should be used during document generation since the text may be variable in length.  Any information is appreciated.

    For the time being, I can only respond to Pages for iOS. OS X I'll need to check when I get home (or perhaps someone else will beat me to it). You may wish to post in the Pages for Mac forum for better exposure.
    In Pages for iOS you are limited to a single header and footer. There is no Section structure so no way to do different headers/Footers for different pages (as you can do in MS word for example). To modify the Header and insert the text you want: Tap the Tools icon (wrench in upper right), then Document Set up. Tap in the header field, then tap and hold to use the menu to insert pages numbers, then type the text you need.
    Quite possibly. Check the app store. Or you may be able to set this up in Pages for OS X and import it into Pages on the iPad. I'm not certain the sections will import however.
    Also consider using a different app, such as word for iOS or any of the numerous other word processing apps available.

Maybe you are looking for

  • IDoc programming for Requested Delivery Date - Inbound ORDERS

    Hi Folks, I want to manipulate Requested Delivery Date on the Sales Order. The Field for Req Del Date is RV45A-KETDAT. But this value is stored in VBAK-VDATU. When i am trying to modify this value using dxvbak structure, this value is getting populat

  • Issue while creating a prolog. (Urgent)

    Hi all, I am using DBMS_XMLGEN package to create an xml from a sql resultset. This resultset will be transformed using an xsl to xml. The snippet of code looks following lv_context_handle := DBMS_XMLGEN.newContext(lv_sql_data); -- Sets the name of th

  • How many ways to read and write a local variable in a called VI?

    Ciao! I'm producing my first TestStand sequence. It is called "FirstAttempt" and it is made by a single step which calls a VI. One of the first dilemmas i encountered realizing this sequence is how to read and write a local variable (created going in

  • ITunes 11.0.44

    Although, there are dozens of posts about iTunes 11.0.44 causing problems with album art, I can't seem to find one with my specific problem. Prior to iTunes 11, I had no problem tagging my album art to my music. With the release of iTunes 11, my albu

  • Snapshot Report taking long time

    Hi, We have snapshot collection every 1 hour in our db and the process is taking 1/2 hour to run and it is the highest resource hog while it is running. what can we do to avoid this scenario ? Quick help ismuch appreciated. We use oem 11g for a 9.2.0