View Navigation Web IC

Hi All
I have an issue with view navigation in the Web IC.
I have created a view that has a done button on it.  When done is clicked, my view returns to the view it was called from but can be navigated to again with the breadcrumb buttons.
I want the view to be completely destroyed when the done button is clicked and removed from the breadcrumb view.
Does anyone know how to achieve this.
Thanks

Hi thirumala:
Could you send me the ic web client cook book, or do you have any guide on how to configure transaction launcher, in crm 5.0, i know it is a standar funciontality, but i have the following problem, i need to show some transactions like BP, in icwc, and then pass the transaction the confirmed bp number, i've already configured ITS, but i don't know wich are the following steps to do what i want, so could you give some guideance.
Thanks & Regards

Similar Messages

  • Content Viewer for Web Right-edge-binding

    Hi
    A folio marked as Right-edge-binding is navigated on a Content Viewer for Web as left-to-right..
    Any suggestions?
    Thanks
    Eli

    Hi,  The direct entitlement feature is only available to accounts that have the "Enterprise" level. At this time, setting up an integrator id, which lets the fulfillment server know what your endpoints are, is not a self-service operation. If you already have your direct entitlement server working you had contacted someone in our customer enablement team to setup your integrator ID.  Please work with the same person to enable this integrator ID for the Content Viewer for Web. We plan to make this a self-service operation in the future.  Thanks Joerg

  • View Navigation (Back and Next)

    Hi Experts,
    Are there any alternatives to using plugs for view navigation in Web Dynpro?
    We have an application which consist of a number of views, each with a 'back' and 'next' button that loads another view. Problem is - depending on choices made on the views, the next and back buttons need to navigate to different views. This means that we have to create separate plugs and links for each possible destination. Even worse, we have to keep track of which view was loaded before the current view, as the back navigation differs.
    If I can maybe illustrate our problem with this example:
    View1:
    InPlug1(Back from View3 after navigating to it from here)
    OutPlug1 (Next button with option A)
    OutPlug2 (Next button with option B)
    View2:
    InPlug1 (Next from View1 with option A)
    InPlug2 (Back from View3 after navigating to it from here)
    Outplug1 (Next button)
    View3:
    InPlug1 (Next from View1 with option B)
    InPlug2 (Next from View2)
    Outplug1 (Back after navigating from View1)
    Outplug2 (Back after navigating from View2)
    For this simple setup we need 10 plugs and we need to keep track of which View navigated to View3. Is there a simpler way or maybe something we could do different somehow?

    Hi,
    Please go through this tutorial.
    It explains how you can pass parameter inside the fire plug and how you can navigate to a view of your choice from a list of views.
    It does not directly address your problem.But then this is possible solution with some intelligent coding.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#4">Navigation using Interface view</a>

  • Android Adobe DPS viewer. HTML form dropdown menu closes everytime the viewer navigation pops up.

    I have a web content page which contains a form dropdown menu: <select><option></option></select> ... and so on. I use this as a small filter to narrow a result.
    When I tap the screen, this dropdown menu is shown and works correctly on an iPad. As a side effect the navigation from the Adobe DPS viewer is also shown although this doesn't interfere with the dropdown menu in the HTML. Both are shown.
    On an Android tablet, the html dropdown menu is shown for a fraction of a second until the Adobe DPS viewer navigation pops up. The HTML dropdown menu just won't stay visible.
    My question: How can I solve this? How can I make the HTML dropdown visible on an Android tablet? Or how can I prevent the DPS viewer navigation from showing?
    Thanks

    This phenomenon does not happen on a Samsung Galaxy Tab 2. While not showing the dropdown menu as on an iPad it shows it as a scrollable menu at the bottom.

  • Is there a way to view the web history after it's been cleared from the history tab?

    Is there a way to view the web history after it's been cleared from the history tab?

    Yes.

  • Error: RWI 00223 when trying to view a Web Intelligence report in Infoview

    Hi,
    I have a problem when I try to view a webi report in infoview, I get the error message: "Could not get page number. (Error RWI 00223) (Error: INF)". It is possible to modify the report, and run the report from the development application.
    I am using BOXI release 2, SP 5 on a windows server. Tomcat. Java 1.5.
    I have tried to find an answer in the forums and have for instance tried to increase the heap size, it did not help. I have also read something about replacing jar files in the desktoplaunch folder in tomcat. Though, these files are not really covered by the ones found in ..\Business Objects\common\3.5\java\lib. So it does not feel like I can just replace them?
    Do you have any other ideas?
    Thanks in advance.
    BR, Emma

    Hi Emma,
    Thanks for the information.
    Could you please review the following solution and information.
    BusinessObjects XI Release 2 is deployed in a distributed environment. Only the WCA.NET component of BusinessObjects XI Release 2 is installed on the IIS server.
    When attempting to view or edit a Web Intelligence document in the Java Report Panel, a "WIJ2002" error occurs.
    This error does not occur when BusinessObjects XI Release 2 is fully installed on the IIS server.
    Cause
    The TraceLog.dll file is not installed when only the Web Component Adapter is installed on the IIS server.
    Resolution
    Copy the TraceLog.dll file from a full installation of BusinessObjects XI Release 2 to the computer that has only the WCA component installed.
    Background
    This error occurs when the Java applet attempts to send a POST request. The IIS error log files show an HTTP 500 error with POST request type on the cdzisapi.wis file.
    The detailed error message thrown by the Java applet in the browser is similar to the following:
    "http://excalibur:80/businessobjects/enterprise115/cdzisapi.wis? java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 500 for URL: http://excalibur:80/businessobjects/enterprise115/cdzisapi.wis at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.businessobjects.wp.cpi.CPIConnection.postRequest(CPIConnection.java:440) at com.businessobjects.wp.xml.XMLViaHttp.loadScript(XMLViaHttp.java:144) at com.businessobjects.wp.xml.XMLViaHttp.initInstance(XMLViaHttp.java:971) at com.businessobjects.wp.xml.XMLSession.load(XMLSession.java:157) at com.businessobjects.wp.xml.XMLSession.load(XMLSession.java:45) at com.businessobjects.wp.om.OMSessionLoader.load(OMSessionLoader.java:29) at com.businessobjects.wp.tc.TCMain.initClient(TCMain.java:1431) at com.businessobjects.wp.tc.thread.InitAppletRunner.run(InitAppletRunner.java:81) at java.lang.Thread.run(Unknown Source) at com.businessobjects.wp.cpi.CPIConnection.postRequest(CPIConnection.java:444) at com.businessobjects.wp.xml.XMLViaHttp.loadScript(XMLViaHttp.java:144) at com.businessobjects.wp.xml.XMLViaHttp.initInstance(XMLViaHttp.java:971) at com.businessobjects.wp.xml.XMLSession.load(XMLSession.java:157) at com.businessobjects.wp.xml.XMLSession.load(XMLSession.java:45) at com.businessobjects.wp.om.OMSessionLoader.load(OMSessionLoader.java:29) at com.businessobjects.wp.tc.TCMain.initClient(TCMain.java:1431) at com.businessobjects.wp.tc.thread.InitAppletRunner.run(InitAppletRunner.java:81) at java.lang.Thread.run(Unknown Source) Additional info:case 302675238 . Keywords: cdzisapi.wisWIJ2002webi java panel errorweb intelligence java errorwebintelligence java error"
    Regards,
    Sarbhjeet Kaur

  • Adding columns to result list in inbox view of web client

    Hi,
    I have a requirement to display custom columns in result list of inbox view of web client. I copied the view and controller to custom name space. In BSP_WD_WORKBENCH , for AUIITEM view, there are two context nodes . AUIITEMTREE is one of thena and has tree structure and under it tree node proxy. Tree node proxy has attributes, I can not add more attributes to Tree node proxy in work bench. Would you please any one suggest the approach to solve this problem.
    Thanks in advance.
    With regards,
    Ravi Kumar

    Hi Ravi,
    Have u got solution for ur problem.I have got same requirement.
    As per my requirement I need to search for Sold To Party for all category and display it in AUIITEM.
    Please provide with some inputs .
    Regards,
    Vikas

  • SAP BW query view deletion in Web/ "Delete Query view" in web

    Dear All,
    We are using the standard template: BW web analyzer (0ANALYZER). In this standard template, SAP provided two links "Save View" and "Open View" for creating new query views and opening existing query views respectively. However, no oppurtunity was provided to "delete query views".
    We would like to have an oppurtunity to delete the query views as well from Web. (currently we are deleting the unwanted query views from Bex analyzer, as per the request from business users - who have access only to the web reports).
    Would be great if you can suggest some solution to this problem.
    By the way, We would not like to use the standard "Query view selection" web item. (as it creates user specic local views only).
    best regards.

    Hi atlaj
    There is a Function Module called
    CALL FUNCTION 'RZX2_OBJECT_DELETE'
    you can make yourselves a little ABAP with.
    Hope this Helps.
    Best Regards
    Armin Baggenstos

  • Not able to view my web pages in Safari

    I am having problems viewing my web pages in the Safari browser and wondered if anyone can help solve the mystery?
    The site was created in iWeb '08, and was loaded to .Mac. I did not want the site to be hosted on .Mac as I already have a domain, but the CNAME process that is described by .Mac is not supported by my hosting service, so I had to ask my hosting service (Freeola) to route the service to their servers and provide masking so the .Mac address would not show in the browser bar.
    This works absolutely fine in Firefox and the page loads up without a problem.
    However, when I enter the site address in the Safari browser, the name appears in the bar, and then the blue progress bar does 2 sweeps and then a blank page appears, but with the site mame at the top of the window. If I click the cursor on any point on the bank page, a grey horizontal line appears, and then disappears, but still no opening page!
    I cannot work out whether this is an issue with the original coding in iWeb '08 and a compatability issue with Safari ( I am using v2.0.4 on all my 3 machines, and the problem is the same), or it's something to do with the way my hosting service is routing the site.
    I have asked others to view the site on PC's using IE, and they do not seem to have a problem so far.
    I am not a web designer, and know absolutely nothing about writing code and HTML, hence using the simplicity of iWeb, but this seems a strange thing to happen. If I enter the original .Mac site hosting address in Safari, the site shows up just fine!!
    Has anybody else had this type of problem?? Any help would be gratefully received, as this thing is driving me crazy!!
    Cheers.

    Further to my earlier post, I have just read an entry noting that if you already own a domain name, and ask your hosting service to forward and mask your iWeb '08 created, web.mac.com site to your personal domain, chances are that due to the masking of the site on web.mac.com, Safari browsers interpret the masking as being the end of the site, and as such, just return a blank page?
    This may explain the problem. However, call me old fashioned, and possibly a little naive, but surely this cannot be the problem?? It's OK in Firefox!

  • Hi, I'm having problems with viewing a web page created with Adobe Muse CC latest release, I followed the various guides provided by Adobe, but the problem persists. The problem especially concerns the distorted display (the contents do not fit on the pag

    Hi, I'm having problems with viewing a web page created with Adobe Muse CC latest release, I followed the various guides provided by Adobe, but the problem persists. The problem especially concerns the distorted display (the contents do not fit on the page, so it suits size automatically) to a mobile web page to be displayed not on a normal browser, but in a WebView.

    Hi, I'm having problems with viewing a web page created with Adobe Muse CC latest release, I followed the various guides provided by Adobe, but the problem persists. The problem especially concerns the distorted display (the contents do not fit on the page, so it suits size automatically) to a mobile web page to be displayed not on a normal browser, but in a WebView.

  • Font size of text view in Web Dynpro ABAP

    Hi Experts,
    How to increase the font size of a text view in Web Dynpro layout. I have tried the 'Design' property of the text view and made it 'Group Title', But i want even bigger font size.
    Pls suggest.
    Thanks,

    >
    Naresh Kumar Malik wrote:
    > Hi
    >
    >
    >
    >
    > You can use <h1> HTML tag. Here
    > concatenate   '<h1>'  item_eform_reqno '</h1>' into head.
    >   wd_context->set_attribute( exporting name = 'EFORM_HEAD' value = head ).
    >
    >
    > Here attribute EFORM_HEAD is bounded to the text view element.
    >
    > Regards
    > Naresh
    This should NOT work!  The UI elements should safe encode all input values - thereby eliminating the value of any HTML tags. If you system isn't doing this already then it is a bug and if you rely on such a thing it will stop working at some point in the future.
    You are basically restricted to different values available via the design parameter.  The overall font sizes come from the underlying themes and the client applications (browser or NetWeaver Business Client) that host the Web Dynpro Application.  Therefore no direct specification of the font size is possible in order to stay within the controls of theme.  If you don't like any of the designs available, you might consider altering the Portal Theme you are using - but that is a rather drastic approach.

  • Firefox views my web site differently from Chrome or Safari

    When I view my web site as
    https://signature-book.com or
    http://signature-book.com or
    http://www.signature-book.com
    everything looks correct
    But when I view it as
    https://www.signature-book.com
    It views in magnified view
    Chrome and Safari view these versions the same.

    this is not a common bug - your website is already showing to anyone on a 100% zoom level per default. most probably you have mistakenly altered that setting locally while visiting your page in the past (for example by holding the ctrl-key while scrolling)...

  • Search navigation web part question

    I try to configure search navigation and User Current Query from drop down always say target not found. I try to change to search results web part ,but it is not working. It set back to target not found.

    Hi,
    According to your description, my understanding is that you cannot change the User Current Query from in the Search Navigation web part.
    I recommend to delete all the search result web parts in the result page and then add a new search result web part, then change the User Current Query from in the Search Navigation web part.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • I keep getting this pop up.To view this web content, you need to install the Java Runtime Environment. How can I get rid of it?

    I keep getting this pop up - To view this web content, you need to install the Java Runtime Environment. How do I get rid of it. 

    Most likely, you have a web plugin that depends on the Java runtime distributed by Apple, such as the Facebook video calling plugin or the "NexDef" plugin for watching baseball streams. If you no longer need the plugin, remove it. Otherwise, install Java.

  • To enable multiple selection for tree view in web ui .

    Hi Experts ,
    We have requirement to add a multiple selection to a tree view in web ui  for a standard view.
    Component: BP_HIER
    View: BP_HIER/EOVPHierarchyTreeV
    Currently only single select is enabled for this view. I have added the following code in the HTMl page to multi selection.
    selectionMode          = "<%= AccountHierarchy->selection_mode %>"
    <%--selectedRowIndexTable = "<%= AccountHierarchy->SELECTION_TAB %>"--%>
    And in "DO_INIT_CONTEXT " method I have added the following code to enable multi select.
    typed_context->accounthierarchy->set_selection_mode(
            iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multi.
    But still multi selection is not working.
    Let me know if any code changes are required in method "EH_ONSELECT" to enable multi selection.
    Regards,
    Shweta Nimje

    Hi Shweta,
    Why did you comment attribute selectedRowIndexTable? Uncomment and try again.
    selectedRowIndexTable = "<%= AccountHierarchy->SELECTION_TAB %>"

Maybe you are looking for

  • Quicktime 7.5.5 to 7.6

    I have a license for Pro 7.5.5. Do I need to purchase another license once I upgrade to 7.6? Thanks!

  • Tables used in all my reports

    I've got about 120 reports that are using Tables. views, or stored procedures(SQL Server). I need to make a list of all tables that these reports are using. Is there an easier way to get this info then opening each report up in design view and listin

  • E-mail crash- help please

    I have gmail and virgin e-mail accounts on my iPad which have been working without problems for months. I don't know of any reason why but I mow cannot send or receive e-mails from either account? Any ideas welcome. Thanks

  • Comcast smartphone app problem

    after installing 10.9.1 the app for comcast smartphone will not get mail... blank page. Other sites are OK and open as usual.

  • Delete or reset address book?

    I changed jobs, got a new phone, and need to delete everything from my address book so I can hand it off to my wife. How do I do this?