Problem navigation- set_parameter

page 1
attributes
ordine type string
OnInputprocessing
CASE event_id.
  WHEN 'select'.
    navigation->set_parameter( name = 'ordine' value = ordine  ).
    navigation->next_page( 'vis' ).
  WHEN OTHERS.
ENDCASE.
page2
attributes
ordine type string
onInitialization
orrdine  is initial why?
where is problem?
Edited by: francesco aiello on May 4, 2010 12:53 PM

sorry didnt understand what you are trying to ask.
if auto check box is checked for a attribute, it will get filled with the value automatically which is passed to it.
if not you have to use get_form_field method to retrieve the value

Similar Messages

  • Help for navigation- set_parameter

    Hi
    I am creating BSP application in which i am supposed to pass the value of a htmlb inputfield to another bsp page. I am able to get the inputfield value for that page in the   oninputprocessing event but not able to pass it to fibal page,
      CASE event->id.
        WHEN 'Display'.
          DATA: reportname TYPE REF TO CL_HTMLB_INPUTFIELD.
          reportname ?= CL_HTMLB_MANAGER=>GET_DATA(
                              request = runtime->server->request
                              name    = 'inputField'
                              id      = 'myInputField1'
          IF reportname IS NOT INITIAL.
            <b>report_name = reportname->value.</b>
          ENDIF.
          navigation->set_parameter( 'report_name' ).
          navigation->next_page( 'DISPREPORT' ).
        WHEN others.
      ENDCASE.
    The htmlb controls for these are as below,
          <htmlb:inputField id        = "myInputField1"
                            type      = "String"
                            invalid   = "false"
                            width     = "200"
                            visible   = "true"
                            disabled  = "false"
                            required  = "true"
                            maxlength = "30"
                            size      = "50"
                            design    = "standard" />
          <htmlb:button id            = "Display"
                        text          = "Display "
                        onClick       = "Display"
                        tooltip       = "Displays Report"
                        width         = "60" />
    Now in the final page  i must get the <b>report_name</b> value which has been declared as a string in the page attribute of default BSP. Further i have it declared the same as auto in final page. Still i am not able to get the value.
    I am new to BSP and any help is appreciated.
    Thanking you in advance.
    Thanks
    Kathirvel.

    Hi Raja,
    Thanks for the warm welcome, sorry to say it is not working.
    The report_name is a page attribute of default BSP. I am not able to get it in the result page.
    <b>index.htm</b>
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content>
      <htmlb:page>
        <htmlb:form>
          <TABLE width=300>
          <TR>
               <TD bgcolor=#DCE3EC > <B>Enter Details</B></TD>
          </TR>
          </TABLE>
          <TABLE width=300>
          <TR>
               <TD>
          <htmlb:label id       = "myInputField1_Label"
                       for      = "myInputField1"
                       design   = "emphasized"
                       text     = "Report Name"
                       tooltip  = "Simple quick info"
                       encode   = "false"
                       required = "false"
                       width    = "70"
                       wrapping = "false" />
           </TD>
               <TD>
          <htmlb:inputField id        = "myInputField1"
                            type      = "String"
                            invalid   = "false"
                            width     = "200"
                            visible   = "true"
                            disabled  = "false"
                            required  = "true"
                            maxlength = "30"
                            size      = "50"
                            design    = "standard" />
           </TD>
          </TR>
          </TABLE>
          <TABLE width=300 >
          <TR>
               <TD bgcolor=#DCE3EC align = center>
          <htmlb:button id            = "Display"
                        text          = "Display "
                        onClick       = "onInputProcessing()"
                        tooltip       = "Displays Report"
                        width         = "60" />
                 </TD>
          </TR>
          </TABLE>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    <b>onInputProcessing of index.htm</b>
    event handler for checking and processing user input and
    for defining navigation
    CLASS CL_HTMLB_MANAGER DEFINITION LOAD.
    Optional: test that this is an event from HTMLB library.
    IF event_id = CL_HTMLB_MANAGER=>EVENT_ID.
    See if upload is triggered from button
      DATA: event TYPE REF TO CL_HTMLB_EVENT.
      event = CL_HTMLB_MANAGER=>get_event( runtime->server->request ).
      IF event->name = 'button' AND event->event_type = 'click'.
        DATA: button_event TYPE REF TO CL_HTMLB_EVENT_BUTTON.
        button_event ?= event.
      ENDIF.
      CASE event->id.
        WHEN 'Display'.
          DATA: reportname TYPE REF TO CL_HTMLB_INPUTFIELD.
          reportname ?= CL_HTMLB_MANAGER=>GET_DATA(
                              request = runtime->server->request
                              name    = 'inputField'
                              id      = 'myInputField1'
          IF reportname IS NOT INITIAL.
            report_name = reportname->value.
          ENDIF.
          navigation->set_parameter( name = report_name value = 'reportname->value').
          navigation->goto_page( 'report.htm' ).
        WHEN others.
      ENDCASE.
    ENDIF.
    <b>and in oninitialization of result.htm</b>
      REFRESH QTAB.
      data: rep_name(30) type c.
      rep_name = report_name.
      READ REPORT  rep_name INTO QTAB.
    Here i am not able to get the <b>report_name</b> value.
    Hope i make my problem clear...
    Thanks
    Kathirvel

  • Problems Navigating this Discussion Website

    Using either Safari or Firefox I have big problems navigating this site. I can log in OK but it keeps hanging. With Firefox I sometimes get the message box 'This document contains no data'. With Safari I get 'Safari can't open the page "http:/discussions.apple.com/post!post.jspa". The error was: "lost network connection" (NSURLErrorDomain:-1005) Please choose Report Bug to Apple from the Safari menu, note the error number, and describe what you did before you saw this message'. Also it seems to navigate a bit better if I don't log in and use the site as a guest. Could it be something with my account? I've had great difficulties posting this query, also when changing my settings. It's like the address bar doesn't colour over past the http part when I click. No problems with other sites - I have phoned Apple and they can navigate round it OK. I've tried clearing the cache and cookies which improves it slightly but only for a short time. It has taken me days to submit this and I'm finally doing it from a Windows PC with Internet Explorer. Maybe I need to delete my account and start a new one? Please can anyone help?

    This site is frequently slow, sometimes incredibly so. I can only hope that sometime soon, Apple will finish their tinkering (actually, I don't know what was wrong with the previous iteration, it seemed fine to me), restore levels and mark the page construction "solved"!
    Miriam
    FYI, there is a Discussions page devoted to Discussions Feedback

  • Problems navigating through old posts

    I am having problems navigating through old posts.  The slower the forums get, the longer it takes me to read them, and the further behind I get in reading them.  Eventually, when trying to read posts that are a couple of months old in the SQL and PL/SQL forum, when trying to navigate from one post to the other, I frequently get an error message.  This happens whether I try to use my browser's back arrow to the previous page or click on a page number on the forum page, or change the start number in the url.  However, sometimes I actually get back to the page and can select the next post.  It is not consistent.  Sometimes I can click on the same thing four times in a row and the first three times I get the error, but the fourth time I get a page of posts.  So, the error message is not actually saying what is really going on.  The following is the error message that I keep getting:
    "You have reached the maximum amount of pages in this set of content results. If you are looking for something specific, try applying a content type filter or entering a search term."

    Yes, I am still seeing the problem sporadically.

  • Problem navigating in my iPad mini

    I am new to Apple products I have a problem when I'm on a site I don't always see away to go back a page, screen or to my initial search.

    The navigation arrows on the top left allow you to move forward and back on a tab. The Address Bar and Search Bar are combined at the top of the page. You can navigate directly to a page or start a search there. Both will work.

  • Problem navigating from iframe

    Hello.
    I have this problem: I have a page that, on the left side has a page fragment within a <div>. This fragment has the code to a navigation tree. When the user clicks on a node, it navigates to an IFRAME on the right side. That's easy. Now comes the trick...
    In the Iframe, I have a button which executes a method in the javabean. But, after executing the javabean, the data in the database is changed and this change must be reflected in the tree's nodes. I thougth I solved it by using this in the onClick() property for the button: "parent.location.reload()". Actually, it does the job, but RAMDOMLY. Sometimes it does it, sometimes it doesn't. I assume this is because the server doesn't know what to execute first: the javascript or the javabean. The thing is, I need to refresh the tree (or the entire page) after executing the code in the bean.
    So, basically, I have two possibilities:
    1. Find a way to execute the javascript code always AFTER the javabean, or...
    2. Find a way to use the Page Navigation xml to navigate to the "top" of the page. My main page is called mant.jsp and my iframe (where the button is) is called mant_1.jsp. If I set to navigate to mant.jsp from within mant_1, the main page will be loaded INSIDE the iframe, and obviously that's not what I want. Could there be a way to use the navigation tools to set something like "target=_top" as I'd do in normal html?
    If somebody could give me a hint I'd be very grateful. If you need any more information just tell me.
    Eric.

    Sorry Andy!
    I can't think of anything that would be causing this. Especially since it appears to be intermittent. There is no toggle switch for the TAB key's behavior in LR that I can find. Without having clicked in one of the number fields to start with TAB will hide and show the side panels. It shouldn't bring the focus to a slider.
    If you first click in a number field and then hit the TAB key does it take you to the next number field or send the focus to a slider?
    Do you have any utilities running on your Mac that may influence the TAB key's operation?
    It is a mystery!

  • Master - Detail application problem navigation

    Hello everyone
    i have a problem with my proyect Master - Detail Application, i can't show more DetailViewController  in the xcode 4.2.
    in the MasterViewController have 4 options the first option show me a DetailViewController in the second option show me other DetailViewController, but the masterView must not do any navigation to DetailViewController only in the  right of DetailViewController
    best regards

    What application?

  • Problem Navigating Apple Support Discussions

    Whenever Safari 2.0.3 loads a web page in the Apple Support Discussions, all of the items beginning with "https://ssl.apple.com" return the error message "bad server certificate" in the Activity window.  Once a page loads, some of the navigation buttons don't work.  They include the "reply" buttons on some posts as well as the buttons to go to the next page.  So far, I haven't had this problem on any other web site.
    Any ideas on what is causing this?

    Klaus & Ramón -
    Thanks to you both for your helpful advice.  My 1st real introduction to OS X was in August when I bought a PowerBook G4.  (On 'retirement' last century, I was happily running System 8.6 on a PowerBook G3.  Forced to upgrade(?) to System 9.2.2 -- to run QuickTax.  Why is it that so many bad things are associated with taxes? [smile]  Bought the G4 after lightning took out the internal modem in my longtime companion.)
    When buying the G4, I had -- naively -- assumed that the applications loaded would be the latest versions for the version of OS X that it was running.  You set me straight on that, Klaus.  So, took your advice and downloaded Safari 4.1.3 that same night -- at 4.1 to 4.5 kb/s.  Yes, I still use a dial-up internet connection.
    As Ramón anticipated -- and kindly shared, Safari 4.1.3 requires OS 10.4.11.  Calculated it would take the 180+ mb combo file about 12 hours to download.  Before figuring out how to do that, the problem was solved.  Bought a 2nd G4 -- in case some unkind fate happens to the 1st G4.  It has Safari 5.0.6 installed (running OS 10.5.8).
    Thanks again to you both for your assistance,
    David

  • Upgraded to 1.1, problem navigating in grid

    Hi
    Is it possible to change the result grid behaviour to be like in 1.0? I find it quite problematic to not beeing able to use the cursor keys to navigate in the grid. Every cell always gets in edit mode directly even though it's a read only grid, and no extra "edit" key is pressed.
    regards
    Carl

    Its happen when you are in the grid of the table tab and navigate with keys and dont with mouse. This is?
    In the results of the any statement (select), this isnt happening. This is?
    If it will be this, for me, this isnt problem, because it only confuses if I to use the arrow for the left or right. Using the arrow for low or top the field it is 'editable', but it continues allowing the navigation.
    #23.64
    10gR2
    WinXPSP2

  • Problems navigating during phone call Xperia S

    Hi. I've got problems navigate apps during phone calls. I can't bring upp the keyboard display such as sms typing, Google search, internet browsers. Also, the home button where I can use mini apps doesn't show up. And other different software navigation. This problem occured some time after the latest update. I've also tried reinstalling thé system but with no luck. Plz help. It is very frustrating!!
    /Glesper

    Btw i've got Xperia S

  • Problems navigating Verizon website with Chrome?

    I am having trouble navigating the Verizon wireless website using Chrome browser. When I click on certain links, it hangs with "http://www.verizonwireless.com/backbutton.html" in the address line.
    (Example: on  https://nbillpay.verizonwireless.com/vzw/secure/router.action    if I click on any of the "I Want To..." links, it hangs with a blank screen)
    Anyone else have this problem or am I miss-configured?

    mistergoogoo wrote:
    Are you familiar with every website on the internet?  It looks like the example the original poster gave was for My Verizon pages and not the forums.  VerizonWireless.com has been tested in the latest versions of both Internet Explorer and Mozilla Firefox.
    This whole website is a mess. For example I can not download spreadsheets for my usage in Windows 8 with either IE 10 or Chrome. I get a .action file. Even changing the .action file to .xls or .xlm doesn't work.
    If I use IE 10 on the forums with Windows 8 when you get the the bottom of the list of topics and you click the MORE link, instead of having more topics appear you get sent back to the top of the page. I also constantly get the "security certificate errors" warning in IE 10. So I have to use Chrome to view these forums and IE 10 for everything else because that's what I like to use. Real convenient. How hard is it to get your security certificates up to snuff and fix a link to work properly?

  • Problem navigating article with prev next buttons

    I place a next and previous button to navigate between pages in the same article using gotonextpage but it stops working after a few times navigating the article. I tried with navto://article# but it did not worked either

    You might have run across an intermittent page link bug in the Adobe Content Viewer. This bug was addressed in a recent hot fix. If you build a custom app (or a new Content Viewer), the issue should be resolved. Or, wait until the viewer is updated in the store.

  • Problem navigating folder window Yosemite/Firefox

    Firefox 35.0.1
    Yosemite 10.10.2
    iMac 27 retina 5k
    processor : 4 GHz Intel Core i7
    graphics : AMD Radeon R9 M290X 2048 MB
    memory: 8 GB 1600 MHz DDR3
    Magic Mouse
    Computer , Mouse & Keyboard i purchased just over a month ago on Jan 12th
    in Firefox .....i click on the NEWS folder i created in my bookmarks  tool bar
    a window opens with a list of sub folders
    i click on one of them, Alternative Views
    and another window appears with a long list of bookmarked website links
    now when i bring my cursor over to to that list
    and try to select a link ,
    the window disappears
    and the very first window NEWS appears instead
    so i can never select a bookmarked link
    if i do the very same thing on my 13" macbook air running the same version of Firefox and Yosemite
    and use its trackpad
    i do not have the problem
    dose any one have an idea for a  fix for this ?
    many thankyuuus

    Did you following these procedures to export IE Favorites to your desktop (or in another folder):
    To export your IE Favorites to a file
    1. Open Internet Explorer.
    2. Go to "File > Import and Export...", then click Next.
    3. Select "Export Favorites", click Next, click Next again
    4. Click "Export to a File or Address", click "Browse" to choose a location such as the desktop (or accept the default location) and save the file, which is named "bookmark.htm" by default.
    5. Click Next, then Finish to complete the export.
    Then import the html file into Firefox. It should show the actual bookmarks, not the IE Favorites folder.

  • Problems Navigation Connector

    Hi,
    we have upgraded EP form NW04 SP14 to NW2004s SP10. We have an customer specific navigation connector which worked fine in the old portal, but the connector won't work in the upgraded version. The behavior is more than strange: we get the toplevel entries of the menu items from the navigation connector but not the according subitems. I have extended the navigation connector in a way that every time when get initial nodes is called I write the complete structure to the log file. The structure delivered by our navigation connector seems to be ok, all subitems are available. But the portal framework only displays the top level items.
    Have anyone had an issue like this before and an idea how to get the connector working as in the old enviroment?
    Thx and regards
    Lars

    Hi Hermes,
    when you upgraded from NW04 SPS14 to NW04S SP10 you will definetly have a change within the NavigationService esp. for the Caching machanism.
    You could try to call /irj/go/portal/prtroot/com.sap.portal.navigation.service.CacheAdministrator and check if caching is turned on for your own Connector.
    If it is turned on just turned it off. This affects you when your "listBinding" implementation returns different nodes for e.g. for different users and you have not implemented a CacheDiscriminator in your Connector, because the children list is cached for every navigation node  (key by default == nodeName. so one cache entry per node).
    Here is a link to the Navigation Cache in NW04s
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/015f0f8f726f70e10000000a11466f/frameset.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/43/015f0f8f726f70e10000000a11466f/frameset.htm</a>
    Hope it helps,
    Frank

  • Problems navigating through DVD menu

    Hi! DVD is burned and runs fine. But... When I select a scene, after playing this part of the DVD, the movie continues with the next scene and doesn't return to the menu. What am I doing wrong? Thanks for any help!

    Hi Rene,
    To be honest, I have no idea why it happens, but I have seen it on different players. One of my projects (and only one) plays fine on 95% of the players I have played it on, but I have had the same problem on a couple of different players, however, al of my other projects work fine on the same players. I would assume that it is a player issue and not an iDVD issue. Sorry I can't give you any advice, but now you know you are not alone. I will be following the progress of this question to see if there is a more technical answer.

Maybe you are looking for

  • HP Officejet 4630 all-in-one printer Cancels Print in Middle of Job

    Hi, I recently bought an HP Officejet 4630 all-in-one printer, and it automatically cancels jobs in the middle of printing. The computer I am using is an HP Envy dv7 with 64-bit Windows 8, and I am printing over a wireless network connection. My comp

  • PEAP EAP-MSCHAP v2

    Hi! Does anyone know if the router wrt320n or any other linksys router (wireless or wired) support 802.1x authentification, particularly PEAP EAP-MSCHAP v2? I'm connected to a network that provides access to the internet via ethernet cable and 802.1x

  • OBI EE 10g: Bridge tables and Based on Dimensions Aggregation

    hi experts, i am working on OBI EE 10 g (10.1.3.4) The BM&M layer consist of: 1) Logical fact table "Sale_Indicators" Fields: SALE_ID (PK, FK), D1_ID (FK), D2_ID (FK), Indicator1 (measure, level of granularity: SALE_ID), Indicator2 (measure, level of

  • I need simple example for alv grid

    hi i need code for simple example for alv grid. thanks.

  • Remove duplicates

    I down loaded a couple of songs from my CD to itunes.  Now downloaded the whole CD and it shows the songs I first added twice. How do I get it to replace or not download duplicates?