View of Component Is Not Visible.

Hi all,
    I am new to the wbe dynpro. I have an issue.
I am using ALV to Display the selected data. Its displaying Correctly in alv table i have made one field to be link which will navigate to another view.
When i click the link i am getting the following error View of Component Is Not Visible.Navigation Is Not Possible
can any help me to resolve this problem.
Thanks in Advance,

Hi Kedar,
In view1 i have created a container i am embeded the view in tat container its displaying correctly..
In tat view2 iam having the ALV table in this i have link and if i press this link it should navigate to view3.
Thanks in Advance.

Similar Messages

  • View of Component Is Not Visible. Navigation Is Not Possible

    Hi All,
    I have copied Window1 into Window2 and when I try to navigate from view1 to view2 in the copied window(window2),the dump "View of Component Is Not Visible. Navigation Is Not Possible " is thrown.
    I have tried recreating the navigation links in the second window as well,but no luck.
    Can any one please help me out,this is very uregnt...
    Thanks,
    Salma

    Hi Salma,
    Are you trying to navigate between the views of 2 different windows? If that's the case then you can proceed as follows:
    Create 2 views and 2 windows and assign first view to first window and second view to second window. Also create an [exit plug|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm] for window1 with parameter URL of type string.
    Note:
    when you create windows automatically an interface view will also create with same name.
    Now create application1 for window1(nothing but give interface1 ) in the same way create another application and assign corresponding interface view.
    Then write your logic in the onAction method of view1,call the exit plug of window1 then pass the URL of second application.
    Regards,
    Uday

  • "View JNDI tree" link not visible under monitoring tab of myserver?

    Hi,
    The link "View JNDI tree" as mentioned in chapter 18 of administration guide is
    not visibile on my installation of 6.1 beta.
    Is there some configuration setting that i need to do to make this link visible.
    I am having problems with installation and running of my resource adapter. I wanted
    to check whether the JNDI name is registered properly and there i ran into this
    problem of no link available.
    Regards
    Manish

    They moved this into a popup menu that you get to using a right click
    in the tree view in the left frame. There are lots and lots of new
    admin goodies available by right clicking on nodes of the tree. It
    took me a while to discover this myself. :)
    Ben
    On 20 Jun 2001 10:29:12 -0800, Manish Verma <[email protected]> wrote:
    >
    The link "View JNDI tree" as mentioned in chapter 18 of
    administration guide is not visibile on my installation of 6.1 beta.

  • Dynamic WD Component iView not visible?

    Hi all
    I am using a WD Comp iView. Source view is triggering a page service to set up a target view on the WD Comp iView place holder. Even though i face no exceptions the WD Comp iView is invisible. I have checked all ppties but of no avail. I m NOT using OBN, it is just a page service. The iView are all WD views, can any one please help? Thank you.
    regards
    LNV

    Hey Carol,
         I was kinda facing a similar problem. Could you please tell me how exactly you solved the problem. Will be a great help.
    Regards

  • Custom View not visible in Overview page as AB unless "Reset to Default"

    Hi Experts,
    I am facing a strange issue here.
    I enhanced the component TPMOE and created a custom view ZTRADESPENDEXCEPTION in it.
    Now i have added this view as assignment block in all 6 configuration available for the overview page.
    I have redefined the DETACH_STATIC_OVW_VIEWS and REATTACH_STATIC_OVW_VIEWS.
    The issue i am facing is that my view assignment block is not visible to the user unless he/she goes to the personalization of the overview page and hits "Reset to Default". Once this is done, later on users can change there personalizations and everything works fine.
    Now i am not sure i can go and tell all end users to go to personalization of the TPMOE overview page and click on "Reset to Default".
    Is there any other way i can show my view to the end users?
    I have done this on the lines of overview page layout changing when you select product planning basis while creating Trade Promotions.
    Thanks and Regards
    Gaurav Kumar Raghav

    Hi Amar,
    My coding is given below.
    In DETACH_STATIC_OVW_VIEWS, the coding is:
    Call Super Method
    ls_viewid-view_id = '<My View Name>'.
    Append ls_viewid to rt_view_id
    In REATTACH_STATIC_OVW_VIEWS, the coding is:
    Call Super Method
    if <flag>  = 'X'.
    ls_viewid-view_id = '<My View Name>'.
    Append ls_viewid to rt_return.
    endif.
    In debug mode, the coding get executed correctly and my view is returned for attachement.
    For each user, the first time, i need to say "Reset to Default".
    After that it works fine, my view is displayed.
    Is the program "BSP_DLC_DELETE_PERSONALIZATION"  a good solution to my problem?
    Thanks and Regards
    Gaurav Kumar Raghav

  • Flight_search view's UI element are not visible

    Hi Experts,
    UI Elements in the view Flight_search of component FITP_FLIGHT  is not visible. when i click the layout of flight_search view it shows an message Export puffer not sufficient.preview deactivated. -> Note 965337
    Any body could tell why  this error is occured and how to rectify.
    Edited by: Ramanan Panchabakesan on Sep 7, 2008 10:18 AM
    Edited by: Ramanan Panchabakesan on Sep 7, 2008 12:04 PM

    hi,
    i am facing the same problem, when i click on view layout, it is not visible, and same message is coming to me that export puffer not sufficient, preview deactivated, note -> 965337.
    Yogesh N

  • Graph which should display the data of a view object not visible

    Hi,
    I have a main page which contains a <af:panelAccordion> component with three <af:showDetailItem> components. Each of these <af:showDetailItem> components contain a page fragment. In each of these page fragments are a <af:table>, <dvt:pieGraph>, <dvt:lineGraph> and a <dvt:areaGraph> which represent data of view objects.
    In the first <af:showDetailItem> window all components are visible. But when I click on another <af:showDetailItem> all components are visible except the <dvt:areaGraph>. Weird is when I insert a <af:commandLink> into the page fragment without any functions. Also the link doesn't invoke any mehtod and partial submit is set to false. Now when I click on this link the <dvt:areaGraph> with its data become visible and show the data.
    The area graph and the line graph have partial triggers set to the table. Because when another row in the table is selected, the area and line graph should show data which is dependent on the selected row of the table.
    Has anybody an idea?
    Thanks in advance!
    Edited by: user13061309 on 27.07.2010 06:53

    Hi Frank,
    thanks for your response.
    I created a fragment-based flow and dragged it onto the main page as a region component. The main page contains the panelAccordian with its showDetailItem's. Each of the showDetailItem components of the panelAccordian contain such a region component.
    Now I set the partial trigger's property of the region component pointing to the showDetailItem component which contains the region but nothing changed. The graph is still not visible at the first click on the detailItem. I also set the trigger's property of the region component pointing to the panelAccordian but also nothing happens.
    Regards
    Michael
    Edited by: user13061309 on 06.08.2010 03:00

  • Configuration tab not visible in the costom view created.

    HI All,
    My requirement is:
    To create a view in the standard component : BT301i_lam (Financial service item level).
    For this i followed following steps:
    1> Added item component through EEWB.
    2> Enhanced the component BT301I_LAM to add a custom view which will show the required details created through EEWB.
    3> Now problem is , after view creation , the "CONFIGURATION" tab is not visible in the view.
        Also , in the runtime repository (where i can add my view to the overview page) i am not able to find the view.
    Can anyone please tell me on where i went wrong.Please also provide the correct steps to add a custom view so as to show attributes added through EEWB.
    Thanx.
    Edited by: abhishek ranjan on Mar 25, 2011 10:48 AM

    Hi,
    Try with the below code in .HTM .
    <%@page language="abap" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <chtmlb:configTable actionsMaxInRow       = "3"
                        displayMode           = "FALSE"
                        allRowsEditable       = "TRUE"
                        downloadToExcel       = "FALSE"
                        enableTableGraphics   = "TRUE"
                        id                    = "table"-------you can give your table id
                        onRowSelection        = "select"
                        personalizable        = "FALSE"
                        selectedRowIndex      = "<%= X->SELECTED_INDEX %>"
                        selectedRowIndexTable = "<%= X->SELECTION_TAB %>"
                        selectionMode         = "<%= X->SELECTION_MODE %>"
                        table                 = "//X/Table"
                        usage                 = "ASSIGNMENTBLOCK"
                        visibleFirstRow       = "<%= X->VISIBLE_FIRST_ROW_INDEX %>"
                        visibleRowCount       = "25"
                        width                 = "100%"
                        xml                   = "<%= controller->configuration_descr->get_config_data( ) %>" />
    REPLACE X WITH YOUR CONTEXT NODE.
    Regards,
    Gangadhar.S
    Edited by: gangadhar rao on Mar 25, 2011 1:47 PM

  • View not visible error

    Dear Experts,
    the situation is as follows:
    I have a windows which contains four views. One is the main view and the other three views will
    be called if a button is clicked.
    the In and Outbound Plugs are connected like this:
    Main -> outbound Plug1 Main view -> Inbound Plug show view -> show view
    Main -> outbound Plug2 Main view -> Inbound Plug change view -> change view
    Main -> outbound Plug3 Main View -> Inbound Plug create view -> create view
    show view -> outbound Plug show view -> inbound plug main view1 -> main view
    change view -> outbound Plug change view -> inbound plug main view2 -> main view
    create view -> outbound Plug create view -> inbound plug main view3 -> main view
    Problem is as follows:
    i enter data in the main view and navigate to show view -> no Problem.
    then i navigate back with a button to main view -> no Problem.
    then i navigate to change view -> no Problem.
    but when i then want to navigate back to main i get the following error message:
    The view show of the component z_net_cats_multi is not visible. Navigation is not possible.
    How can i make the view visible so i can navigate back.
    Thanks for help and best regards
    René

    Dear Rene,
    Please check the outbound plug of change view is properli  linked to the inbound plug of Main view.
    Check for the chain symbol between outbound plug of change view and inbound plug of main view.
    Also check the action event of button in change view which you call for navigation to main view.

  • View not visible

    Hi Gurus,
    I have a requirement wherein i have to use component BP_DATA/IDNumberWindow in the component ICCMP_BP_DETAIL. Here are the steps I followed:
    1. Add a component usage for   BP_DATA/IDNumberWindow in component ICCMP_BP_DETAIL.
    2.Assigned this to VS BuPaMoreCustomerVS  after creating a new view area.
    3.Redefined the component controller's WD_USAGE_METHOD to do context node binding.
    4.Redefine the htm page of viewset to display the embedded view.
    5.Redefined the set_context_viewgroup method of view embedded.
    But when I go to UI this view is not visible. Please help.
    Thanks.

    Hi.
    in component ICCMP_BP_DETAIL component CreateW window is the default window which does not hv viewset View ICCMP_BP_DETAIL/BuPaMoreCustomerVS .
    Ensure  that when chking in UI either MoreWindow is being diplayed or else add ur view to   viewset ICCMP_BP_DETAIL/BuPaCreateVS .
    Rgds,
    Swati.

  • BPM worklist app views are not visible in IPM task viewer

    Hi,
    we upgraded our system from 11.1.1.3.0 to
    weblogic 10.3.5.0
    SOA 11.1.1.5.0 with BPEL processes
    ECM with IPM and UCM 11.1.1.5.0
    after upgrade i have problem with profiles in IPM task viewer page. Views are created in BPM worklistapp and all users can see tasks assigned to them there. But those views are not visible in IPM task viewer page (i tried it using driver page). Because of missing profiles/views users can't see and process tasks assigned to them. In log files isn't raised any error message.
    Everything was working before upgrade. Can someone help me with this? What can i have wrong there?
    Thanks a lot in advance for any help
    Edited by: 914063 on Jun 20, 2012 12:56 PM
    Edited by: 914063 on Jun 20, 2012 12:57 PM

    Hi Renuka,
    There are basically two ways to create an ADF UI for a BPM Task:
    1. Generate it from the task
    2. Create a ADF Taskflow based on Human Workflow Task
    Since I tell this by heart, I might be slightly wrong in the terms.
    You probably want to try the second option. It is accessible from the "New Gallery". You'll have to provide the Human Task from the BPM project, but then you can build up the ADF Taskflow by your self, based on the customizations of the rest of your application.
    Should not be rocket science for someone with ADF11g experience. Since it is not my dayly job, I need to figure it out every time again ;). But I did it in the past and it wasn't so hard.
    Regards,
    Martien

  • I just started using a new version of Illustrator and the text I am creating has a pink box behind, looks to be about the depth of the normal linespace, it is not visible in outline view, only in preview. What is it and how do I get rid of it?

    I just started using a new version of Illustrator and the text I am creating has a pink box behind, looks to be about the depth of the normal linespace, it is not visible in outline view, only in preview. What is it and how do I get rid of it?

    Hi Larry. I see. It is a file I have worked on previously, and the font is Myriad which I though came with the system. I just changed to Myriad Pro and the pink box disappeared. Thanks for the assistance, I know a new thing!

  • Items visible in PDF Preview not visible in Design View

    Hello-
    I used the auto create function to turn an existing PDF info a fill-in able PDF. Auto create "auto detects" form fields, including in some areas of the form that are not fields at all (blank areas, etc.). I go into Design View and remove any extra fields. However, I've discovered there are some fill-inable fields visible in PDF Preview and in the actual PDF itself (once saved) that are not visible at all in Design View- thus I can't click on them and delete them- they just aren't visible in that view. I've read the forums and it seems the opposite problem is more common, in which something shows in Design View but does not show in PDF Preview or in the final PDF.
    Any guidance on what's going on? Next steps? I'm not a coder, so the simpler the better. Thanks to anyone with suggestions.

    All the fields on your form are listed in the Hierarchy which is generally on the left-hand side of your screen. In there you should be able to go through each field and delete the ones you don't need.

  • I accidently click for a full screen view on Firefox and now I can't undo it. My bar with tools, bookmarks, etc. is not visible. As the browser opens, the bar appears but then jumps up where it can't be reached. How do I turn off the full screen?

    I accidently clicked for a full screen view on Firefox and now I can't undo it. My bar with tools, bookmarks, etc. is not visible. As the browser opens, the bar appears but then jumps up where it can't be reached. How do I turn off the full screen without access to view options?

    Co-el, This wasn't possible as there wasn't a navigation bar available. The F11 did the trick though. Thanks for adding to the discussion.

  • Html view is not visible

    Hi Guys
    i am calling a webtemplate from vc by using html view
    but the contents of html view is not visible in the application but html view window is opening but blank screen when i am trying this link direct in internet explorer its opening even www.google.com is not working from the application.
    after changing my compiler to flex2 compiler i am getting this problem
    Regards
    Amiya

    Hi Govindu
    Thanks
    actualy i am using some guard condition in my html view if i am removing it then its displaying
    in flex2 compiler and some custom drop down events also working strangely in flex2 which is working properly in flash  its realy strange
    can u please explain what are all fixes we can do in order to solve this issue we have also raised oss message regarding this
    Regards
    Amiya

Maybe you are looking for

  • Unable to configure Netbeans IDE for IDM

    I am trying to configure Netbeans IDE for my IDM project. I am using Netbeans 6.8 with the compatible plugin with JDK 1.6. For creating the project, I select Identity Manager Project and then provide the war file, that I create for my existing IDM in

  • How to fin my security question

    Thank in advance for helping me how to find my security question in my id app

  • How to spool only results? (minus system output)

    Hi all, i have 2 problems my script below in italics set linesize 140 set pagesize 1000 set feedback off set echo off spool anotherresults.txt select 'Country Code:"'||a.country_id||'"', 'Country Name:"'||a.COUNTRY_NAME||'"', 'Residing in :"'||a.REGI

  • Problum in creating view

    Hi i want to create a view based on three table i am getting problum please guide me SQL> ed Wrote file afiedt.buf 1 CREATE VIEW order_tracker1 AS 2 SELECT 3 s.id, 4 s.party_name, 5 s.comment1, 6 s.del_date, 7 s.order_date, 8 sum(sd.total_qty), 9 sd.

  • Posting custom headers in B2B via ESB

    Hi All, I am dequeue a payload from IP_IN_QUEUE using AQ Adaptor(ESB) and using Transformation and routing service of ESB(XSLT), I populate few headers and enqueue to IP_OUT_QUEUE. I am successfully able to populate FROM_PARTY,TO_PARTY, etc in the he