How to prepare a url in mail to link to a specific portal page in WLP7.0 ?

Dear All,
I have a web site implemented by WLP7.0. Now I need a function that user
can go to
a specific page by the mail that the web site sent to him.
Could someone tell me how to implement it, how to handle the session and
if this specific
page need login how to handle it ??
Any comment will be a great help to me.
Robert

Hi Ram,
You can create an URL iview and below is the link that helps you in doing that
http://help.sap.com/saphelp_nw70/helpdata/EN/4c/eee2bedf3b4082b14a933e5ee63472/frameset.htm
reward points if helpful

Similar Messages

  • How can i get my e-mail address linked to my skype...

    I need help!!!!
    How can i get my e-mail address linked to my skype user name.
    Regards Gerald

    You can use a different email account, but it will not appear on icloud.com as iCoud only hosts iCloud email.  Just add your account to the email client on your PC as you would any other email account.  To add the account on your iOS devices (iPhone), go to Settings>Mail,Contacts,Calendars>Add Account, choose your provider and provide your account details.
    You can't redownload purchased ringtones from iCloud for free but you can sync them to your 5c using iTunes.  To do so, connect your iPhone 4 to your computer, open iTunes and go to File>Devices>Transfer Purchases.  Then go to the Tones folder of your iTunes library and confirm that the ringtones appear there.  (If you don't see the Tones folder, go to Edit>Preferences>General and make sure Tones is checked in the Show options.)
    Then connect your 5c to your computer, open iTunes, click on the name of your phone in iTunes, go to the Tones folder of your iTunes sync settings, then check Sync Tones and click Apply at the bottom to sync your phone.

  • How do I add or delete a quick link from Firefox's home page.

    How do I add or delete a quick link from Firefox's home page. I don't use most of the links and would like to add other quick links.

    You can change the order of the boxes on the about:newtab page and drag an item to a different slot to pin it to that position or you can remove a website by clicking the close X to block that URL.<br />
    You can drag a bookmark or history item and drop them in a slot on the about:newtab page to pin them and have your own favorites sites showing.
    Changes made manually on the about:newtab page are stored in the browser.newtabpage.pinned (default = [null]) and browser.newtabpage.blocked prefs that you can check/modify on the about:config page (Bug 791447).
    *http://kb.mozillazine.org/about:config
    See also this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites

  • How to find out URL of Masthead Help Link

    Hi Experts,
    I am working for a support project. Implementation team has long back left the project. I have to change the 'Help' link URL of Masthead area. There are three links in Masthead - Logoff, Personalize and Help.
    At present when we are clicking on 'Help' link of  Masthead, user is routed following website:
    https://www.xyz.com.
    In the new scenarion, when the user will click on 'Help' link of  Masthead, user should be routed following website:
    https://www.abc.com.
    I can see the following property of Masthead iView:
    Show Link in Masthead: Help
    I am unable to find out where the URL has been stored.
    Can you please let me know. Is it in UME or any other place? If yes, where excatly in UME.
    I searched a lot in the code. I got the file (com.sap.portal.navigation.masthead) from server. After that I imported it in NWDS. I searched a lot in various places of NWDS. I can not see the URL.
    It seems that javascript:openHelp is helping in getting URL. If yes, how?
    <TD nowrap >
    <!--<hbj:link id="HelpLink" tooltip="<%=helpTooltipStr%>" linkDesign="FUNCTION" reference="javascript:openHelp();"><hbj:textView nested="true" text="<%=helpTextStr%>"/></hbj:link> --><hbj:link id="HelpLink" tooltip="<%=helpTooltipStr%>"
         linkDesign="FUNCTION" reference="#">
                                          <% if (!isPreview) { HelpLink.setOnClientClick("javascript:openHelp();");} %>
                                          <hbj:textView nested="true" text="<%=helpTextStr%>"/>
                                        </hbj:link>                                             
    </TD>
    <TD nowrap>
    Please help.
    Regards,
    Gary

    Hi Sushil,
    It seems that I don't have the correct masthead  par file. I have got the masthead file from BASIS. It is com.sap.portal.navigation.masthead
    The existing masthead par file has following setting in portalapp.xml
    <property name="HelpUrl" value="http://help.sap.com/content/documentation/netweaver/docu_nw_04s.htm">
              <property name="plainDescription" value="Help Link URL"/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="ShowLogInLogOffLink" value="true">
              <property name="validvalues" value="4/true5/false"/>
              <property name="plainDescription" value="Show Link in Masthead: Log In / Log Off"/>
              <property name="longDescription" value="Show or hide the 'Log In' / Log Off' link displayed in the masthead iView at runtime."/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="HelpUrl" value="http://help.sap.com/nw04 ">
              <property name="plainDescription" value="Help Link URL"/>
              <property name="category" value="Navigation"/>
            </property>
    This does not contain link https://www.xyz.com
    Does this mean that the mathead par I am having is wrong.
    Please suggest.
    Regards,
    Gary

  • How to attach files in a mail from user4s PC in a Portal aplication

    Hello,
    I am trying to send a mail with attachments from PL/SQL but I don4t know what must I do to attach files from the user's PC. Our aplication is developed with Portal.
    Does anybody knows any java program than can be used like portlet who opens the Outlook??
    Thank you.

    You can use methods listed inside Fuego.IO, but they don't work if you run your process in a client, I mean not the server.
    You can use JSP or methods developed in java in order to upload your files and Fuego.IO methods to access them after you upload them.
    Another thing you should consider is that if you upload files using Fuego library, there's a size limit for files.
    Take a look on How to Use FileChooser on for Client files
    Hope this help.
    Pablo

  • How to invoke action method from mail contained link

    Hello,
    my application needs to send mails to users that include links for the user to click on. Something like www.mysite.com/displayData.jsp&id=123. My question is now how I make JSF invoke the respective method in the backed bean to display the data with the id 123 when the user clicks on the link int the mail.
    I wonder whether there is some kind of "catch-all action" that checks whether the user is logged in and authorized whenever any JSP page is invoked. I'm a bit tired of first checking the authorization of some user before processing the remaining part od the backed bean's action method.
    Thanks for any hints,
    Oliver Plohmann

    my application needs to send mails to users that
    include links for the user to click on. Something
    like www.mysite.com/displayData.jsp&id=123. My
    question is now how I make JSF invoke the respective
    method in the backed bean to display the data with
    the id 123 when the user clicks on the link int the
    mail.I dont think there is a way to submit to an action on click of a link. Only possible solution is to invoke the method from the constructor of your Backing Bean and populate the bean fields displayed on your page.
    I wonder whether there is some kind of "catch-all
    action" that checks whether the user is logged in and
    authorized whenever any JSP page is invoked. I'm a
    bit tired of first checking the authorization of some
    user before processing the remaining part od the
    backed bean's action method. You can try out a Servlet filter for doing this.

  • How can I stop URL from loading when I paste it into a page without selecting a text field first?

    I'm using a chat where I often copy links; if I forget to click the text field when copying an URL, it opens, forcing me to go back manually, which is really annoying. Can I disable URL autoopening somehow?

    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem does not disappear when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • SAP EP - How to redirect in case of a reqest for a non-existent portal pag

    Hello,
    I am not 100% sure if this is the right forum to ask my question but I will give it a try anyway.
    I would like to customize the error handling of the SAP EP 6.0 in the following way. If a user tries to access a page of the portal that does not exist, the user should receive an error page describing the problem occured and should be redirected to the homepage after a short period of time.
    In a portal environment with default configuration the user would immediately be redirected to the homepage. There is no error message displayed.
    Does anyone know where to start digging? I think I need a better understanding of SAP EP error handling. I appreciate all answers, hints and suggestions.
    Cheers
    Martin
    Message was edited by: Martin Kellermann
    Message was edited by: Martin Kellermann

    Hi guys,
    I am sorry to start discussion on that topic again. But I definitely need some help. Due to Samuli's help I have been able to modify the error handling of the portal in the following way.
    <b>Customization:</b>
    User attempts to access a wrong url within the portal (e.g. http://<portal_server>:50000irjportalwrongurl). Instead of the standard "404 the requested resource is not available" error page I see my own error page. That's nice.
    <b>What did I do:</b>
    I added the following lines to the portal's web.xml (/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-infweb.xml):
    <error-page>
      <error-code>404</error-code>
      <location>/customerrors/404.html</location>
    </error-page>
    Additionally, I created a the 404.html file and put it in folder (/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/customerrors/.
    <b>What else?</b>
    Well, I am using KM to make files accessible through the EP platform. If I access a KM file via the portal (http://<portal_server>:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/Public%20Documents/Testfile.txt)an extra window opens and shows me the content of the file. In case I enter a wrong url (e.g. http://<portal_server>:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/Public%20Documents/wrong_file_name.txt)I see the standard "404 The requested resource is not available" error page. But I want to see my customized error page.
    <b>How to</b>
    I think I have to modify the web.xml of the KM the same way I did for the portal. But I do not know where to find the KM web.xml? Please could someone advise me where to look?
    I appreciate all kinds of help!
    Martin

  • How is it possible to make a direct link to a flash-site page?

    I need something like this: http://ironmanmovie.marvel.com/#/downloads
    How does the swf file know the url it’s been opened from?
    No flashVars.

    Hi,
    This is called deep linking. I think the most widely used deep linking "plug-in" is Asual's SWFAddress.
    With this, you can have the browser's address bar virtualy change page when the user changes page in your flash; but the reverse is also true, SWFAddress can detect a "virtual" page from the browser.
    Design Cyboïde
    Création de sites web Montréal

  • I just updated to Firefox 3.6.12 and now every time I click anything online a new tab opens. How do I return to normal (clicking a link opens it in current page and tab)?

    I'm used to clicking a link on a news story or any searched link on google and having my current page go there. Now my current page stays the same and any link I click opens in a new tab. This is very annoying. I just want my browser to go there.

    Google Toolbar Options, in the Search tab, make sure that '''Enable the Google new tab page''' is check-marked. If that doesn't fix it for you, see this for support information about the Google Toolbar. <br />
    [http://www.google.com/support/toolbar/?hl=en] <br />
    Or visit the Google Toolbar forum. <br />
    [http://www.google.com/support/forum/p/Toolbar?hl=en]
    As far as your UserAgent showing Firefox 3.0.11, see this: <br />
    https://support.mozilla.com/en-US/kb/Websites+or+add-ons+incorrectly+report+incompatible+browser
    You might want to consider getting rid of that '''desktopsmiley''' program that has messed up your UserAgent, it is known as Malware.

  • Mail to Link

    I have a thumbnail of my resume in jpeg form in which i want to serve as a mail to link.  I made it a button and when I go to add interaction i find an option that says go to url... but how can i make it a mail to link?  if i enter [email protected] it just goes to yahoo where i hold my email account. Any suggestions anyone? I extremely new to this sofware...teaching myself.

    Hey Bear
    Thank you for the quick reply.
    The workaround with the transparent box is what I already do.
    It works fine with URLs but I could not get it to work with a mailto function.
    What is it exactly that I have to put into the "interaction" field?
    Thanks and greetings from Germany
    Guido Meyer de Voltaire
    – Grafik Designer –
    humanIT Software GmbH
    Brühler Straße 9
    53119 Bonn
    Tel.: +49 (228) 90 95 4-46
    Fax: +49 (228) 90 95 4-11
    [email protected]
    www.infozoom.com
    Disclaimer: www.disclaimer.infozoom.com
    Geschäftsführung: Leo Ernst, Ralph Gattinger
    Amtsgericht Bonn HRB 12585

  • How to load use an image library in the portal pages

    Hi,
    How to load an image library in the portal ? Do I need to load images in an Apache directory and access them via URLs, or do I need to upload images to a specific portal page, and access these images via specific URL ?
    Thanks for your help,
    Jean-Christophe

    Another easy method is to create a dedicated page in Portal and use it for the storage of images, flash objects.
    Load the images as item type FILE and use the 'direct access' method (HOST:PORT/pls/<DAD>/docs/PAGE/<PG NAME>/<PAGE_NAME>/IMAGE.GIF)to access the file from a URL command.
    This way all your images are protected in the database, easy to add and find (via search or by adding descriptions, categories etc) via role based security and in theory should be quicker to access (via the URL) due to the indexing capabilities of the database.
    Place the images in a location that is not going to cause a page navigation issue such as in its own Page Group or as sibling page to your top level parent page etc.
    Hope this helps.
    John

  • How to display custom forms or reports on portal pages?

    Hi friends
    I am new to Portal. I knew that we can create forms and reports in portal.
    But how can i display a custom form ( ex: employee.fmb) on a portal page?
    Thanks
    Ravi

    Are you meaning Oracle Forms Module and Oracle Reports?
    If so
    please check the following
    Reports
    http://download-uk.oracle.com/docs/cd/B14099_15/bi.1012/b14048/pbr_conf.htm#sthref494
    Forms (you can only invoke forms using the SSO)
    http://download-uk.oracle.com/docs/cd/B25016_02/doc/dl/web/B14032_02/security.htm#sthref42
    Otherwise you can create your custom HTML form and report using the following technologies:
    http://download-uk.oracle.com/docs/cd/B14099_15/portal.1014/b14135/pdg_matrix.htm#CHDJIEIH
    Please refer also to:
    http://download-uk.oracle.com/docs/cd/B14099_15/portal.1014/b14135/pdg_understand.htm#sthref35
    Hope this helps
    Cheers
    Diego

  • How to remove 'Back to form' from portal page.

    How can I remove the 'Back to form' and tick from a portal page?

    I'm assuming you are creating a form from a procedure. Edit the form. The first page you see, scroll to the bottom. You'll see a text area where you can use the go('') statement. You'll redirect the submitted portlet to the page that displays your portlet. This skips the link.

  • How to edit the URL in the mail that is triggered from Solution Manager 7.1 ?

    Hi,
    When we perform an action "To Be Approved" for an RFC (Request For Change) in Solution Manager, a mail will be triggered to the respective Change Manager. In that mail, a link will be there which will guide the Change Manager to the SAP Logon Pad.
    The problem is, the link in that mail is not pointing towards the required system. It is taking the change manager to Development system instead of Production System.
    Can you please help me, how to change this URL link in that e-mail that is being triggered when the action is performed. I just need to remove the Development system URL and paste the Production system URL.
    Thanks in advance,
    Bharath.

    Hi Bharath,
    Please check below Blog and KBA:
    Incident Management and Change Request Management: E-Mail functionality
    in SAP Solution Manager 7.1
    http://scn.sap.com/docs/DOC-35291
    1831361 - Solution Manager - Changing status in CRM_UI gives BSP error
    Exception Class - CX_SY_DYN_CALL_PARAM_MISSING
    Thanks
    Vikram

Maybe you are looking for

  • Problem with updating

    When I hook up my ipod to my computer it says "Songs on the ipod cannot be updated because all of the playlists selected for updating no longer exist" It also deleted everything from the ipod what do I do?

  • How do I get my App icon back on my iPad

    How do I get my App icon back onto my iPad?

  • Why does my Left Shift +Num Keys produce Euro characters and Right Shift + Num Keys produce American?

    I am running Lion (10.7.4) on my 2010 13" MBP. When I press my Left Shift and various Num Keys (1-9), I get Euro characters (⁄ € ‹ › fi fl ‡ ° · ‚). When I use my Right Shift, I get the standard American characters (! @ # $ % ^ & * ( )). I have already

  • I'm new so I'm not trying to be negative - IPAD

    With my PC I could watch HULU.com for free or view YouTube. Would I have been better off with a Verizon Air-Card and save $900 buck on my IPAD. How does HULU recognize that I am using an IPAD. Can I override the recognition? I now have to carry both.

  • I3 and plasma 5

    Hey, I just want to ask, if some one tried to use i3 as windowmanager with plasma 5. I tried first the kde4-way (adding i3.desktop file and select it in kde settings), and it is just ignored as it runs kwin as usal. then I started a plain i3 and run