UWL Integration with Webdynpro ABAP

Hello,
I am creating a Webdynpro ABAP Application in which I want to create a screen(form) with various Input fields which will be entered by the user and it will have a Submit button.
On the click of the Submit button I want to trigger a Workflow and send a workitem to the Approver. The Approver will be determined by the creator by selecting from a DropDown which will have the list of all the Approvers. How can I integrate this with UWL so that the Approver can logon to the Portal to Approve /Reject the workitem.
Any help would be highly appreciated.
Thanks in advance.

you need to create the task entry in uwl xml file for your workflow task to call for an application.
you can check performance management worklfow ws12300122 that has task 12300110.
to execute a webdynpro abap application for task 12300110 below xml content in uwl configuration is required.
   <ItemType name="uwl.task.webflow.TS12300110.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
      <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS12300110" connector="WebFlowConnector"/>
      <Actions>
        <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
          <Properties>
                 <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                    <Property name="WebDynproApplication" value="HAP_MAIN_DOCUMENT"/>
                 <Property name="PLAN_VERSION" value="${item.PlanVersion}"/>
                 <Property name="APPRAISAL_ID" value="${item.ID}"/>
                 <Property name="PART_AP_ID" value="${item.PartID}"/>
                    <Property name="wi_id" value="${item.externalId}"/>
                    <Property name="MODE" value="X"/>
                  <Property name="sap-wd-configId" value="HAP_AC_MAIN_DOC"/>
                    <Property name="openInNewWindow" value="yes"/>
                 <Property name="System" value="SAP_Webdynpro_ABAP"/>
                  <Property name="WebDynproNamespace" value="sap"/>
                   <Property name="display_order_priority" value="5"/>
               </Properties>
          <Descriptions default=""/>
        </Action>
      </Actions>
    </ItemType>
Do respond for futher queries.

Similar Messages

  • Integration of Adobe Flex 3.0 with Webdynpro ABAP

    Dear Experts,
    This is the first time I am trying to work with Flex and trying to integrate with Webdynpro ABAP.
    What I have done is made a 'Starter' project in Flex where I have just embedded an image , downloaded
    1. WDIslandsLibrary30.swc
    2. WDIslandsLibrary30-debug.swc
    included them in the flex project and did Export Release Build.
    What I want to do through this project is just to display the image and no data exchange is happening here between Flex and webdynpro.
    Next I have made a webdynro project , included the Flash Island and imported the mime object.
    When I activate my object and run the application I dont see the image , i can only see a blank window.
    Please guide me where I am going wrong.
    Regards,
    Mamai.

    Hi Banarji
    Ple try this.
    In Flex Part
            [Bindable] 
            [Embed(source=".jpg")]
           <mx:Image x="" y=" " width=" " id="loader1" autoLoad="true" source=".JPG" height=" "/>
    Webdynpro Part
          Goto MIME - > add .swf file
    I hope.It will work fine.
    Regards
    Laxmikanth Karunamoorthy

  • Adobe print forms - Intergration with Webdynpro ABAP

    Hi
    We are working on SAP Adobe print forms with Webdynpro ABAP. We are getting the PDF form's Hexadecimal content as a part of the FPFORMOUTPUT parameter when we execute the FM of the Form.
    I tried to assign that to a context variable and assigned that to the PDFSource of the form and tried to generate the PDF. But is is showing a black page.
    Can you please suggest a way if any to get this done.
    Regards,
    Srikanth.

    You can use the print form directly. I mean the same way as you would use the WD/ online form. Provide the form name, the data source and stuff and the form should work. If that would be an interactive one, you would not be able to change any values if the form is based on DDIC dictionary, but since you want to use the printform, this is not your concern.
    Regards Otto

  • How to Integrate HCM Process with Webdynpro ABAP Application

    hi,
    I have issue regarding how to integrate HCM Process with Webdynpro abap application.
    I had created one HCM process for transfer using Hrasr_dt T code and also created form scenario and work flow.
    How to Integrate HCM Process with Webdynpro ABAP Application
    by
    Parthasarathi

    hi suhasini,
    Thanks for your reply,
    Can u explain in detail.. and Give any documents or links...
    by
    Parthasarathi

  • Digital signature with webdynpro abap

    Hello,
    how I can signature a character string digitial with webdynpro ABAP?
    My first beginning is the call function "SSFS_CALL_CONTROL". But this is only for BSP. It is is sensible, that I create a small BSP - Application and I integrate this BSP - Application in Webdynpo ABAP. But How I integrate this BSP in WD4A?
    The other way
    Give it a call function for webdynpros ABAP to signature?
    Thanks
    Maik

    Hi Maik,
    what is to be signed. Your own document ?
    I assume you have https and you want to sign you own content
    and allow the DOWNLOAD or other similar to get doc to customer.
    See the Function group SSFC/SSFZ for access to a certificate.
    See security docu for load certificates on to the server. (Tran SSO_STRUST)
    You can also create credentials if requried.
    See also function group SSFG.
    Here are functions to create envelopes and sign them
    This the main tool.  You sign a document to show proof of originality.
    You place in envelop to encrypt it.
    Then send the result.
    See function group SSFM for PSE management.
    In general all the secure store and forward Functions all begin with SSF*
    The function you choose probably just adds certificate to BSP connection.
    I havent tried it. Just quickly looked at the code.
    Cheers
    Phil.

  • Your experiences with Webdynpro ABAP

    Hi there,
    please give me an overview how your experiences (positive and negative) are with Webdynpro ABAP??
    Here are mine:
    Pos:
    - fast GUI modelling
    - browser = client
    Neg:
    - runtime
    - unflexible controls
    - no developer influence on programming modell
      (i dont like filling code snippets)
    - No Unddo-Button in IDE
    - auto-completion show names which are not member
      of current class/object
    Thx for your input.
    Regards,
    Markus

    On 1: Depends on the used client. With server-side rendering you will have some delay for the server roundtrip, smart clients are smarter.
    On 2: Changing of fonts/colors has not been exposed via API to enforce consistency. Only themes as a whole should be changed. Remember that the primary purpose of Web Dynpro are business applications like ERP.
    Positioning of controls restrictive? What does that mean? You cannot place controls by absolute coordinates (which is most probably not a godd idea for localizable applications) but you get a set of powerful layout managers like MatrixLayout etc.
    Armin

  • Validating Input fields in Interactive Adobe Forms with Webdynpro ABAP

    Dear Friends,
    Am new to Interactive Adobe forms with Webdynpro Abap,
    My scenario is, I have few Input fields, i need to handle the Messages when am not entering values in any of the Input Field,
    and raise the message when i click on Save Button.
    I have tried with setting the field as Required in Form itself, but i can't set the Field as Mandatory.
    I don't know how to do, Please give some needed points, as well needed some Script/Formcalc code.
    Thanks,
    Pradeep.

    Hi Pradeep,
    You can validate the fields by using javascript/formcalc logic in onclick event of button.
    Please refer the below links
    Adobe Form -How to make an Input Field Mandatory
    Validate Intercive Adobe Form
    Hope it helps you.
    Regards,
    Rama

  • ESS/MSS custom services or modify standard service with WebDynpro Abap

    Hi all,
    what's the procedure to modify standard ESS/MSS or create new service with WebDynpro Abap.
    Thanks.
    Miki

    Hi
    First, The ISR Scenarios are not for iviews. They are just a part of a view. We can use webdynpro ABAP with the ISR Scenarios. We need to embed these forms into our webdynpro ABAP views and code accorsdigly to get the data. There are some standard components that are provided by SAP to handle ISR Forms with Webdynpro. Check these.
    Regards,
    Srikanth.

  • Getting Stasted With WebDynpro ABAP

    Dear All,
    I am New to WebDynpro and want to get started with it. Right Now reading the Tutors and Understanding the Concept. I want to Create the WebDynpro Object in the SE80 but not finding any object called "Web-Dynpro-Comp./Intf." from the available object list in the SE80. Please Guide me as how to go with it.
    Also please suggest suitable Link/Threads/Tutors to get Start with WebDynopro.
    Regards,
    Nikhi Joshi

    Hi
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e036712
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/21706b4b-0901-0010-7d93-c93b6394bc1d
    in this link are two tutorial for start with webdynpro abap
    for see webdynpro in se80 in the  left bar you must select web dynpro comp. / intf
    you must check the active service in the transaction sicf
    in thid link you can find the service
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/d28dfa34bb12bee10000000a1553f7/frameset.htm
    best regards Marco
    Edited by: Menegazzo Marco on Apr 21, 2009 10:09 AM

  • AD Integration with sap abap R/3 system

    Hi All,
    We are in the planning to setup AD integration with our present sap system, where ad user name is differently maintained and sap user ids are different. we don't have any java systems in our landscape. our requirement is simple , user id and password  authentication should be through AD.
    However was not able to find any specific implementation guide, it would be great if any one can share the best possible solution with steps to take an approach.
    I have already gone through many post but couldn't find any thing suitable for our scenario.
    Please help.
    Thanks and Regards
    JADS.

    Hi Patrick,
    Thanks for the link , we do not have SSO installed ,do we have to installation  sso. if yes could you please let me know  were can I find the installation Guide for the same.
    1. Our requirement is very simple we want achieve the user id disable unable locked unlock through AD and our ad user names and sap user names are different. and we have only abap systems as you mentioned abap does not support ad integration. what will be the best Approch if we have to achieve this in our landscape.
    Kindly help since im new to ad integration.
    Regards
    Jads.

  • Integration of webdynpro abap custom iview into standard ESS/MSS portal

    Hello all,
    Could anybody please throw light on how to integrate custom iview which is developed in Webdynpro ABAP into standard tab in MSS (Webdynpro java)
    For example.I want to add few custom fields(which are mapped to infotype 0041) into general information link of MSS.these fields will be created in webdynpro abap.
    or.
    I want to create a new link under general information which pops up as a custom iview (which is create in webdynpro abap) .
    please let me know how can i meet the above requirements.
    Thanks in advance.

    I am not really sure about your requirement. With my limited understanding of that , i think that you have few possibilities.
    1. You can let the ess/mss application communicate with WDA application via a Poral event.
    2. You can enhance the ESS WDJ component and use RFC destination to get the data from info type and build your own view in WDJ.

  • F4 help issue with Webdynpro ABAP application

    Hi,
    I am facing a strange issue with the F4 help in my webdynpro abap application.
    I have few fields for Purchase Order and Line item on the screen and they have corresponding F4 helps associated with them.
    When i select for F4 help, sometimes the screen simply blanks out and a white screen is displayed. When i refresh the screen and try the same scenario again, i can see the value list correctly.
    This issue occurs very randomly with no specific pattern. If anyone else has faced this issue earlier, kindly let me know how to get rid of this issue.
    Any pointers to resolve this issue will be helpful.
    Note: I am using SAP version 702 SP09.
    Thanks,
    Ramanath

    Hi,
    we cannot help you from offline, you need to check the standard procedures like
    SICF->is your application node is active.
    FQDN->check fully qualified name is configured
    You can also try to execute standard SAP application, if sap application also has problem running then you may have to get the help of BASiS people to look into that and raise a support ticket.
    If sap applications are running and your custom developed applications are not running then look into this application if there is any URL parameters need to supply etc.

  • ISR with WebDynpro ABAP

    Hi Experts,
    We are building a custom HR application to automate various HR processes
    like New Hire, Termination, etc.. Due to certain internal issues we are
    unable to use the standard business package for MSS (and hence PCR screens
    with adobe forms). We have to create custom webdynpro abap screens for the
    whole application. Now i would like to check if there is a possibility to
    use the ISR framework with a custom webdynpro abap application.
    I checked the transaction QISRSCENARIO but i could not find any option for
    webydnpro abap in "Entry type for Web".
    Have anyone of you tried such a scenario earlier with ISR's? Is there no way
    that we can use webdynpro ABAP applications with ISRs? Or do we have any
    work around for this.
    Please send in your valuable comments.
    Thanks in advance!!
    Regards,
    Gayathri

    Hi
    First, The ISR Scenarios are not for iviews. They are just a part of a view. We can use webdynpro ABAP with the ISR Scenarios. We need to embed these forms into our webdynpro ABAP views and code accorsdigly to get the data. There are some standard components that are provided by SAP to handle ISR Forms with Webdynpro. Check these.
    Regards,
    Srikanth.

  • BRF plus with WebDynpro ABAP

    Hi Experts,
    Please suggest some documents or  blogs on BRF plus in Webdynpro ABAP.  Also are there any prerequisites before starting with BRF plus.
    Thanks and Regards
    Pranav

    Hello Everyone,
    Here is one of the link I found
    /docs/DOC-8824#section6 [original link is broken]
    Any suggestions or new links are welcome
    Thanks and Regards
    Pranav

  • F4 help in Interactive forms with Webdynpro abap

    Hi All,
    How to create a f4 help in interactive adobe form by using  Webdynpro ABAP.

    Ameer,
    Check if these blogs help you:-
    /people/community.user/blog/2006/11/20/search-help-in-isr-adobe-forms
    /people/community.user/blog/2007/01/16/a-simple-search-help-in-isr-form--contd
    Chintan

Maybe you are looking for

  • How to change device installition settings in windows 7 32 bit

    Please help me, I've tried every way that you let me know beforehand,but I still can not change my device installition setting . . thx before

  • Weakest Link is iTunes

    I think that iTunes is the weakest part of the Apple TV/iTunes combination. I use iTunes on both OS X and XP. 1. iTunes runs as an application rather than as a service/background process. Each time a reboot is done or you change accounts, iTunes stre

  • I need help deauthorizing all computers

    I have already tried to find the answer to this question in the FAQs, but the option to deauthorize all computers once I sign in on iTunes didn't show up. I do have 5 computers authorized at this point though because it says "5 out of 5 computers suc

  • High end MBP 15" or low end MBP with retina display?

    I am having trouble deciding between the two laptops so I wanted to get some opinions. I use photoshop and dreamweaver a lot. I ususally will have tons of applications/tabs open at the same time, including a lot of pages with different video players.

  • Capture Coordinates of All Content with a PDF

    Is it possible to have a script extract the coordinates of all content - mostly vector paths (lines and curves) from specific layers of a pdf and to export that information to an XML file? I would also need it to include the color and lineweight info