View Value  Navigation

Hi ,
               I have 4 views and have a following issue with it as below ...
View 2 - Have Date Field  based up this Leave Calculation are based and will be displayed in View 3.
View 3 - Have  Leave input box where the user can chage the leave hrs.
View4- Have Address details.
Each View have 'Back' & 'Continue'  buttons . The when i am navigating view2 to view3 Leave Input box populates the correct value , even when i am back to View2 and change the date its popultes the correct value to View3.
The Problem is when i change the Leave Value in View3 and hit continue to View4 and then tried navigating back to the View3 the Leave Value in view3 changes to old value rather than the inputted value . Have written the code in 'handlein' event & WDINIT of view3 to calcualte and populate the Leave value on View3 . Any suggestion on this Please.
Thanks,
Kumar

Hi,
If you want to have the newly inserted values to be reflected in the UI elements when navigated from view to other then write the code in the respective Handlers of the plugs.
Try to use the global variables in the component controller context. if you write the code in the WDDOINIT, then only once it is triggered. Hence you can not see the updated values.
If you want to have new values then use the GET_ATTRIBUTE and SET_ATTRIBUTE of that context attribute.
Or else try to pass these parameters through the plugs to have the new values when navigated from back and forth from one view to other.
When navigated from view3 to view4 then write the code in the Input handler of view4 and write the code in the
handler when navigated from view4 to view3. WDDOINIT of view code gets triggered only once in the entire session.
Regards,
Lekha.

Similar Messages

  • Missing "View|Application Navigator" and "View|Connection Navigator"

    My default Oracle JDeveloper 10g Early Access 10.1.3.34.12 is missing "View|Application Navigator" and "View|Connection Navigator" from the View toolbar. Am I simply missing an additional installation or do I not have something configured correctly?
    Thanks,
    Scott

    Thanks for the answer, that's exactly what it is. I'm new to this environment and had it installed for me, hence I didn't see the differences at the download choosing time. Thanks again.

  • Satellite view on navigation

    Hi,
    is it possible to use the satellite view during navigation? Is saw this with the Google Maps navigation app and I'm wondering now, if it's possible with Nokia Maps, too.
    Noknak
    Solved!
    Go to Solution.

    Yes, it is possible but the Satellite View is not yet available for all the regions.. As your device details are not known..on my Nokia 5800xm with Maps v3.06 while the Maps are loaded I have to select the 'GEARS' Icon in the Middle at the Bottom to get the Option to select this ...

  • Displaying rear view when navigating

    Could anyone give me any suggestions as to how I could display the rear view (instead of the normal front view) while navigating?
    That is, instead of seeing what's in front of me while moving through the scene, I only want to see what's behind me.

    Normally a camera in 3D graphics looks down the negative z-axis, set the camera to look down the positive z-axis and you are looking behind you.
    Hope this helps,
    Norris

  • List manager displaying view value and not return value

    Hello,
    I'm using a list manager based on pop-up LOV. When I click on an item on the pop-up window, the window is closed and the return value is inserted in the page textbox. I would like to have (as expected) the view value, and have the return value used just as field value during form submit.
    I'm using Application Express 2.1.0.00.39
    Thanks.
    Eugenio

    Unfortunately, you can't. The way to do it is to return the display value into the List Manger item and then use the APEX_UTIL.STRING_TO_TABLE function to loop through the values and fetch the IDs. You will need to make sure the LOV items are unique and don't contain any colons.
    I hope that helps
    Shunt

  • How to restrict metadata to use only view values

    I have a metadata which takes values from view, i want to restrict it's value to use only view values( as it is editable , user can type any value , and right now it is allowing any value but i want to restict it to use only view values.
    Thanks.

    Hi Chely,
       Try doing below steps and let us know if this solves the problem
    Log in to WCC
    Click on Administartion --> Admin applets --> configruation manager
    Choose the metadata value for which you have problem
    Click on Edit
    Click on Configure button next to Enable Option List
    What value do you see in Option List Type?
    Change it to Select List validated and see if problem persists.
    regards,
    Deepak

  • Filter a tableview based on a column value-Navigation Issues.

    Hi,
    I have a table view with total 99 values. The values are displayed in 10 tabs of the table view with 9 values in each tab.I go to the third tab and select a column value, which triggers an event and filters the result list from 99 to 12.
    I am simply removing the collection and filling it again with fresh values.
    My problem is-when i set the collection with new values, i want the end user to be navigated to the first tab.
    But the user is always navigated to the second tab which has the last three values.
    Is there any way to navigate the user to first tab of table view?
    I have already tried-visibleFirstRow and it is not working.
    Thanks and Regards,
    Rohit

    Hi Ashish,
    You can implement some code in DO_INIT_CONTEXT to filter your Items' BOL collection based on the condition quantity <> 0. I believe the Quantity field is available in the BOL structure.
    Here is a code snippet.
    DATA: lr_col TYPE REF TO if_bol_bo_col,
    DATA: lr_node TYPE REF TO if_bol_bo_property_access.
    lr_node = me->typed_context->CONTEXT NODE->collection_wrapper->get_first( ).
    WHILE lr_node IS BOUND.
    CALL METHOD lr_node->get_properties
    IMPORTING
    es_attributes = ls_struct.
    IF ls_struct-quantity = 0 .
      lr_col->remove( iv_bo = lr_node ).
    ENDIF.
      lr_node = lr_col->get_next( ).
    ENDWHILE.
    Regards,
    Masood Imrani S.

  • Modifying Initial View values using C#

    Hello,
    I am trying to modify the Initial View (Page Layout, Magnification, and Open To Page) properties programmatically, using c#.
    I have tried everything, CAcroPDDoc only had SetPageMode method which modifies the value of the Navigation tab and that's about it. There was a method called SetOpenInfo method which would accomplish what I want, however for some reason Adobe got rid of it.
    I don't know what else to do.
    Please Help!!!!
    Thanks

    Hi Leonard,
    The user requirements are for a stand-alone application. As for the plug-in method, I will use that as a last resort if nothing else works. Is it even possible to do it through IAC?
    By the way, the api reference mentions Info dictionary, where do I view the contents of that dictionary?
    Thanks,
    Alex

  • Can't see Pivot view in Navigated report.

    Hello all-
    I have a main page report and a navigated report which is linked to one column of main page report.
    I used Pivot views for boh the reports.
    However, I could see Pivot results on dashboard for main report but, When I navigate to the second report, it is not being shown in Pivot view ( I need Totals which can be obtained through pivot view).
    Where do I need to check?
    Thanks

    Insted of giving navigation to a report give navigation to a page.Create a separate page for the navigated report(pivot) and hide the page.Then try it will work.

  • How to change the blog posts view when navigating through categories?

    Hello, currently I've been struggling for a while with the following problem:
    In my SharePoint blog site I have the following default view of posts:
    http://s16.postimg.org/yvmu0j51x/Default_site.jpg
    When I click on a category, I get the following view of posts:
    http://s29.postimg.org/58lm8p993/Category_site.jpg
    Is there any possibility to get the same way of showing post as how it looks on the default site? So with Image, with body etc. But then only filtered based on category.
    Any help would be highly appreciated!
    Regards,
    Danny

    Hi Danny,
    No, my result is like:
    You can do as the followings:
    Edit the page
    Insert the Categories list into the page
    Insert the Posts list into the page
    Edit the Posts web part, and switch the current view to Summary view, click OK
    Click Connections->Get Filter Values from->Categories, like the screenshot below:
    Provide Field Name:Title, Consumer Field Name: Category
    Click Finish
    Then you can filter posts based on a category by clicking Select in the first screenshot.
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • TPM: planning view - value distribution

    Hi Gurus,
    I have a requirement where the entered advert contribution as a trade spend must be distributed evenly among the assigned products.
    We will do the planning either at product or product group level. We use the standard planning profile 4TPM0002 in our trade promotions. When the planning view is displayed we don't have an agregated total line so we have to manually distribute the cost among the assigned products. No automatically distribution takes place. So my question is:
    Do I have to set up value distribution in the IMG (SPRO->SAP Reference IMG-> Customer Relationship management->Marketing->Marketing planning and campaign management->Key figure planning->*Maintain value distribution)
    Is the above configuration also applicable for TPM or do we have to set up distribution from aggregate level in BPS?
    I have the same issue with the uplift to APO.
    Regards
    Anne

    Hello Anne,
    Mentioned path is for campaigns only.that is beacause Distribution to target objects is only provided for campaigns and campaign elements.
    To answer your Question, you have to set up distribution from aggregate level in BPS.
    Thanks
    Raja Pamireddy
    CRM Marketing Forum Moderator.

  • How to link Cognos Viewer and navigator iViews within EP 7

    Hi,
    When i click a report in Cognos navigator It opens a new window instead of opening it in Cognos Viewer. Is there  a setting that would run the report in Cognos viewer?
    Thanks in Advance,
    vijay
    Edited by: Vijay krishnan on Oct 19, 2009 5:07 PM

    resolved.

  • Display pdf into an abap webdynpro view: disable navigation

    Hello
    is it possible to disable the navigation panes and/or the toolbar and/or statusbar of acrobat reader inside your abap webdynpro application?
    When you specify for example #navbar=0 as parameter then you disable the navigation pane.
    Eg: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cfb80249-0801-0010-3eaa-829afeac170f#navpanes=0 and https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cfb80249-0801-0010-3eaa-829afeac170f
    Is it possible in an abap webdynpro with a interactive form element?
    Thanks
    Luc

    Hi Luc M,
    We can Disable the ToolBar of Interactive Form, this can be done by writing the Code in WDDOMODIFY Method of the respective View.
    Do add the Following the Lines of Code in the WDDOMODIFY Method
    DATA: LR_INTERACTIVE_FORM type ref to CL_WD_INTERACTIVE_FORM,
               LR_METHOD_HANDLER type ref to IF_WD_IACTIVE_FORM_METHOD_HNDL.
    LR_INTERACTIVE_FORM ?= VIEW->GET_ELEMENT( 'INTERACTIVE_FORM_UI_ELEMENT_NAME' ).
    LR_METHOD_HANDLER ?= LR_INTERACTIVE_FORM->_METHOD_HANDLER.
    LR_METHOD_HANDLER->set_hide_toolbars( abap_true ).
    ***With the above code you can only disable the ToolBar.
    Regards
    Pradeep Goli
    Edited by: Pradeep Goli on Mar 17, 2009 2:45 PM

  • View value of NEXT parameter of data file

    Good day!
    How can I view|query value of NEXT parameter (property of data file)
    For example, when I create tablespace or add datafile, I can set up value for this parameter:
    create tablespace ....
    autoextend on
    next 10M
    Bun I couldn't find value of this parameter in any table of view.

    I think it is right for tablespace scope, but not for datafile, because tablespace may consist of several datafiles
    I find useful information in dba_data_files table and INCREMENT_BY column (in db blocks)

  • Why clicking the same tab of tab bar returns to the top view of navigation?

    Hi, I have a problem combing the UITabBarController and UINavigationController.
    I have 5 tabs and in some tab using navigation controller to switch the view layers.
    Suppose i'm on tab 0 and go to the second view layer of navigation controller.
    When i click the tab 0 again in the tab bar, it takes me back to the top view. It's really weired.
    Why do this happen? Can i override the effect?
    Thanks.

    Never mind. Apparently a duplicate of other threads. Possible fix: update the defective OSX Lion to Mountain Lion.

Maybe you are looking for

  • Ipod Touch Frozen and Unresponsive, not recognized by Macbook

    My Ipod Touch suddenly froze and stopped working. I have a black screen, tried the Ipod "reset" by holding both buttons for at least 10 sec. The apple symbol comes on, then the screen goes back to black. Tried this both connected and not connected to

  • BTF in a region of a page of UI Shell(replace-in-place) not refreshing

    Hi All, Jdev Version : 11.1.2.0.0 We are using a Bounded Task Flow (BTF) in a ADF Region of a page, which is made using the dynamic template UI Shell with replace-in-place method(Only one tab refreshes all time with new content). We are refreshing/in

  • Q2ID crashes InDesign CS6

    I just purchased Markzware Q2ID so that I can transition older Mac-based Quark documents into PC based InDesign CS6. I have success opening post 2009 Quark files through the Markzware menu in InDesign but not all Quark documents. Quark documents crea

  • Is forms and reports still supported in the latest 10g AS?

    I've installed the latest version of 10g AS the other day, and it looks like there is no support for forms and reports... is that true? I cant find the functionality for the forms and reports server, and when I download the new developer suite it loo

  • Hi Dale-CL....please read and help solving my prob

    Hi Dale- CL. well i have one question.,... i'm having trouble with my RMA... and i had posted message here regarding that problem before and u PM'ed me and asked : for my RMA and in which country i li've.(may be 3 months ago or something.) but when i