Urgent!! Navigation from a link to a Zviewset

Hi Experts,
I have created a link on standard veiw(followupdetails).On click of this link a new zview should open.
I have created a new zviewset (zcharity) within which it contains zview( zcalendar).
I have made the folloing entires in design time repository.
1.create an xml file say tmp.xml which contains
<ViewSet id="Z_CRM_IC/zcharity">
<ViewArea id="top" views="Z_CRM_IC/ZCALENDAR"/>
<ViewArea id="bottom" views="Z_CRM_IC/ZAPPOINTMENTS"/>
</ViewSet>
and included this xml file in crm_ic_all_viewsets as
<%@ include file = "tmp.xml" %>
2.In crm_ic_all_navlinks.xml file
<%@include file="../CRM_IC_DT_REP/FoUpNavigationalLink.xml" >
I went to above stated file and made entry as
<NavigationalLink name="FollowUpToCalendar">
  <Source viewRef="FollowUpDetails" outboundPlugRef="default"/>
    <Targets>
     <Target viewRef="Z_CRM_IC/ZCALENDAR" inboundPlugRef="default"/>
    </Targets>
</NavigationalLink>
when i click the link my new view doesnt open.
are there any more steps to be carried out??????
Please reply.
Points will be rewarded.

Hi Rana,
Did you add your new viewset to the standard workarea occupation??
Try to add your Viewset to the StdWorkareaOccupation.xml from your Z_CRM_IC_DT_REP (a copy of the CRM_IC_DT_REP) like this.
<%@page %>IC_BASE/workAreaDefaultView IC_BASE/IndexListView BuPaMainViewSet
                        ClmCallLists MktCampaignsSet IC_BASE/ChatMainViewSet IC_BASE/ChatTranscriptViewSet
                        IC_BASE/ScriptVset_A FollowUpViewSet IC_BASE/GlobalSearchView IC_BASE/SolSMain IC_BASE/SolSDetail IRecViewSet
                        MailMain IC_BASE/MailPendingMain FaShAreaViewSet IC_BASE/ABoxViewSet
                        ServSearchViewSet ServViewSet ServItemViewSet ServIBViewSet ServIBTreeViewSet ServCViewSet  ServTCViewSet
                        SrvEmpViewSet ServRMAViewSet TODOMyWorklist ProdResListViewSet ProdDetailViewSet IHistViewSet
                        SoCurrent SoHeaderDetail SoItemDetail PartnerSeaSet SoBuPaSearchSet SoHConditionSet SoIConditionSet
                        SoProdConfSet
                        salsT
                        FaxViewSet FaxDispLrgVSet LetterDispLrgVSet
                        EvtTstView ReDoDocuAreaViewSet    CMViewSet
                        AuiMain DocFlow PProViewSet PrePost ServSViewSet SrvTViewSet ServiceView StdResp
                        CmgASearch CmgADetail CmgAAttrMore CmgAFullView CmgAFullLog
                        CmgAHierarchy CmgAClassification CaseANavigation
                        PaymMainViewSet PaymAssignViewSet ChangeHistorySet WorkflowViewSet
                        MktIOViewSet PartOAViewSet Lead
                        ERPMainVS ERPHeaderVS ERPLogVS ERPHistoryVS ERPDocFlowVS ERPCondHVS
                        SoCPEViewSet IbaseSearchSet ComplViewSet ComplIViewSet
                        Z_CRM_IC/ZCHARITY
Than replace the old StdWorkareaOccupation.xml with the new StdWorkareaOccupation.xml in MainViewSet.xml rfom Z_CRM_IC_DT_REP like this:
<%@page language="abap"%><ViewSet id="IC_BASE/ICAPPMainViewSet">
     <ViewArea id="navigationArea" views="IC_BASE/navigationViewSet"/>
     <ViewArea id="workArea" views="IC_BASE/workViewSet"/>
     <ViewArea id="contextArea" views="IC_BASE/contextAreaView"/>
     <ViewArea id="breadCrumbsArea" views="IC_BASE/BreadCrumbsView"/>
     <ViewArea id="globalSearchArea" views="HistoryView"/>
     <ViewArea id="helpArea" views="Help"/>
       <ViewArea id="statusArea" views="StatusView"/>
     <ViewArea id="errorArea" views="IC_BASE/ErrorViewSet"/>
</ViewSet>
<ViewSet id="IC_BASE/navigationViewSet">
     <ViewArea id="navigationViewSetArea" views="IC_BASE/NavBarView"/>
</ViewSet>
<ViewSet id="IC_BASE/workViewSet">
     <ViewArea id="workViewSetArea"
                 views="<%@include file="../Z_CRM_IC_DT_REP/StdWorkareaOccupation.xml" %>"/>
</ViewSet>
Now replace your old MainViewSet.xml with the new MainViewSet.xml in CRM_IC_All_Viewsets.xml like this:
<%@page language="abap"%><%@ include file="MainViewSet.xml" %>
<%@ include file="BuPaViewSet.xml" %>
<%@ include file="CRM_IC_All_Viewsets_wo_BUPA_and_Main.xml" %>
Hope this solves your problem.
Kind regards,
Micha

Similar Messages

  • Snap: how to exclude navigation bar from internal link snapping

    anyone found a way to exclude navigation-bar-links from internal link snapping?
    harpo

    anyone found a way to exclude navigation-bar-links
    from internal link snapping?
    http://www.snap.com/about/spa_faq.php#9

  • Controlling the Navigation Pane from Topic links

    I've followed Rick Stone's instructions (in his Skinny on Skins tips file) for controlling the navigation pane from topic links, but I've included the reference to whtbar.js in my Master Page (as I want it to be available to all my topics) instead of in a single topic in my WebHelp output. It works fine, however, I'm experiencing a page flicker whenever I click a link which opens the TOC, Index, Glossary, etc. Does anyone know if this can be avoided?
    Thanks
    Jonathan

    Hi Willam
    No your method still works fine thanks (without any page flicker). However, it only opens and closes the navigation pane. What I've been playing around with is the idea of hiding the standard WebHelp toolbar by setting its height to zero in the .SKN and then creating my own toolbar in a Master Page that controls the navigation pane, i.e. with Home, Contents, Index, Search, and Glossary links. That way I have more control over how the toolbar looks and, for example, I can use some script to power drop-down menus, etc. I've been looking at using the Bootstrap framework.
    I seems to work okay, apart form the annoying page flicker when I use the links in my custom toolbar.
    Oh well, maybe I'm trying to push the boundaries a little too far?!
    Thanks anyway,
    Jonathan

  • Urgent :- Call a seeded form from a link

    Hi,
    Can anybody suggest me how to open the form for people screen from a link , for a particular person in Oracle apps HRMS.
    The link is provided through a workflow notification .
    The requirement is that by clicking the link, the form for people screen for the particular person should open.
    I am dealing with seeded forms of the application and i cannot edit the forms or write any trigger.
    I have used FND_RUN_FUNCTION.get_run_function_url ( p_function_id in number,
    p_resp_appl_id in number,
    p_resp_id in number,
    p_security_group_id in number,
    p_parameters in varchar2 default null,
    But I did not get what to pass in the p_parameters since there are global variables which needs to be passed while opening the form.
    If you can advice me on this then it would be of great help.
    Regards,
    Seona
    Edited by: user10698992 on Nov 30, 2009 9:36 PM

    Hi all,
    Please help..
    I am dealing with seeded forms of the application and i cannot edit the forms or write any trigger.
    I have used FND_RUN_FUNCTION.get_run_function_url ( p_function_id in number,
    p_resp_appl_id in number,
    p_resp_id in number,
    p_security_group_id in number,
    p_parameters in varchar2 default null,
    But I did not get what to pass in the p_parameters since there are global variables which needs to be passed while opening the form.
    If you can advice me on this then it would be of great help.

  • Popups: Navigation from view to window does not work

    Hi,
    I open a second window as popup. This window has 2 views embedded, displaying view1 first. On some actions I would like to navigate to view2.
    Defining an outbound plug on view1 and an inbound plug on view2, connecting them and firing the outbound withith the onaction works absolutely fine.
    However, for some reasons I would like to avoid a direct navigation, but would like to navigate from view1 to the popupo window and from there to view2 (or maybe another view, ofcourse also embedded in the same popup window). Unfortunately I fail on this scenario - I can fire the view-to-window plug, but the destination on the window side (handle in method) is never reached.
    Since the same concept works fine on non-popup windows I wonder whether a navigation from view to embedded window does not work for popups?
    Any idea?

    Hi Yashpal,
    no, just one window.
    The first link is view1 -> window, the second window -> view2.
    I.e., I fire in the view the outbound plug, which is connected with its window.
    In the window I fire an outbound plug, which is connected to view2.
    In theory this should work - for non-popup windows I do not have any problem at all, however, for popup windows the navigation from view1 to the window is not processed.
    In the meantime I played a little bit further: Instead of firing a navigation from view1, I now fire an event defined in the component contoller, on which an event method is registered within the window. Doing so, I reach the window, which I didn't reach via the navigation link. Once in the window, firing to view2 works just fine ...
    Hope the issue is a bit clearer now. Also I found a solution, I am surprised that the simpler way via navigation does not work.

  • Has anyone else received a phishing, "Urgent Alert From Apple Support"? It came to my actual iCloud email address.

    The message is very clearly bogus, full of errors of every kind, right from the start: "Dear Apple Custumer,"
    The fact that it came to my own iCloud address worries me since usually such schemes are to a broad group, like "[email protected]"
    I have forwarded the email, with Long Headers, to the fraud-combating websites. Can't find any hint on apple.com/support as to where at Apple itself to direct it.

    Re: Has anyone else received a phishing, "Urgent Alert From Apple Support"? It came to my actual iCloud email address.
    YES today in the UK, the email text is as below, together with several Links to "Apple" sites and an Apple logo and European support address.
    Fairly crude but could fool naive users.
    Any one know how to get to the addresses behind the links without clicking them?  Just copying and pasting as plain text doesn't seem to work. Any other way just copies the Hyperlink.
    Scam Text in square brackets:
    [This is the final notice to inform you as of 30 - January - 2015 that you have not yet updated your account information. Under "Know your Customer" legislation Apple Inc is required to perform a verification of your information, failure to do so will result in account termination in less than 48 hours.
    To stop the termination of your Apple and iCloud please validate your account information before the deadline.
    Please continue to Validate your Apple/iCloud ID »
    Sincerely,
    Apple Support]

  • Load SWF from text link?

    Hi
    I have navigation movieclips which load external SWF's into
    my "loader_mc" empty movie clip on my stage, however I need to add
    some text onto certain pages and from this text create hyperlinks
    which are meant to load external SWF's also into the same loader_mc
    movie clip.
    Firstly, is this even possible - i.e. load external swf's
    from text links?
    Secondly, if so, how? When i select the text, the actions
    panel is always disabled.
    Any suggestions or advice would be greatly appreciated.
    Thanks

    I just have stop(); on the swf
    this is the code for adding the swf
    addBubbles(e.currentTarget);
            private function addBubbles(e:Object):void
                var xx:Number = e.x;
                var yy:Number = e.y;
                var bubble:boxg = new boxg();
                bubble.x = xx;
                bubble.y = yy;
                e.parent.addChild(bubble);
                bubble.gotoAndPlay(1);
    But when i run the debug i get an error on this line - e.parent.addChild(bubble);
    Error #1009: Cannot access a property or method of a null object reference.
        at InventoryItem/addBubbles()[C:\Documents and Settings\frida\Desktop\hello99\hello3\InventoryItem.as:39]
        at InventoryItem/mouseClickHandler()[C:\Documents and Settings\frida\Desktop\hello99\hello3\InventoryItem.as:28]
    what that means?
    Thank you

  • Unable to open .chm file from a link in Weblogic 7.0

    Unable to open .chm file from a link in weblogic server. But the same
    jsp code works in Websphere
    Sample Code :
    <!-- < a href="JavaScript:window.navigate('help/manual.CHM')">
    Linked Text</a> -->
    The above link, works well in websphere. help is a folder that
    resides in the server. But when i tried to execute the same in
    Weblogic, some junk characters appeared . so i tried to direct the
    link to Display.jsp and passed the path of the chm file as the
    parameter. I cleared teh out buffer using out.clearBuffer() . i set
    the content type to application/x-msdownload and also set the header
    to content disposition.
    Nothing worked .
    I also tried another way.. That is the following
    I even tried including the mime type
    <mime-mapping>
    <extension>chm</extension>
    <mime-type>application/x-msdownload</mime-type>
    </mime-mapping>
    in the web.xml file. and still it doesnt work
    Nothing Worked . What should i do ? I need immediate help to sort out
    this issue. Can anybody help me
    - Angel

    This could be a Launch Services issue. The following article describes how to manually reset Launch Services — the notes at the bottom of the article also provide information about the side effects of deleting each of the files involved:
    Resetting Launch Services
    If you prefer using a cache cleaning utility instead of following the manual procedure described in the previous article, take a look at this other article for general troubleshooting and cache-cleaning procedures. Actually, you should also verify/repair the startup disk (not just permissions), as described there:
    Resolving Disk, Permission, and Cache Corruption
    The most appropriate utility for this particular problem probably is Tiger Cache Cleaner, but you may also want to consider other utilities, such as OnyX, or Cache Out X, which are free. Whatever utility you choose, be sure to read this first:
    Side effects of System cache cleaning
    As an example, this is how you should proceed with OnyX:
    1. Quit all applications.
    2. Launch OnyX and enter your administrator password.
    3. Go to Maintenance > Reset and check LaunchServices database.
    4. Un-check any other pre-checked options.
    5. Click the Execute button.
    6. Restart the computer.
    BTW, if you’re running Mac OS X 10.4 (Tiger), as your profile indicates, it would have been more appropriate to discuss this in the Mail & Address Book - Tiger forum. If the discussion applies to both Mail 1.x and Mail 2.x, it doesn’t really matter, but it’s difficult to know that in advance.

  • TS3276 i am unable to open web pages from email links on my ipad

    I am unable to open web pages from email links on my ipad

    A few more details might help, if nobody else recognizes this.   
    What happens when you try to open the links?
    Can you post an example of a link that doesn't work?
    Is there any particular source for the mail with the (bad) links, or is mail from all sources failing?
    If you happen to know it, what's the format of the mail message?  (Maybe the message is an image?)
    Do the embedded links work as expected from an OS X system running Mail.app, or some system and some other other mail client?
    To view the link in iOS: if you press on and hold your finger on an embedded link in most contexts, iOS will show a pop-up with the link contents, and will offer to copy it.  You can use that to acquire and post the link.  If pressing and holding on the link doesn't offer the pop-up, the format of the link itself may not be valid, or it might not really be a link.

  • Pass parameter from page link to report

    <span><font face="Verdana, Geneva, Arial, Sans-serif" size="2">How can I pass 3 parameter values from a link on one page to a report or CrystalReportViewer.<br /><br />Report is a CR/VS 2005 web report in C#<br /><br />Parameter fields in the report are:<br />   CampaignID<br />   BeginDate<br />   EndDate</font> <p><font face="Verdana, Geneva, Arial, Sans-serif" size="2">So say link page URL looks like this:<br /></font><a href="http://localhost/reports/campaign_report/default.aspx?CampaignID=61325&BeginDate=1/1/2006&EndDate=1/2/2006" target="_blank" title="http://localhost/reports/campaign_report/default.aspx?CampaignID=61325&BeginDate=1/1/2006&EndDate=1/2/2006"><font face="Verdana, Geneva, Arial, Sans-serif" size="2">http://localhost/reports/campaign_report/default.aspx?CampaignID=61325&BeginDate=1/1/2006&EndDate=1/2/2006</font></a><br /><font face="Verdana, Geneva, Arial, Sans-serif" size="2">and I want to pass these values to the report and bypass the Parameter Prompt Page.</font></p><p><font face="Verdana, Geneva, Arial, Sans-serif" size="2">When i run this link the report viewer page says "missing parameters"</font></p><p><font face="Verdana, Geneva, Arial, Sans-serif" size="2">Do I need to add something to the default.aspx.cs page?<br /></font><font color="#0000ff">--<br /><br /><font face="Verdana, Geneva, Arial, Sans-serif" size="2">protected</font></font><font face="Verdana"><font size="2"> <font color="#0000ff">void</font> Page_Load(<font color="#0000ff">object</font> sender, <font color="#008080">EventArgs</font></font></font><font face="Verdana" size="2"> e)<br />{<br />     Parameter.Field1 = (CampaignID);<br />     Parameter.Value1 = Request.QueryString("CampaignID");<br />     ...??<br />}<br /><br />--
    <br /></font><font face="Verdana" size="2">Any help would be greatly appreciated?<br /><br />Thank you,<br />Jason</font> </p></span>

    Â Hi Jason
     You are correct. The Viewer object will not automatically look at the URL and try to assign the values. You need to grab these values from the URL and properly assign them to the parameter objects.
    Rob Horne
    [My Blog | /blog/10]

  • Safari doesn't open maximized from a link in email

    When I open Safari from a link in the email program I use (Eudora Pro), the webpage doesn't open maximized-fills only about half of the monitor screen. Any ideas on how to troubleshoot this problem. I did right-click on the Safari icon and changed the setting to open Safari maximized-still doesn't open it completely from a link.

    Hi Swarup,
                     You know to tell which mail format are you using, whether is Outlook or Lotus. SAP Connectors need to be installed for the same depending upon the mail type.
    Regards,
    Abhishek Raj.

  • How can I open new window from a link in another window?

    Hello everyone!
    Can anyone help me with my problem. I need to open a child window from a link in the mother/master window. Actually, the link that would open the child window is directed to a servlet that retrieves data from the database. The data will then be displayed in the child window. I don't how to open a new window with the data retrieve (thru the servlet) displayed in it. I'm using model 2 architecture (Servlet-JSP).
    Thank you in advance and more power!
    nicoleangelisdaddy
    [email protected]

    Or you can use something like this,
    Click and in your test()
    <script language="javascript">function test()
          document.form_name.target="_blank";
          document.form_name.action="/test/servlet/LoginServlet";
          document.form_name.method="post"
          document.form_name.submit();
    }</script>
    Here "/test" is your application context path.
    If you want to open the link in the named window then use,
    document.form_name.target="your_own_name";

  • Error while navigating from a report in OBIEE

    I get the below error while navigating from one report to another report
    Odbc driver returned an error (SQLExecDirectW).
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.
    [nQSError: 16001] ODBC error state: 37000 code: 1101 message: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate a new page for database 'TEMPDB'
    because of insufficient disk space in filegroup 'DEFAULT'. Create the necessary space by dropping objects in the filegroup
    , adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup..
    [nQSError: 16015] SQL statement execution failed. (HY000).
    Any inputs on this is highly appreciated.
    Thanks,
    Vasavi

    Hi Vasavi,
    There is no Temp space in Data base to run queries .Please contact your DBA to increase your db size
    thanks,
    saichand.v
    Edited by: Saichand Varanasi on Jul 14, 2010 7:35 AM

  • When ever I try to watch any video, from a link or YouTube say, using Firefox, I get a message 'An error as occurred. Please try again later'. It has been this way for some weeks. I don't have this problem using Safari or Opera.

    When ever I try to watch any video, from a link or YouTube say, using Firefox, I get a message ‘An error as occurred. Please try again later’. It has been this way for some weeks. I don’t have this problem using Safari or Opera.

    I believe that our “Werbung problem” adds an additional second hyperlink to the pop-up window. This second link is activated whenever you trigger a saved hyperlink to a Mail.com site.
    I had the same problem and eliminated it by deleting all bookmarks, hyperlinks and automatic links that take firefox to a mail.com address. So I just deleted all bookmarks I had saved for mail.com. I also changed my home page link because it also went to my email at mail.com. I then did a warm boot, opened firefox and re-saved my bookmarks and homepage to the desired addresses. Good luck.

  • Can a Quicktime file download from clickable link?

    Quicktime file download to desktop from clickable link?
    I have large movies that I want to make available for direct download to the desktop so people will click download and do something else.
    It is my understanding that you can't provide a quicktime file for download to a desktop because there are PC/MAC and browser issues across platform. But maybe I'm wrong.
    Is it possible to make a web page that allows users to download higher file size videos from a clickable link? The quicktimes are h.264 in SD + HD around 50-100 megs. The files will be so large people won't want to wait so I want it to go directly to the desktop.
    So far I can only find a few similar options
    1) Embed the file in a web page. Provide a download link after the movie loads.
    (This option requires you to load the file into the page. Users may not wait and close it)
    2) Provide a zip file. This allows you to create a clickable link to the zip which begins downloading upon clicking. You then unzip the file. (Some less computer savvy people may get confused by the zip)
    3) Put a raw file on server. This will play the movie in a blank window but can also be right clicked for direct download.

    Welcome to the discussions, jessestudio.
    I've seen a few sites that have a link to the video with instructions to "Right-click to download". Essentially, it's option three with instructions. It seems to be a fairly common way of handling it. (Even for non-QuickTime movies)

Maybe you are looking for

  • How to customize the table layout in WAD (BI70)

    hi experts, i want to customize the table layout in WAD. in 3.5, i can set the table interface class,and use T_Code se24. but now i am using BI7.0, there is no table interface, so how can i customize the table layout?

  • Re: Printing Cancelled line items in the sales order on the packing slip

    Hi gurus, Currently we have a unique requirement in our company. Our wholesale customers send the Purchase order to us via EDI. Now saw they have requested an order containing 10 materials out of which we can fulfill only 8. the other 2 due to some r

  • Meet The Experts Questions: SAP NetWeaver Programming Model

    Hi SDN Members, In Palo Alto as well as in Walldorf we are having Meet the Expert sessions, where SAP developers will answer your questions to a particular topic. <b>SDN Meets Labs Palo Alto Agenda</b>: https://www.sdn.sap.com/sdn/index.sdn?page=sdnm

  • ORA-1031 insufficient privileges.

    Hi All, I have a window 2000 service pack 4 machine. I have Oracle 9.2.0.7 running. I am logging into the amchine as Administrator User who is a member of ORA_DBA group. when I tried to do the following operation .. sqlplus /nolog connect / as sysdba

  • Instruments changed and settings reset upon opening a project

    Need some help! I opened a project earlier today to discover that some of the instruments have changed and most of the mixer settings have reset. There's no reason as to why this happened that I can think of, and it's not an old project, I'd only sta