Is Webdynpro devt. mandatory to access workitems in UWL

Hi all,
We have some custom workflow objects running on SAP R/3 system. All workflow approvals are done using SAP GUI only (i.e SBWP transaction). Now we are planning to implement Enterprise Portal.
So for accessing the workflow in the portal UWL - Is it mandatory to develop "Webdynpro ABAP/Java" programs for each workflow approval task ? Or Is there option to access the workitems directly in UWL wihtout any extra developments ?
Regards,
Anbarasan K

Hi,
It is not necessary to develop new applications. You can launch the transactions/screens from UWL too.
Anyhow, I have to say that they will not always work perfectly, and the users might not be happy about the experience when everything else is browser based web applications but some things will work with SAP GUI (this might not be so big problem if the users are already familiar with SAP GUI). Just test it and you will see how it works.
Regards,
Karri

Similar Messages

  • "Page not found or not available" error when accessing workitem from UWL

    Hi SAP Gurus,
    I encounter a perculiar problem in our portal system, was wondering if any of you guys encounter it before.
    When one of the users accesses the UWL screen and click on a particular workitem(approve trips), he gets a portal error message "Page not found or not available".
    Usually we get this message if the user does not have some form of authorization, but the things is I have setup the permissions of the UWL for "end-user" for "everyone" and all existing roles in the portal.
    heres our systems setup:
    -R/3 4.7
    -ITS 6.2
    -EP7
    -Authentication through LDAP server, the roles in the server are tied to the groups that the LDAP ID is tied to.
    The funny thing is, only this particular user has the problem, other users with the same roles didn't encounter such message. Also, the user do not have problem accessing to other UWL workitems, (eg, leave approval, claims, etc) only the Trips Approval have the problem.
    Anyone have any ideas? Could it be some roles in the R/3 side. Any suggestions?
    As usual, point will be awarded to useful answers.
    Regards,
    Jansen

    Answered for myself.  My situation related to the Credit/Dispute Management application. In my case, a standard task type was also defined for another application.  I had re-prioritize the xml configuration for Credit Manager, and modify the xml to include a system alias within the item configuration.  Now, my item is using the correct configuration and tasks are launching correctly from the UWL.
    Thanks!
    - David
    PS - Did not need to do back-end configuration.
    Message was edited by: David Karpman

  • Error while employee accessing the rejected leave request workitem in UWL

    Hi
    I am getting this following error while employee accessing his rejected leave request workitem in UWL.
    Leave application is working properly to place the leave request and to approve the request, But am getting this below error when employee try to open the rejected leave request workitem through UWL.
    Application error occurred during request processing.
      Details:   com.sap.tc.webdynpro.services.sal.core.DispatcherException: Wrong WebDynpro-URL: no application name specified
    Exception id: [CA42F00060020059000017BD000630E2000492E154FAEE4C]
    Thanks
    Ram

    Resolved self.
    Applied Note 779075.

  • Error while running leave request Workitem from UWL

    HI,
    While running the workitem from UWL in MSS we are getting the following error
    URL http://sapdev.rediffsap.net:8000/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover call was terminated because the corresponding service is not available
    i.e its is not launching the Web Dynpro application.
    As result I have checked the following :-
    1) Maintained entries as per SAP note 779075.
    2) Alias for the portal system has been set to SAP_WebDynpro_XSS and UWL has been registered with this alias.
    3) check entried for Task - TS31000007  APPLICATION - CatManagerApprove and PACKAGE - sap.com/msscatapproval which are set in T-code SWFVISU.
    Plus I have also tried the following changes.
    1) All the services in SICF are activated.
    2) I have tried setting the WEBASPATH to blank and set it to /webdynpro/dispatcher and /webdynpr/dispatcher/sap.com but it does not test the WAS connection as correct, but running the Workitem still results in the same error.
    I am running out of ideas now to correct this. Please help.
    Regards
    Shakti

    >
    Shakti Parwanda wrote:
    > Problem has been resolved and I have added alias as SAP_ECC_HumanResources in system alias in UWL and Webdynpro Launch system as SAP_WebDynpro_XSS.
    >
    > And, it solved my problem
    Hi Mr. Shakti
    i too have the same problem ,how did u resolved it.
    i applied the note 779075 still same error is comming
    created three system SAP_R3,sap_its_xss, andsap_webdynpro_xss
    through which system i have to register the system
    Regards
    K Naveen Kishore.

  • Workitems in UWL

    Dear Guru's
    We have a problem opening webdynpro when clicking on a workitem in the UWL. The following error appears:
    Service not reached:
    URL http://caliban.carectrl.lan/webdynpro/dispatcher/com.sap.xss.hr.lea.appl/LeaveRequestApprover call was terminated because the corresponding service is not available.
    Finding possible solutions in sap note 779075 and the link, /thread/1262333 [original link is broken], we followed the exact corrections. The step we took:
    - correct packages in transacton SWFVISU
    - Define sytem alias parameter for task TS12300097
    - register the work items in the UWL
    - emptied cache from UWL
    The XML file looks okay now (see info below), however clicking on the  remaining or new work items in the UWL still results in the same error. Why is the UWL still looking at com.sap.xss.hr.lea.appl and not at sap.com/ess~lea ? Are we missing some steps ?
    Help needed.
    Kind regards.
    <ItemType name="uwl.task.webflow.TS12300097.ECC_WF" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="ECC_WF" externalType="TS12300097" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="LeaveRequestApprover"/>
                <Property name="WebDynproDeployableObject" value="sap.com/ess~lea"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="DynamicParameter" value="wi_id=${item.externalId}"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="System" value="ECC_WF"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>

    Hi all,
    Thanks for your reply. In order to your comments I think I found another interesting thing, namely that our customer has defined its own UWL configuration with prioriy set to the highest level. Keeping this in mind the Iview from this configurationname is not modified while registering the work items for the standard UWL.
    So we downloaded the configuration xml file and changed the path form com.sap.xss.hr.lea.appl to com.sap/ess~lea and uploaded this new xml file in the portal. Clearing the cache did not resolve the problem. Also adding the SYSTEM_ALIAS in SWFVISU and the xml did not work.
    Digging deeper in the problem we found out that the URL was incorrect and not referring to the local host.
    Edited by: Stephan Luijbregts on Nov 1, 2010 3:40 PM

  • Error when executing workitem in UWL.

    Hi all,
    we are getting a workitem in the inbox  with text
    "Error when generating idoc from MC doc " .
    when I am trying to execute a workitem in UWL its giving error that "workitem is reserved for a different agent ".
    Regards,
    Naval Bhatt

    hi.....
              it might be because someone might have designed a workflow in such a way and would have delegated there business object so that some application is trigerring his/her workflow which is producing such a message.
    example:
                  some one migght have created a workflow for purchase order change and would have delegated their business object. So whoever changes any purchase order then this workflow gets triggered........
    solution:
                  if you could find the business object related with this workitem then you can remove the delegation.
    --regards,
      alex b justin

  • Multiple approval of workitems in UWL

    Hi,
    I am working on a workflow in SD related to bidding/entitlement management. There is a client request that, the user should be able to select multiple workitems in UWL and then click 'approve' to approve the multiple workitems selected. If so, how?
    Thanks,
    Sheik.

    Hi,
    Normally UWL iViews appears with radio button for each of the workitem in the list.
    It can be customized using Decision Views. For e.g. converting radio boxes to check boxes to enable
    mulitple choices etc.
    Look into Decision View configuration part of the UWL.
    Hope it will give some pointers.
    ~Vipin

  • Executing a workitem from UWL for approval process in ESS/MSS

    Hi All,
    I am working on ESS/MSS workflows...Everything is configured and also workflow is developed...When i try to execute a workitem from UWL to approve a PCR, i am getting a message in the status bar as "work item exucuted(new processing status:"in process"). But it's not launching the SAP transaction for approval.
    Can anyone tell what is the probelm....
    Thanks,
    Sunil

    Hi Sunil,
              how r u, i have also same dout i know the configuration steps of UWL but i don't know how to Configuration of Universal worklist and Timesheet application in ESS/MSS to display at manager side....i am new to this ESS and MSS Configuration side.....i request to u could u please tell me the step by step procedure or else if u have any configuration steps which u have already done please send me a mail to my id : [email protected]
    really i appreciate your help....i will be waiting for your mail.....
    Thanks and Regards,
    Abhiram.

  • Executing/accessing workitem(approv./rejects on BSPage ) from Outlook

    Hi
    Could you plz guide me on the following requirement.
    A request should be approved by manager. And its a BSP application. Both request creation and approval is through BSP pages. I understand we have to generate(from WF_EXTSRV) a WF Task with reference to Approval BSP page. And include the same task in the workflow. So whenever a request is created, a workitem will be sent to manager's SAP-inbox. so when workitem is executed approval BSP page will be opned in a browser where manager will either approvr/rejects[he will also provide reason on the page].
    But the business process is such a way that manager will execute the workitems only from outlook.
    So now my question is, workitem should be availble in outlook for manager's access. How a mail can be sent to manager's inbox with links to workitem, whenever a request is created. So that when clicked on the link, work item should be executed & approval BSP page should be open in browser. Manager will either approv/reject the request which is in process. And then manger's action should be sent back to workflow.
    Please let me know what configuration is required in order to achive this requirement. let me know where can i find the help(URL) for this configuration.
    Regards,
    KR
    Message was edited by: K R
    Message was edited by: K R

    So if i get this right, you want to send a mail from the System to the Manager. The Manager should receive a link to the correct BSP Page. OK i use something like that...
    A function module with this code:
    function z_tpaf_send_14days_mail.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     REFERENCE(IWA_DATA) TYPE  >(DDIC TABLE)<
    *"  EXCEPTIONS
    *"      CONTACT_ERROR
    *"      NO_MAIL_ADRESS
    *"      MESSAGE_NOT_SENT
    *"      SAP_CONTACT_NOT_EXIST
      class cl_abap_char_utilities definition load.
      data: lwa_sadrpx  type sadrpx,
            lwa_sadr10  type sadr10,
            lt_mail     type table of solisti1,
            lwa_mail    type solisti1,
            ls_doc      like sodocchgi1,
            lt_rec      type table of somlreci1,
            wa_rec      type somlreci1,
            lv_int      type i,
            lwa_rfc     type ztpa_customize,
            lwa_link    type ztpa_customize,
            lt_text     type table of solisti1,
            lt_vsadrp   type table of v_sadrp,
            lwa_vsadrp  type v_sadrp.
      select single adrnr from sadrpx into corresponding fields of lwa_sadrpx
      where susid = iwa_data-userid.
      if sy-subrc ne 0.
        raise contact_error.
      endif.
      select single * from sadr10 into lwa_sadr10
        where adrnr = lwa_sadrpx-adrnr
        and   lfdnr = '001'.
      if lwa_sadr10-smtp_adr is initial.
        raise no_mail_adress.
      endif.
      select single * from ztpa_customize into lwa_rfc
        where sysid = sy-sysid
        and   type  = 'RFC_MAIL'.
      select single * from ztpa_customize into lwa_link
        where sysid = sy-sysid
        and   type  = 'LINK_NOTI'.
      wa_rec-receiver = lwa_sadr10-smtp_adr.
      wa_rec-rec_type = 'U'.
      append wa_rec to lt_rec.
        call function 'BN_USER_FETCH'
        exporting
          input                 = iwa_data-userid
          LEFT_COMPANY          = ' '
          MULTIPLE              = ' '
        no_dialog             = 'X'
          SEND_EXTERN           = ' '
          SEND_INTERN           = 'X'
          SEND_PRIVAT           = ' '
        IMPORTING
          ADDRESS               =
          VOLLNAME              =
        tables
          user                  = lt_vsadrp
       exceptions
         entry_incorrect       = 1
         id_not_exist          = 2
         no_entry              = 3
         user_locked           = 4
         user_not_exist        = 5
         others                = 6.
      read table lt_vsadrp into lwa_vsadrp index 1.
      if lwa_vsadrp is initial.
        raise sap_contact_not_exist.
      endif.
    ***********************************START MAIL TEXT******************************
      concatenate 'Dear ' lwa_vsadrp-name1 into lwa_mail separated by space.
      append lwa_mail to lt_mail.
      lwa_mail = '>TEXTTEXTTEXT'.
      append lwa_mail to lt_mail.
      lwa_mail = .'.
      append lwa_mail to lt_mail.
      lwa_mail = ''.
      append lwa_mail to lt_mail.
        lwa_mail = ''.
      append lwa_mail to lt_mail.
    ***********************************END TEXT******************************
      ls_doc-obj_name = 'Notification'.
    CONCATENATE 'Notification Change Request' wa_creq-change_id INTO ls_doc-obj_descr SEPARATED BY space.
      ls_doc-obj_descr = 'Notification Third Party Access Request TIME OUT'.
      ls_doc-sensitivty = 'O'.
      describe table lt_mail lines lv_int.
      lv_int =  lv_int * 255.
      ls_doc-doc_size = lv_int.
      call function 'SO_NEW_DOCUMENT_SEND_API1'
        destination lwa_rfc-value
        exporting
          document_data                    = ls_doc
        DOCUMENT_TYPE                    = 'RAW'
        PUT_IN_OUTBOX                    = ' '
          commit_work                      = 'X'
      IMPORTING
        SENT_TO_ALL                      =
        NEW_OBJECT_ID                    =
        tables
        OBJECT_HEADER                    =
        CONTENTS_HEX                     =
        OBJECT_PARA                      =
        OBJECT_PARB                      =
          object_content                   = lt_mail
          receivers                        = lt_rec
       exceptions
         too_many_receivers               = 1
         document_not_sent                = 2
         document_type_not_exist          = 3
         operation_no_authorization       = 4
         parameter_error                  = 5
         x_error                          = 6
         enqueue_error                    = 7
         others                           = 8.
      if sy-subrc <> 0.
        raise message_not_sent.
      endif.
    endfunction.
    I hope this helps...
    Regards
    Lars

  • Webdynpro Development without SDM access

    Hi all,
    Using the Portal UserID and password provided we can do the basic development of webdynpros . I dont have SDM password with me to deploy the same on portal.
    Is there any alternative to do a test run of the webdynpro application with out having SDM password  ?
    Please let me know if there are any alternatives.
    Nanda

    Hi All,
    Is there any turnaround for this Usind NWDI ? I read basic functionality of NWDI but not so clear beacuse i never tried that .
    Nanda

  • Error while opening a workitem in UWL

    Dear All,
    There is a leave application in webdynpro abap and workflow, in which when the initiator apply for the leave the request is generated and the work item is send to the UWL but when the approver clicks on the workitem id in his UWL it is not opening and just getting deleted from the worklist.
    Any help will be highly appreciated
    Thanks
    Mustafa

    Dear Koti,
    It is giving the same error in the backend also.when i click the workitem it is giving the "error while executing the workflow Close Window".
    Is there a problem with the workflow template or the UWL Configuration.
    Regards
    Mustafa

  • Ess / Mss Error while manager tries to open the workitem in UWL.....

    Hi Experts,
        As I am trying to apply the Loan details in ESS / MSS, Workflow is triggerred and workitem is received in the Manager's UWL. But when the Manager tries to open the Workitem it is going for dump. "As follows"....
    "    The initial exception that caused the request to fail, was:
      java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
        at java.util.ArrayList.RangeCheck(ArrayList.java:512)
        at java.util.ArrayList.get(ArrayList.java:329)
        at com.sap.aii.proxy.framework.core.JcoBaseList.get(JcoBaseList.java:272)
        at com.sap.aii.proxy.framework.core.AbstractList.get(AbstractList.java:230)
        at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCList.get(DynamicRFCList.java:281)
        ... 47 more  ".
    Like this there are 47 errors continued...
    What may be the cause? What should be configured...
    Here I have configured the "SWFVISU" with my tasks 'TS18900024" which in workflow.
    Kindly give me some solution to solve the issue..
    Regards
    Kannan

    Dear Kannan,
    I am also facing same error while opening the loan request from MSS-UWL.
    500 - Internal Server Error
      java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
        at java.util.ArrayList.RangeCheck(ArrayList.java:512)
        at java.util.ArrayList.get(ArrayList.java:329)
        at com.sap.aii.proxy.framework.core.JcoBaseList.get(JcoBaseList.java:272)
        at com.sap.aii.proxy.framework.core.AbstractList.get(AbstractList.java:230)
        at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCList.get(DynamicRFCList.java:281) 
        ... 47 more
    If you have any solution, please share.
    If any config docs please send across -  [email protected]
    Thanks & Regards
    Ganesh

  • Open PDF Adobe form from workitem in UWL

    Hi,
    We have a requirement in which a workitem is gettng generated from workflows, And it comes in UWL, So when we execute that workitem it should open a adobe form for notificaton so that approver can reject or approve that notificaton in PDF, But it is openng a SAP transaction rather then adobe form.
    we are on ECC 5.0 and portal verion is 7. we are using standard workflow WS5000041 which generates the workitem. It works perfectly fine in ECC 6.0, As there are different standard workflows in ECC 6.0 but the working is same.
    Thanks.

    HI
    I think you might have missed out to configure the respective task ID and its respective visualization parameters in the SWFVISU transaction.
    Iam not sure what is exactly the flow in the ECC5.0 but if you look at the workflow template , it again incudes a subworkflow, in which you actually have the approve form standard task the task number is TS50000075 and in the swfvisu txn the task is already configured with visualization paramters as Webdynpro aplication and Name sape sa SAP, I think you have to add one more parameter in the DYNPARAM
    Regards
    Pavan

  • No Workitems in UWL

    Hello friends,
    I have customized the ESS leaverequest using the standard WF12300111.
    Workitems for leave approve appear in my SAP Business Workplace, but not in the SAP NetWeaver Universal Worklist (UWL).
    I am using EHP4.
    What would be the reason?
    Edited by: Meeeee on Sep 26, 2011 2:16 PM

    Check the configuration of SAP_WebDynpro_XSS
    did you do the JCo connection ?
    Here is the help documentation:
    http://help.sap.com/saphelp_nw70/helpdata/en/92
    /a88931f2dd4631b9e8d530697d89c9/content.htm
    in regards to this parameter.
    IF the LeaveRequestApprover application is deployed on the SAP_Local
    System, you needed the system alias of SAP_LocalSystem in the
    Webdynpro Launch System value.  With this setting when the user
    manager clicks on the item, it will work fine.
    the system SAP_Webdynrpo_XSS should have maintained the WAS properties
    with the port of the portal. This is for normal working for
    Leave request
    the system SAP_Webdynrpo_XSS should have maintained the WAS properties
    with the port of the portal.
    Have you customised SWFVISU as per note 779075

  • Error in opening Workitems from UWL

    Hi All,
    I am trying to open a transaction from the workflow using a dialog task.
    when i execute the workitem from SAP business workplace the task gets execute properly.
    but when i try to run the same task from UWL it opens the SAP easy access screen.
    All my other workitem like leave request approver are getting opened properly from UWL.
    This might be related to some UWL configuration. I searched all the forums there are many similar questions but could not get any answer.
    Regards,
    Umesh Chaudhari.

    Hi ,
    please find the following solution .it will definitely work .
    If you leave configuration is done.
    There was an incorrect data in your system. To do these please follow following process.
    delete this request using
    PTARQ> Delete documents (RPTARQDBDEl)
    Please read the report documentation before
    deleting the request but it should be safe as it is
    a development system.
    Please delete this with the above information or delete all
    the records for the approver.
    After this,, there will be some incorrect workitem in approver inbox.
    You need to clear that also by Tcode - SWWL.
    Also try following
    Can you check if the Pernr used
    has correct information like It0105 etc, also the rules are
    correctly defined.
    For the Employee, First of all check the Period Work Schedule also
    the Quotas of the pernr needs to maintained in 2006, Please do
    this customisation and it should solve the issue.
    Maintain the absence quota in the IT2006 and then try once.
    Also make sure that the Settings in Webmo and PTARQ etc all is done
    The pernr belongs to the a Rule and have absences defined for him.

Maybe you are looking for

  • Should I upgrade from Mavericks to Yosemite or go for a new install of Yosemite?

    I just asked this, got an answer, but it shows as restricted. I can't access my question, so I'll repost. Dammit! Macbook Pro 15.4" Retina, October 2012, 500g, 8g RAM.

In anticipation of the release of Yosemite, I have been ready to back everything

  • Display document text in query instead of link to the document

    Hi, gurus! I'm on BW 3.10. I have a requirement from my customer that BEx web report should contain column with text of BPS document (not the link to it). How to display this text? Please help! Message was edited by:         Anton Ermalyuk

  • How to query on object

    Hi, there I was doing something following the example on this link: http://www.solarmetric.com/Software/Documentation/3.4.0/docs/jdo_overview_query_advfilter.html the codes (simplified from original): PersistenceManager pm = ...; Company comp = ...;

  • Authorization object for Parameter ID EFB

    Dear Team, How can we develop an Authorization object for Parameter ID. Apperciate ur assistance on this. Regards Zulfikar

  • Where's the information stored of the CLP (mycontacts)?

    Hi all, I have a question to the Collaboration Launch Pad CLP, for example accessing the CLP by http://<myPortal>/irj/servlet/prt/portal/prtroot/com.sap.netweaver.coll.shared.ui.CollaborationLaunchPad I'm able to add Contact Lists / Contacts / Room m