GP - UWL integration

Hi ,
I have made a guided procesdure process XYZ and  provided it access through the portal by adding the process as Role ABC
My  process has two actions - Action1 for user1 and Action2 for user2
When user1 logs on to portal and clicks  on role ABC tab - he can perform Action1.
now when the user2 logs on to portal and clicks on role ABC , again the process XYZ starts from beginning .
It should so happen that when user2 clicks on role ABC , the action2 should come up for him.
If i see the GP workflow , of course the work item list shows action2 in the worklist
Can the above scenario be achieved - or there is no option but that the user2 ghas tocontinue the process  by visiting the GP - action reuired link. I n this case what is the point of provided the GP processas a portal role ?
I have read a bit about -  GP - UWL  - integration. Will it  help in soome way?
Please help in this regard
Points assured for help.

Hi Shobendra,
There are two ways to solve your problem.
If you configure Universal Worklist with GP, then all the task to be performed comes in the worklist. Role tab is used only to start the process. Then onwards, every user would see the action in its worklist.
To configure UWL with GP.
Go to System-Administrator--->System Configuration--
>Universal Worklist and Administration.
Click New.
Enter Values
System alias  -> any name eg. GPSystem
Connector Type----> Choose GuidedProcedureConnector
Do not change other fields.
Click SAVE.
Now all the tasks, actions would come to your UWL .
Second way without UWL, if you want to get the same functionality.
Go to design Time-->Your Process---> Instantiation Tab
Out of three radio buttons, select the last one  <b>Single instance is permitted</b>.
Save and Activate the process again.
This will surely help.
Regards,
Piyush

Similar Messages

  • UWL Integration for Material and Customer Repositories

    Hello all,
    Has someone done the UWL Integration for Material or Customer repositories? Do we have to write own XML Configuration file for UWL and upload? or is that supplied by SAP somewherer for Material and Customer repositories?
    Any pointers in this direction are highly appreciated.
    Thanks
    Suman

    Hi Suman,
    You can create your UWL Configuration file through UWL Cofiguration file wizard.
    The path is navigate to System Administration  System Configuration   Universal Worklist – Administration.
    Under Universal Worklist Content Configuration select Click to configure item types and customize views using a wizard.
    Thanks
    Namrata

  • UWL Integration - Process Control & Access Control

    Hello Community,
    Has anyone worked on UWL integration of Access Control 5.3 & Process Control 3.0?
    Is this feasible by developing UWL custom connectors? Any hints?
    (NW2004s - EP7.0)
    Thanks!
    Dhanz

    Hi
    Even though you set risk analysis to be done at single in RAR , it will automatically consider  following type if done from CUP
    1. SOD conflict
    2.Critical action
    3. Critical Permission
    If you want to have only SOD risk analysis ,then deactivate all critical action rules in RAR OR create a new ruleset and assign all SOD risk to it and use with CUP .
    Thanks & Regards
    Asheesh

  • 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.

  • UWL integration with GP

    Hello,
    I configured the Guided Procedures connector for UWL ...to show the GP tasks for approval under the UWL Tasks tab...but the task does not show up there...it shows in the GP Framework...I used Visual Approval Callable Object for Task Approval....
    Please help.
    Anil

    So here's the XML for you....
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="2.0">
      <ItemTypes>
       <ItemType name="uwl.task.gp" connector="GuidedProceduresConnector" defaultView="uwlTaskGPView" defaultAction="launchGP" executionMode="default">
    <Actions>
    <Action name="launchGP" groupAction="no" handler="IViewLauncher" referenceBundle="launch_sap" returnToDetailViewAllowed="yes" launchInNewWindow="no" launchNewWindowName="GPWindow" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="DynamicParameter" value="app.processId=${item.processID}&amp;app.taskId=${item.activityID}&amp;"/>
    <Property name="page" value="pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance"/>
    <Property name="System" value="SAP_LocalSystem"/>
    </Properties>
    </Action>
    </Actions>
    </ItemType>
        <ItemType name="uwl.task.gp.GPSystem" connector="GuidedProceduresConnector" defaultView="uwlTaskGPView" defaultAction="launchGP" executionMode="default">
          <Actions>
            <Action name="launchGP" groupAction="no" handler="IViewLauncher" referenceBundle="launch_sap" returnToDetailViewAllowed="yes" launchInNewWindow="no" launchNewWindowName="GPWindow" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="page" value=" pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.folders.pages/com.sap.caf.eu.gp.pages.procinstance"/>
                <Property name="DynamicParameter" value="app.processId=${item.processID}&amp;app.taskId=${item.activityID}&amp;"/>
                <Property name="System" value="SAP_LocalSystem"/>
              </Properties>
            </Action>
          </Actions>
        </ItemType>
      </ItemTypes>
      <Views>
        <View name="uwlTaskGPView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.gp.GPSystem" columnOrder="subject, process, creatorId, createdDate, dueDate, status" sortby="dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom">
          <Descriptions default="Guided Procedures">
            <ShortDescriptions>
              <Description Language="de" Description="Guided Procedures"/>
              <Description Language="en" Description="Guided Procedures"/>
            </ShortDescriptions>
          </Descriptions>
          <DisplayAttributes>
            <DisplayAttribute name="phase" type="string" width="" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Phase">
                <ShortDescriptions>
                  <Description Language="de" Description="Phase"/>
                  <Description Language="en" Description="Phase"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="process" type="string" width="" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Process">
                <ShortDescriptions>
                  <Description Language="de" Description="Process"/>
                  <Description Language="en" Description="Process"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
          </DisplayAttributes>
        </View>
      </Views>
    </UWLConfiguration>
    Thanks
    Edited by: Anil Kumar on Dec 17, 2008 4:43 PM

  • UWL Integration

    Hi,
    Is there anyone who write custom Web Dynpro for Java Application which integrates with UWL (Universal Work List)?
    Assume a scenario that customers fills a form (dynpro application) and sends it to customer support. The submitted forms will be saved in Portal Database and and item created in customer support persons UWL. Also an email sent him to warn about new item.
    When the Cus. Support person opens his UWL and clicks item, another Dynpro application opens with the submitted form and answer section.
    Like ordinary Ticket Support Systems.
    Is it possible to create such scenario. What other options you can offer?
    regards

    Hi,
       I think that the best option to do that is use Guided Procedure.
       Using this, you can define this process in very simple way. Who must participate in each instance, who can run a specific action so on. Also you can approve o reject, I mean you can define all that.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/2c7f427552c153e10000000a1550b0/frameset.htm
    From here you can download:
    Overview Guided Procedure.pdf this is a very good document.
    Patricio.

  • SAP CLM - UWL Integration

    Hello SCN Members,
    I want to Integrate SAP Sourcing Notifications into Portal UWL. Is there any Standard SAP procedure or any custom development in order to acehive the functionality. If there is a custom development, could you please let me know the procedure to do ti.
    Thanks,
    SCN Member

    Hello Sankar,
    In NWDS, a custom UWL Connector is a DC of type "Enterprise Portal / Portal Application Standalone [sap.com]".
    Create  such DC in your NWDS and prepare following kind of folder structure: -
    DC
         src.api
                   package containing an interface that extends IService
         src.core
                   package containing: -
                        1. ItemActionHandler.java
                        2. Main connector class that implements IProviderConnector
                        3. class that implements interface declared in src.api
         dist
              PORTAL-INF
                   classes
                        uwl_yourconnectorname_configuration.xml
                   portalapp.xml
    You have to write business logic to fetch tasks inside "getItems()" method of main connector class.
    I referred to below thread while developing custom connectors: -
    http://help.sap.com/javadocs/nwce/ce71/uw/UWL%20Custom%20Connector%20API.pdf

  • SRM Integration in Universal Worklist (UWL)

    Hi SRM freaks,
    I've one question concerning SRM integration in Universal Worklist (UWL). Currently we have integrated our SAP SRM4.0(SRM_SERVER 500) solution in the SAP Enterprise Portal6.0, and after installation from an additional Business Package the system is working perfectly.
    But we have one concern about UWL integration, the workitems which are send over eMail to the endusers are still containing ITS_DEST link which is defined in PPOMA. The following web link is pointing directly to SRM-EBP ITS link and not to the portal. Our idea would be to include a web link which is pointing to portal in order to access SRM-EBP content from there.
    Can somebody help us on that topic !?
    Thanks for your support.
    Rafi

    Rafi,
    Hi. We are using SRM 5.5 and are intending on changing the ITS_DEST to run SRM through the portal.
    That way any email links sent to the users always contain a link back to the Portal (which has our UWL configured).
    I'm not too sure of the consequences of changing this attribute on release 500. Our system has an internal ITS - does yours?
    Cheers
    Rob

  • Incorrect display of HTML document in UWL

    Hi experts,
    we are using SRM 5.0 with UWL integration. If a workitem is rejected the requestor gets a notification in his SAP Business Workplace (SBWP). This notification contains a link to the SRM shopping cart.
    The notification is also available in the UWL, but there all HTML tags are visible. It seems that in this case the UWL  is not able to display HTML notifications properly. Are there any additional settings necessary to display the notification? Maybe currently some kind of text format is set to default.
    Best regards
    Tom

    Hi Manish,
                  I am able to see WBS Elements in MB51 Report after going to detailed list from the initial output page. In this detailed output the sender and receiver WBS Elements are getting displayed incorrectly.From that screen only,if I go to Material document list,sender and receiver WBS Elements are getting displayed correctly.
    Regards,
    B P Singh

  • What is criteria for roles ? I have error when i open it at uwl......

    Hi,
    I am defining one process in that i have two action both have single co objects . Now i run process sucessfully but when i open task from uwl it gives error and i could not edit it through uwl.
    So can any one tell me wht i have to do and even wht should criteria of roles pls suggest me.
    Regards,
    Gurprit Bhatia
    Edited by: GURPRIT BHATIA on May 9, 2008 7:25 AM

    Hi,
    You might want to take a look at the [GP wiki page dealing with GP - UWL Integration|https://wiki.sdn.sap.com/wiki/display/BPX/GuidedProcedure-UWLIntegration].
    Dick

  • GP Tasks are showing twice in UWL

    Hi All,
    We are displaying GP Tasks in UWL.
    From yesterday onwards, for one user the same task is showing up twice.
    Can any one tell me why this is happening and how to resolve this issue.
    Thanks & Regards,
    Satish

    Hello,
    Can you try deleting the GP Connector and re-configuring your UWL integration again?
    Also, please share your portal version details.
    Best Regards
    Prabhakar

  • Desktop application in place of SAP UWL

    Hi
    We have a strange requirement where we need to replicate the SAP UWL in a desktop widget application. Whenever the desktop widget is launched, it should be able to fetch the task details from UWL and populate in the custom screen of the widget. The desktop widget can be in the form of a Java application or Adobe AIR or anythying for that matter.
    I understand, we need to use webservices consuming the UWL APIs but I doubt if we can use these APIs when the webservice is called from a desktop application and not from a SAP portal application. Are there any standard UWL webservices that can be consumed outside the SAP Netwaver Environment to get the UWL task details ?
    Any inputs on this will be very much appreciable.
    Thanks and Regards,
    Sayan Ghosh

    There are no standard Web Services provided for UWL. You will need to write your own web services.
    I have seen articles on UWL integration into Microsoft SharePoint. But, for your scenario, I believe the usage of Web Services would be a good option.
    Another point here is that, where are the UWL tasks originating from ? If they are coming from a back end system, you may try to integrate the backend tasks directly to your desktop app. (avoiding one additional layer of UWL)
    Thanks,
    Shanti

  • Error when launching Workflow Editor

    Hi gurus,
    I am expriencing an error when i try to launch the Workflow editor from the Workflow definition page (Actions -> Launch Workflow editor). The error is:
    Unable to load resource: http://jawe.enhydra.org/twe.jnlp
    I have the latest JRE installed on my windows machine, and i am running Internet Explorer 9.
    Thank you in advance,
    Simion

    Hi Simion,
    Make sure the together editor is installed on your laptop. Try saving the xpdl file from workflow definition to your laptop first and then launch the editor and open it. Also, check out comments from Rob in the message below.
    ESourcing Workflow - SRM UWL integration?
    If you still have problems, let us know.
    Regards,
    Vikram

  • Workflows using Guided procedures

    Hi,
    1) How does Guided procedures(GP) internally implement workflows? Does it call workflow items created in an R/3 server or does it have its own platform for implementing the same? If it has its own implementation, can it also call R/3 workflows?
    2) What is the main advantage of using GP for workflow tasks in portal compared to using UWL in portal? One advantage I see is GP can be used to integrate users, data across different system, but is there any other advantage in situations where the data comes from one single R/3 server?
    Regards,
    Srini.

    Hi Srini,
    On the workflow processing level, Guided Procedures offers two possibilities. One of them is to use the built-in Java-based processing engine, which is mainly appropriate for testing purposes. The other option is to configure GP with the SAP Business Workflow (aka BPM Runtime Engine), which runs in the ABAP stack. In this case, you create and start processes in GP, but the processing is done on the ABAP side.
    Regarding the differences between the GP runtime and UWL, I think the concept here is slightly different. In UWL you have access to your tasks (it works on the task level). By the way, GP offers UWL integration as well, and enables you to see the tasks generated in GP also in the UWL. However, when using the GP runtime tools, you have an overview on the entire process, and you have different authorization concepts as well - process Administrator, Owner, Overseer, contributors, and so on. You can see what the status of the overall process is, the process output and so on. Even if data comes from a single system, GP offers a process-driven, user-oriented view on it.
    I hope this answers your questions. For more details, you can have a look at the https://www.sdn.sap.com/irj/sdn/developerareas/platform?rid=/webcontent/uuid/7b9b3834-0801-0010-6a9a-dc53e0db37f2">caf [original link is broken] [original link is broken].
    Regards,
    Zornitsa

  • MDM SP06 changes related to wrkflw, assignmnt,valdtn etc

    Hello All.
    Please tell me about if  there is anything related to performance of import server / syndication server / workflows
    and the changes related to workflows / validations / assignments /matching strategies in the MDM 5.5 SP06 upgrade version of SP05.
    Its urgent,thanks in advance
    Regards
    Ankit

    Hi Ankit,
    There are certain changes in SP06 related to assignments and workflows.
    These are the improvements made in SP06 version...
    Content-based permissions
    1) Use named searches like masks in role constraints
    Enhanced repository schema migration
    2) Transfer of validations, assignments and ports
    Improved editing for qualified lookups
    1) Enhanced usability for mass changes
    Extended UWL integration
    1) Create and launch workflow jobs, support for validation step
    GUI based installation on UNIX platforms
    2) Graphical setup of MDM Server and runtime environment
    Extended API coverage
    1) Locking/Unlocking and protection of records etc.
    Improved System Monitoring and Analysis
    2) Integration into Solution Manager Diagnostics 4.0
    3) Integration into Wily Introscope for deep-dive analysis
    4) Extended information and improved handling
    of MDM log and trace files
    Hope this is helpful.
    Reward with points if found useful.
    Regards,
    Sravan Velamury

Maybe you are looking for

  • Macbook pro can't find preferred wireless network

    My father signed onto my wireless network using his own laptop (PC) with my passkey.  Then after he had been on I tried to connect to the internet with my macbook (and iPhone) and my network was gone.  If I look at the list of available networks it l

  • Webservice issue from WLP 8.1 to WLP 10.3

    Hi, We are upgrading WLP 8.1 to WLP 10.3 webservices and other portal projects, we are facing the following problem and if any one help me in this issue urgently. Got struck in this issue at 3 days. Issue: ==== 1. Using upgrade wizard, converted WL 8

  • How to configure WebLogic with WebCenter¿?

    Hi, I have created 2 machines: - WebCenter in Oracle Linux with a database. - WebLogic Server in Oracle Linux too. From WebLogic Server I have to connect with WebCenter database, and I am not sure how to do it. I have tried to do it with: <WL_HOME>/c

  • How can I get bootcamp on my iMac without a CD drive?

    So I open up Boot Camp Assistance, and every option involves a CD drive, but apparently there are ways to do it without one? Thanks in advance!

  • Gdm and cinnamon session

    I don't think the wiki mentioned this but changing the default gdm session is done in /var/lib/AccountsService/users/your_user_name and not in ~/.dmrc as the wiki says. Should the wiki be updated or an I missing something here? edit: Actually, I must