Open a new outlook  email with Abap Web Dynpro

Hi Experts,
I'm developing an abap web dynpro application, and at the end of a text I need to have a link that opens the outlook for sending and email, do you know how can this be done with ABap Web dynpro.
Regards and thanks.
Fona

It should be noted that just relying on the browser handling for the [url mailto: reference|http://www.w3.org/TR/WD-html40-970708/htmlweb.html] does not guarantee handling by any specific email application. It is completely up to the browser implementation - The HTML 4.0 spec does not specify any handling other than:
MAILTO URLs have the following syntax:
mailto:email-address
User agents may support MAILTO URL extensions that are not yet Internet standards (e.g., appending subject information to a URL with the syntax "?Subject=my%20subject" where any space characters are replaced by "%20").
Then again - given that WDA supports so few browsers (user agents!), you could probably get around the different support in each them in a reasonably common way.
To ensure that it is MS Outlook you are launching and potentially pass more data into that email you'll need to make use of the [ACFExecute functionality|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b91539878a2d67e10000000a42189c/frameset.htm] and then also the [command-line interface of Outlook.|http://www.brighthub.com/office/collaboration/articles/21840.aspx]

Similar Messages

  • How to browse for a folder with ABAP WEB DYNPRO

    Hi,
    I want to browse for a folder in my local file system with ABAP
    WEB DYNPRO. I am looking for a functionality which the function module
    TMP_GUI_BROWSE_FOR_FOLDER gives.
    Regards,
    Vinay

    HI Karl
    Good evening, I am Maruti from London. I would like to paractise ABAP WebDynpro.I am not sure which Vesrion of SAP R/3 supports for ABAP WebDynpro applications. Can you please suggest me .
    Thank you
    Maruti
    [email protected]

  • Adobe Flex 4 with ABAP web dynpro

    I currently am working with Flex 3 but wanted few features of Flex 4 for my project. Is there any way that I can use Flex 4 with ABAP web dynpro. I have tried using the 'Use Flex 3 compatibility mode' with 'merged into code' but this does not work. There is no data transfer happening. I see in the forums that this is not possible but all the posts are one year old. Just wanted to check if any new method is availabe.
    Kindly help.

    Hello,
    Flex 4 versions of the Islands SWC libraries were delivered via Support Packages(See Note 1614265).
    http://scn.sap.com/thread/3186643
    Best Regards,
    Tarun

  • How to use web service with ABAP Web Dynpro

    Hi.
         do you know, how to web service with ABAP Web Dynpro?

    Hi,
    If you have a webservice ready with you then you can generate a proxy from SE80 and you can use that. You just have to create a port and assign to that generated proxy(CLASS) and you are good to go.
    Let me know if you need more information.
    Thank You,
    Gajendra.

  • Dynamic selection screen with ABAP web dynpro

    Hi all.
        How can I create dynamic selection screen with ABAP web dynpro? Thank you in advance.

    hi yinglak.....
             this is possible........ all the ui elelments has the property called visible and enabled.... just assign an attribute of type wdui_visibility to the visible property....
    in the wddomodify method..... check for the radio button value and pass the value true or false to this attribute and it gets changed automatically.
    ---regards,
       alex b justin

  • New ESS/MSS in ABAP web dynpro??

    I heard from a somebody that the new ESS/MSS is going to be redeveloped by SAP on ABAP Web dynpro instead of java? Does anybody have info on this? or any links on articles, news etc.?

    You need to replace the T&E portal content and Homepage Framework config (if using it) for the "older" Webdynpro Java version with the newer (EhP2) Webdynpro ABAP version. There is a very good step-by-step guide (I believe in Service Marketplace) that guides you through each and every change to make to switch one with the other. To your immediate questions...
    (1) Those are the replacements for the WDJ iViews. They are pretty much the same. As said, you need to "switch them out".
    (2) Switch out the WDJ iView with  the WDA iView. The parameter needs to reflect YOUR ESS ROLE pcd path to the object. (the one you show is the standard SAP ESS role....which is fine if you are just using it as is).
    Again, best to find that guide. I used it on my last project and it took all of maybe 30 min. to switch the old for new if you follow it.
    Also, read all the help.sap.com info on it....
    http://help.sap.com/erp2005_ehp_02/helpdata/en/2c/1ec6e9352c4766a4eb1ed0b924309c/frameset.htm

  • Business Package 1.2 compatability with ABAP Web Dynpro (EP 2)

    Dear all,
    Could anyone let me know how compatible is ABAP Web Dynpro with Business Package 1.2 ?
    The Source is updated with Enhancement Package 2.
    Does BP 1.2 supports ABAP Web Dynpro by default ?
    Thanks!

    Dear Andy, Chris,
    Thanks for your inputs.
    I checked the SDN Port folio area but I could not find BP 1.2 for download. Could anyone help me with the place to download the same ?
    Thanks!

  • Open a new I.E window from web dynpro

    Hi:
    When I click on a button I would like to open a new I.E. window
    I have used the following code:
    IWDWindowInfo windowInfo =               (IWDWindowInfo) wdComponentAPI.getComponentInfo().findInWindows("Window1");
         IWDWindow window =     wdComponentAPI.getWindowManager().createWindow(windowInfo, true);
         window.open();
    but this one opens a popup window. I wanna open a new window independent of the current window.
    Any suggestions.
    Thanks,
    Praveen.

    Hi Praveen,
           If u want to open a external window u have to use
    IWDWindow window = wdComponentAPI.
            getWindowManager().createExternalWindow("URL", "Title",false);
    Follow the below steps
    1.Create a different application(app2) and component(comp2) linking to the window2 in the same project
    2.Deploy the app2.
    3.Go to ur view implementation in the window 1 .
    4.write the below code snippet to get the url
    String applicationURL = WDURLGenerator.getApplicationURL(“ProjectName”, “App2”);
    5.Open external window using
    IWDWindow window = wdComponentAPI.
            getWindowManager().createExternalWindow(applicationURL, "Title",false);
    window.open();
    Now ur window 2 will be opened in the new I.E
    To have more info on WDURLGenerator api.
    Check this link for WDURLGenerator.
    http://help.sap.com/saphelp_nw04/helpdata/en/21/82a9058fa8de46b1ba7522289345b2/frameset.htm
    Hope this solves ur problem.
    Regards,
    Sowjanya.
    Message was edited by: Sowjanya Chintala

  • Work Flow integration with Abap Web Dynpro's

    Hi,
    We are currently working on Custom ABAP WD Applications which gets called from Workflow. For eg., we are trying to simulate the ESS Leave Process, like Java WD Leave application gets called on execution of Leave Approval Workitem.
    We developed our ABAP WD and also the workflows individually. In fact we maintained entries in SWFIVSU transaction, but we were not able to send the data from WORKFLOW(WORKITEM) to ABAP WD Application.
    Can anyone help us with this integration to send data from Workflow to ABAP WD.
    Hope I am clear.
    Regards,
    Sharad todkar

    Hi,
    You create a parameter for your webdynpro application wi_id of type sww_wiid
    now when you click on the UWL this wi_id gets filled with the workitem no.
    Now you can use this workitem id get the workflow container from the workitem id
    using function module
    SWW_WI_CONTAINER_READ
    In order to terminate this task you have to use an asynchronous method.
    And terminate by using an event.
    Regards,
    Manish

  • ABAP Web Dynpro - OfficeControl - Word Integration

    Hi,
    i have a problem concerning the office control of the abap web dynpro.
    I have a textedit box on the view of a web dynpro. Now i want to transfer the data from the textedit box to the word document. I used the "IOS_TEST_WORDPROCESSING" as an example.
    Everything works fine, if there is only one line of text in the textedit box. If i put for example three lines in it, word opens and now i have the choice for a data seperator.
    The word document contains only one field as a "MergeField" like the field of the word document used in the "IOS_TEST_WORDPROCESSING". 
    Could anyone give me a hint how to solve the problem.
    With best regards
    Markus

    I have the same problem. I want to integrate an ABAP Web Dynpro in GP, but there is no way to implement an Interface from GP like it is in JAVA. That means you cannot maintain input , output parameters and give a status back to GP. Seems that in ABAP the WD is not integrated in GP.
    I went to the relevant developement departement an they gave me the following answer.
    In GP you can maintain input parameters for a ABAP Web Dynpro Application manually which will be displayed in the apllication UI URL . Then you need a function module to map the input parameters inside the url to the ABAP Web Dynpro context. Output parameters are not possible in GP with ABAP Web Dynpro. It is also not possible to give back the processing state to GP from your ABAP web Dynpro Application like it is in JAVA. Only the GP framework provides a button to complete this Step manually by the user.
    Regards
    Rainer

  • Is abap web dynpro is a netweaver product?

    Dear experts,
    is abap web dynro is a netweaver product? ..i wonder why is it categorized under application server in sdn forums can anyone explian..
    in addition to abap i am willing to learn abap web dynpro.how would be the prospectes of abap web dynpro in the us market ...or do u suggest any other hot topic to learn?..please feel free to comment on my idea and kindly suggest me a better option if my idea is not ideal....
    i am not into java till now so i am not willing to learn java web dynpro..
    please suggest a better option so that i can use my abap skills to the fullest..
    thanks in advance.

    Hi Ramu,
      Yes, ABAP Web dynpro is a Netweaver product. It cums with mySAP suite.
    This is the hot technology in the market and if you are not a JAVA guy then you must go with ABAP Web dynpro.
    Basically with the help of ABAP Web dynpro we develope custom products for the client. this is UI based technology and one of best option for "ABAPers" .
    For Web dynpro ABAP you will require SAP ECC 6.0 onwards and WAS 7.0
    is a must. It has very good future propspects as this is best UI technology.
    In web dynpro ABAP we follow MVC(Model View Controller) architecture.
    In this object oriented ABAP is used to provide background functionality. Here, your ABAP skills can be utilized to the fullest. Programming in web dynpro ABAP is different than conventional ABAP programming. Here we strictly follow MVC architecture in terms of controller interface. Also there are many wizards available so that we can directly pick the code from wizards.
    e.g We can call BAPI through a service call in web dynpro application. Thus automatically backgroud code for BAPI execution will be generated.
    To start with Web dynpro ABAP you can try following tutorial:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e036712
    You can start with tutorials and all. There are around six tutorials in SDN library.
    Web Dynpro for ABAP
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    best tutorials in wbdynpro for ABAP to start with :
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]
    Have a look at the following SDN WDA Wiki . There you can find all relevant information.
    https://wiki.sdn.sap.com/wiki/display/WDABAP/Main
    Also you can search weblogs on web dynpro ABAP.
    Hope this will help you.
    Cheers,
    Darshna.

  • ABAP Web Dynpro Guided Procedures integration

    Hello,
      does anyone know if there is a way for an ABAP Web Dynpro to expose input and output parameters for use in Guided Procedures?
      Thanks in advance
        Gabor

    I have the same problem. I want to integrate an ABAP Web Dynpro in GP, but there is no way to implement an Interface from GP like it is in JAVA. That means you cannot maintain input , output parameters and give a status back to GP. Seems that in ABAP the WD is not integrated in GP.
    I went to the relevant developement departement an they gave me the following answer.
    In GP you can maintain input parameters for a ABAP Web Dynpro Application manually which will be displayed in the apllication UI URL . Then you need a function module to map the input parameters inside the url to the ABAP Web Dynpro context. Output parameters are not possible in GP with ABAP Web Dynpro. It is also not possible to give back the processing state to GP from your ABAP web Dynpro Application like it is in JAVA. Only the GP framework provides a button to complete this Step manually by the user.
    Regards
    Rainer

  • ABAP Web Dynpro application in new UWL tab

    Hi All,
    I have been looking for an option to open a web dynrpo abap application in a new tab in UWL which i created. I have been searching on SDN for this but i could only find the help docs which say how to open a task in web dynrpo abap application.
    But in my case i want to open a web dynpro abap application on click of a  new tab in UWL. The WD ABAP application doesn't have any workflow task.
    Also is it possible to restrict the tabs which user see based on their roles ?
    please help me on this.
    Thanks
    Hussain

    Hi,
    how did  you  open in administrative mode?
    to open in adminstrative mode do as follows:
    In se80 ,i.e in the menu bar:
    Web Dynpro Application->Test->Test in Administation mode.
    i hope u can see the option "Settings for surrent config" .
    you can refer the thread.
    [Re: ABAP Web Dynpro Application changes in Administation mode]
    Priya.

  • Integration of Adobe Flex with SAP Web Dynpro ABAP

    I am new to adobe flex development. i am following a tutorial prepared by
    Mr. Karthikeyan Venkatesan (Infosys Technologies Limited) Integration of Adobe Flex with SAP Web Dynpro ABAP-for ABAPers
    He used flex 3 to develop the flex application. i am using flex 4 downloaded from adobe(At a time Build release I used low version only 3.5). I followed all the steps. At a time of Run the data was not came.
    How to fetch the data?
    Please Guide how to proceed.

    Hi Laxmikanth,
    For Adebo Flex help..
    Please go through Thomas tutorial..
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10989ef6-968c-2b10-50a9-eb34a5267163&overridelayout=true
    and ...
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/307b434f-ff32-2b10-e885-991247270480?quicklink=index&overridelayout=true
    Hope it might helps you
    Thanks,
    Kris.

  • Anything new about abap web dynpro?

    Hi out there!
    (First, I'm sorry: I know, this question is related to Web AS General-forum, but I think, I wouldn't get any answer there.)
    Is there anything new about abap web dynpro? Just saying wait for nw05? No nice preview/minisap/promotion? Perhaps documents in service.sap.com? I read, it is used in some ramp-ups for ecc 05 (neither knowing, what it is). Is there nothing to say about? Is it drag&drop deployment like java webdynpro or more coding like mvc-"Basteln" in abap/bsp? Are BSP-Extensions used there? Something exiting new?
    That are enougth questions for starting.

    Brian McKellar is gonna lock this thread:-)
    Anyway you can find some info about WebDynpro for ABAP in the Teched 2003 presentations in SDN and there is a quite detailed overview with examples in the Online help.
    For the linux version of NW'04 MiniSAP the non-supported version ABAP Dynpro is available....anyway for MiniSAP you don't get support;-)
    Peter
    Ps: "Something exiting new?"
    The whole thing is something really exiting!!!

Maybe you are looking for