OAF: Emailing the current OAF page

Hi Everyone,
I have developed an OAF page with many tables and many fields.
And have a button "Email". The requirement is :
When user clicks on Email button the current page should be attached and send as an email to the user.
Note: One field is there to enter email so to that address this page has to be emailed.
How can i achieve this requirement???
Any answers will be really useful.
Thanks..........

Hi Kumar ,
In OA framework we have mailto option to send a mail .
mailto:{@<ViewObjectAttributeName>} syntax, the OA Framework substitutes the associated view object attribute value for everything between the curly braces at runtime.
Set the below property
Destination URI      mailto:{@EmployeeEmail}
CSS Class      OraLinkText
Please refer drill down to details exercise in Jdev Doc , Let me know if its not clear .
Keerthi
Edited by: keerthioaf on Oct 31, 2012 10:28 PM

Similar Messages

  • Detecting the current tab page

    Hello All,
    I am working on a task for our current project which requires that I correctly identify the
    current tab page selected on the user's page.
    Toward that, I was passed some information about the function:
    wwpob_api_page
    function get_selected_tabs( p_pageid in number,
    p_store in wwsto_api_session,
    p_tabstring in varchar2,
    p_tabviewprivs in out wwsbr_type.boolarray,
    p_pages in out page_table,
    p_base in boolean
    return varchar2;
    which appeared in version 3.0.6.X.
    I was unable to locate this function in the 3.0.7 / 3.0.8 api installed on our machine, but since I
    only have access to view the public interface of this package, and wondered if this function was
    still available.
    Has the function been moved, or included elsewhere, or deleted?
    The success of this task depends on having a reliable way to determine which tab page is
    currently selected/viewable.
    Is there another / better method for accomplishing this?
    Any help would be most appreciated.
    Stuart Dautrich

    That isn't a supported API yet. I'm not aware of any current functionality that will allow you to find the current tab.

  • How do I close the current web page in Safari?

    UPgraded to IOS 8 because a friend said it cured his problems, so I took the plunge.
    BIg mistake.
    THis question concerns Safari.
    how do I close the current web page?

    I just found how to do this on my iPad!  At the top right are two squares overlapping.  Click on that and you will get your page hanging in space.  There is an X on the top (I think) left.  Click on that and TaDa!  Lost of hoops, but glad I found it.

  • I am running XP SP2 fully patched. I recently upgraded to 3.6.3 and since then, clicking on an icon that normally would open another windows (for example, a printer-friendly version of the current web page), nothing happens. In these situations, I have be

    I am running XP SP2 fully patched. I recently upgraded to 3.6.3 and since then, clicking on an icon that normally would open another windows (for example, a printer-friendly version of the current web page), nothing happens. In these situations, I have been forced to go to IE or Crome in order to accomplish what I need to do. Very frustrating. Also clicking in the slider area has no effect. "Page Up" and "Page Down" keys work. Holding down left mouse button on slider works. Also very frustrating. Can someone help
    == This happened ==
    A few times a week
    == Upgraded to 3.6.3.

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • URL of the current portal page loaded using Javascript ?

    Hello:
    I am trying to add programmatically the url of the current
    page loaded in the portal to the 'Favorites List'. There
    is a pre-built KM iview to store your 'favorites'.
    I can extract and write to this 'favorites' using KM java
    API. But only challenge is to extract the current loaded
    page URL and title using Javascript.
    I would appreciate any help in this regard.
    Thank you very much,
    Prasad Nutalapati

    Dude i was having the exact same problem. I solved it using the SAP-provided EPCM (javascript client framework).
    Javascript Code
    var pageName = "";
    var URL = "";
    function bookmarkPage()
         /* page url */
         var fullURL = "https://<%=request.getServerName()%>/irj/portal?NavigationTarget=" + URL;
         /* IE bookmark */
         if(EPCM.getUAType() == EPCM.MSIE)
              window.external.AddFavorite(fullURL , pageName);
         else
              var msg = "Sorry. The \"Add To Favorites\" feature only works with Internet Explorer. " +
                          "The URL to this page is " + fullURL;
              alert(msg);
    /* get pagename from eventObject from subscribed event */
    function getPageObject(eventObj) {
        pageName = eventObj.dataObject.title;
        URL = eventObj.dataObject.URL;
    /* subscribe to event in pagetoolbar area */
    EPCM.subscribeEvent("urn:com.sapportals:navigation", "AddNavTargetAllowDuplicate", getPageObject);
    End of code
    Basically, what this does is that everytime a page loads, the innerpage, where the content is, raises an event using  the EPCM.raiseEvent() method. EPCM.subscribeEvent subscribes to an event called AddNavTargetAllowDuplicate which has an object holding the page information (i.e. page title and URL (ROLE://...)). Everytime that it notices an event raised, the function getPageObject gets called to go get data from the event object that is available globally in the framework.
    You should be able to put this code anywhere in any iview and it should work. Thou i have only tried putting it in the masthead. Try and if you still have questions please let me know.

  • How can I set up new sites to open in new pages and not over the top of the current open page?

    how can I set up new sites to open in new pages and not over the top of the current open page?

    Middle-click ''(press down mouse scroll wheel)'' <br />
    or <br />
    {Ctrl + Click} <br />
    or <br />
    Right-click and use '''''Open in a New Tab'''''

  • NWDS EE5 Edition Database Studio: The currently displayed page contains ...

    Hello,
    I get the following error when I choose 'Usermanagement" in Preferences --> Database Studio:
    The currently displayed page contains invalid values
    in the log file I see the following errors:
    !ENTRY org.eclipse.jface 4 2 2007-02-14 10:57:02.165
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
    !STACK 0
    java.lang.NullPointerException
         at com.sap.sdb.tools.usermanagement.UM_Configuration.<init>(UM_Configuration.java:83)
         at com.sap.sdb.tools.ui.usermanagement.properties.ULMPropertiesComposite.<init>(ULMPropertiesComposite.java:57)
         at com.sap.sdb.tools.ui.usermanagement.preferences.UM_PreferencePage.createContents(UM_PreferencePage.java:73)
         at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:233)
         at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1403)
         at org.eclipse.jface.preference.PreferenceDialog$12.run(PreferenceDialog.java:1162)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.runtime.Platform.run(Platform.java:843)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
         at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1156)
         at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:439)
         at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:661)
         at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:839)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.runtime.Platform.run(Platform.java:843)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
         at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:837)
         at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1143)
         at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1163)
         at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:236)
         at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:230)
         at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:404)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
         at org.eclipse.jface.window.Window.open(Window.java:796)
         at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
         at org.eclipse.core.launcher.Main.run(Main.java:977)
         at org.eclipse.core.launcher.Main.main(Main.java:952)
    !ENTRY org.eclipse.jface 4 0 2007-02-14 10:57:07.681
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
         at com.sap.sdb.tools.ui.usermanagement.preferences.UM_PreferencePage.performOk(UM_PreferencePage.java:85)
         at org.eclipse.jface.preference.PreferenceDialog$11.run(PreferenceDialog.java:889)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.runtime.Platform.run(Platform.java:843)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
         at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:869)
         at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:377)
         at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.okPressed(WorkbenchPreferenceDialog.java:164)
         at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:230)
         at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
         at org.eclipse.jface.window.Window.open(Window.java:796)
         at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
         at org.eclipse.core.launcher.Main.run(Main.java:977)
         at org.eclipse.core.launcher.Main.main(Main.java:952)
    Any ideas?
    Thanks in advance
    Holger

    So you're saying that whatever you use to output the <pre> tag, it's escaping it into &lt;pre&gt; because it thinks it's supposed to be text and not markup? Then use that thing differently. It's hard to say more without seeing the code you're using.

  • Name of the current printed page, page-window

    Hello,
    I need to determine the position of the currently printed page-window during runtime in the form. For that I need the name of the currently printed page. How can I retrieve this name during runtime in the form? Are there system variables? Any Idea?
    Regards, Lars.

    Hi Lars,
       Types of symbols
    Check out these standard script symbols for System variable Display
    Symbols are indentified by name surrounded by "&" and are not case sensitive.
    System symbols
    DATE Date
    DAY Day
    NAME_OF_DAY Name of day
    MONTH Month
    YEAR Year
    TIME Time
    HOURS Hours
    MINUTES Minutes
    SECONDS Seconds
    PAGE Page number
    NEXTPAGE Number of next pagre
    DEVICE Output device
    SPACE Blank space
    ULINE Underline
    VLINE Vertical line
    Reward points if this helps.
    Manish
    Message was edited by: Manish Kumar

  • Why doesn't "Tab groups" display https pages and do tab group pages show the current web page or just a snapshot?

    I use the tab slideshow add-on because I need to see many "sites" to monitor activities so the slideshow provides that at this time. When I saw the tab group feature, I wanted to try that because that would allow me to see all the sites on one page. I created the tab group and unfortunately can't even see each tab maybe because HTTPS is not supported. Tab group doesn't seem to show the current page; just a snap shot. I just wondered if HTTPS and active paging would be supported.

    I have been wondering the same thing for the 8 years that I have been using Firefox. Also, it seems that when a printing bug is eventually fixed, a new regression bug is sometimes filed that is even worsen than the original bug that was fixed. <br />
    Example - https://bugzilla.mozilla.org/show_bug.cgi?id=454532
    I honestly feel that Mozilla doesn't have any developers with the talent to fix printing in Firefox. They should start from scratch and create all new printing code that is well documented and understandable by the current developers; then maybe they would be able to fix whatever bugs crop up with their own code, instead of being baffled by the code that Netscape created 16 to 17 years ago.

  • What is the shortcut for "stop the current downloading Page" i.e. the page which is loading but it is not completely loaded and i want to cancel this.

    shortcut foe cancelling the current loading page

    You should be able to cancel the page loading with the ESC (Escape) key on the keyboard.
    Current Firefox versions use a combined Stop/Reload/Go button that is positioned at the right end of the location bar.
    *During the page load process it shows as a Stop button and after the loading has finished the button is changed to a Reload button.
    *If you type in the location bar then that button becomes a Go button.
    *Middle-click or hold the Ctrl key and left-click the Reload button to duplicate the current tab to a new tab.

  • SAPScript: Structure with the current print page during printing?

    Hello,
    ist the a structure which is filled with current infomation about the printed SAPScript form. For example can I get the current printpage during printing the form? Thanks.
    Regards. Lars.

    You can use directly <b>&PAGE&</b>.
    This will print the current page number.

  • The pressing the Shift key to make a capital letter kicks me out of gmail or reloads the current web page

    I'm suddenly getting some strange behavior on my Windows 7 PC. (I can hear all you Linux users formulating witty retorts...don't do it! :-). When I'm composing an email in Gmail and press the Shift key to get caps, it kicks me out of the composition page. And nothing is saved in drafts either. Internet Explorer doesn't have this issue. The Shift key works normally. Also, If I try to paste using Ctrl+V it make the webpage text shrink. I was trying to log this issue on the computer with the problem but I couldn't login because of the caps and the paste issue.
    I just discovered another quirk: If I press the Ctrl key without the +V it still shrinks the text.

    Hi Matt,
    Thanks for the suggestion, but there's no option to uninstall a driver. It's a MS Ergonomic 4000 keyboard and it just shows up as an HID compliant device. I tried uninstalling the Microsoft Mouse & Keyboard Control Center, but that didn't help either.
    I've also pressed the keys numerous times (at one point it asked me if I wanted to enable 'Sticky Keys' which I didn't). Rebooted too. Even deleted the user profile, removed the PC from the domain, rejoined it to the domain, logged in as the user, and restored a previously backed up Transfer Wizard profile. And I checked while logged on as the local Admin and got the same weirdness.

  • Creating a hyperlink to a location in the current web page

    I am creating my first website but have encountered a problem. I'm trying to link a word on the same page to a text box containing the related information.
    To further clarify, I would like users to click on "Payment Options" and be taken to the text box which contains that specific information on the same page. I tried using inspector but my only choices are for other pages or external links.

    it's called within page anchor, see my posts in this thread:
    http://discussions.apple.com/thread.jspa?messageID=11210696&#11210696

  • In firefox 4, I changed the bars but don't like it. Above the tabs is a menu ribbon; above that is the firefox icon next to the name of the currently open page. Help me have fewer ribbons on top.

    I'm trying to end up with fewer ribbons at the top of my screen.

    You can hide toolbars that you do not want to see via Firefox > Options or via View > Toolbars
    * Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    * Go to "View > Toolbars" or right-click the "Menu Bar" or press Alt+V T to select which toolbars to show or hide (click on an entry to toggle the state).

  • Is there a symbol to show that the currently loaded page has already been bookmarked? like yellow star in chrome

    according to this thread https://discussions.apple.com/thread/3503919?start=0&tstart=0
    the answer was incorrect and right now I can't find a way to solve this.

    Safari 6
    No, unfortunately.
    Best.

Maybe you are looking for

  • One swf running on lower frame rate

    Hi, I have a basic loader swf, which loads several external swf's and displays them in a browser. Now all the other swfs work just fine, at 24 fps, but one particular swf drops down to 12 or 11 fps in the middle of the timeline. Why is this happening

  • Calss path in tomcat

    Is there anyway to put the classes not in the standart classes lib (WEB-INF\classes) and configure the new location??

  • Quicktime Pro - Windows 8 - installs, but refuses to run!?

    I've uninstalled and re-installed Quicktime (and iTunes) several times already.  I've run CCleaner to clean up any remaining pieces and re-installed afterwords.  Nothing is solving my problem. Quicktime (Pro) installs fine on my system.  However, whe

  • HT201514 "sparsebundle is already in use"

    My Time Machine has failed on one computer. 3 currently backup to the same Time Capsule. The error I get is "sparsebundle" is already in use. The backup then fails. I get this message with each scheduled backup

  • Elements Organizer (v12) not displaying AVCHD video after import

    I installed Premiere Elements 12 on my Windows 8 (x64) computer.  After I import a MTS (AVCHD) video from either my camera and/or my hard disk,the audio plays but no video is displayed.  The MTS file (video + audio) work fine in every other program o