Displaying a workflow in UWL.

Whats the steps involved in displaying a workflow item in the UWL on the portal.

Hi,
Check this [article|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45].
Regards,
Surjith

Similar Messages

  • Appraisal workflow in UWL

    Hello all,
    I am trying to create a new view in UWL for appraisal workflows.
    My requirement is to get the Appraisal workflows into UWL. However, when appraisal item is selected from UWL it should not take us to the appraisal form, instead it should display the details view (the one which is displayed in the item preview) in pop-up.
    I created new configuration and for task 'TS12300096' in UWL configuration and selected 'UWL view detail' as action launcher when clicked on the workitem in UWL.
    When i open the UWL iView, there are no items related to appraisal task mentioned above are visible and if i delete the configuration file for the task which i've created, it appears.
    Below are the configuration files:
    1. com.appraisee_chge: configuration file for workitem registration
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.taskTS12300096.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="uwl.taskTS12300096.SAP_ECC_HumanResources_view" defaultAction="defaultAction">
          <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS12300096" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="ABAP_BOR" objectIdHolder="externalObjectId" objectType="APPR_DOC" cacheValidity="default">
              <Attribute name="DOCUMENTNAME" type="string" displayName="Document Name"/>
              <Attribute name="ID" type="string" displayName="Apprasisal ID"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
            <Action name="defaultAction" groupAction="" handler="UIActionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Descriptions default="defaultAction"/>
            </Action>
          </Actions>
        </ItemType>
      </ItemTypes>
      <Views>
        <View name="uwl.taskTS12300096.SAP_ECC_HumanResources_view" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status, DOCUMENTNAME, ID" sortby="priority:desc, dueDate:asc, createdDate:desc" 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" referenceBundle="tasks">
          <DisplayAttributes>
            <DisplayAttribute name="createdDate" type="date" width="" sortable="yes" format="medium" referenceBundle="sent_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="escalatedBy" type="people" width="" sortable="yes" format="default" referenceBundle="escalated_by" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="attachmentCount" type="int" width="1" sortable="yes" format="default" referenceBundle="attachments" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="no"/>
            <DisplayAttribute name="statusIcon" type="image" width="1" sortable="yes" format="default" referenceBundle="status_image" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
              <ImageMapping default="enum">
                <ImageMap value="EXECUTED" imageName="ico16_task_confirmed.gif" referenceBundle="confirmed_task_status"/>
                <ImageMap value="COMPLETED" imageName="ico16_task_complete.gif"/>
                <ImageMap value="INPROGRESS" imageName="ico16_task_start.gif" referenceBundle="start_task_status"/>
                <ImageMap value="enum" imageName="ico16_task_new.gif" referenceBundle="new_task_status"/>
                <ImageMap value="NEW" imageName="ico16_task_new.gif" referenceBundle="new_task_status"/>
              </ImageMapping>
            </DisplayAttribute>
            <DisplayAttribute name="substitutedFor" type="people" width="" sortable="yes" format="default" referenceBundle="substituted_for" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="dueDate" type="date" width="" sortable="yes" format="medium" referenceBundle="due_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="status" type="string" width="" sortable="yes" format="default" referenceBundle="status" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="isEscalated" type="image" width="10" sortable="yes" format="default" referenceBundle="data_escalate" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
              <ImageMapping default="0">
                <ImageMap value="0" imageName="">
                  <Descriptions default=""/>
                </ImageMap>
                <ImageMap value="1" imageName="ico16_escalated.gif" referenceBundle="data_escalated"/>
              </ImageMapping>
            </DisplayAttribute>
            <DisplayAttribute name="creatorId" type="people" width="" sortable="yes" format="default" referenceBundle="from" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="memoCount" type="int" width="1" sortable="yes" format="default" referenceBundle="memo" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="no"/>
            <DisplayAttribute name="itemTypeIcon" type="image" width="1" sortable="no" format="default" referenceBundle="item_type" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
              <ImageMapping default="none">
                <ImageMap value="uwl.task" imageName="task.gif" referenceBundle="tasks"/>
                <ImageMap value="none" imageName="">
                  <Descriptions default=""/>
                </ImageMap>
                <ImageMap value="uwl.notification" imageName="notification.gif" referenceBundle="task_notifications"/>
                <ImageMap value="uwl.alert" imageName="alert.gif" referenceBundle="task_alerts"/>
              </ImageMapping>
            </DisplayAttribute>
            <DisplayAttribute name="systemId" type="string" width="10" sortable="yes" format="default" referenceBundle="system_id" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="isLaunched" type="image" width="1" sortable="no" format="default" referenceBundle="launched" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
              <ImageMapping default="0">
                <ImageMap value="0" imageName="1x1.gif" referenceBundle="not_launched"/>
                <ImageMap value="1" imageName="/irj/portalapps/com.sap.portal.htmlb/mimes/common/statusicons/s_sta_ok.gif" referenceBundle="is_launched"/>
              </ImageMapping>
            </DisplayAttribute>
            <DisplayAttribute name="DOCUMENTNAME" type="string" sortable="no" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Document Name"/>
            </DisplayAttribute>
            <DisplayAttribute name="subject" type="link" width="" sortable="yes" format="default" actionRef="viewDetail" referenceBundle="subject" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Menu>
                <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low"/>
                <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal"/>
                <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high"/>
                <MenuItem name="VeryHigh" actionRef="priorityVeryHigh" referenceBundle="menu_priority_v_high"/>
              </Menu>
            </DisplayAttribute>
            <DisplayAttribute name="ID" type="string" sortable="no" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Apprasisal ID"/>
            </DisplayAttribute>
          </DisplayAttributes>
          <AllowedFilters>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
              <Expression name="status" value="NEW" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
              <Expression name="status" value="INPROGRESS" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
              <Expression name="dueDate" value="Today" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
              <Expression name="dueDate" value="Today" comparator="LessThan"/>
            </CompoundExpression>
          </AllowedFilters>
          <Actions>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
          </Actions>
        </View>
      </Views>
    </UWLConfiguration>
    2. com.appraisee_chge.TS12300096.wiz - What action to be triggered when an item is selected in UWL:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.taskTS12300096.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="uwl.taskTS12300096.SAP_ECC_HumanResources_view" defaultAction="defaultAction" executionMode="default">
          <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS12300096" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="ABAP_BOR" objectIdHolder="externalObjectId" objectType="APPR_DOC" cacheValidity="default">
              <Attribute name="DOCUMENTNAME" type="string" displayName="Document Name"/>
              <Attribute name="ID" type="string" displayName="Apprasisal ID"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
            <Action name="defaultAction" groupAction="" handler="UIActionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Descriptions default="defaultAction"/>
            </Action>
          </Actions>
        </ItemType>
      </ItemTypes>
      <Views>
        <View name="uwl.taskTS12300096.SAP_ECC_HumanResources_view" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status, DOCUMENTNAME, ID" sortby="priority:desc, dueDate:asc, createdDate:desc" 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" referenceBundle="tasks">
          <DisplayAttributes>
            <DisplayAttribute name="createdDate" type="date" width="" sortable="yes" format="medium" referenceBundle="sent_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="escalatedBy" type="people" width="" sortable="yes" format="default" referenceBundle="escalated_by" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="attachmentCount" type="int" width="1" sortable="yes" format="default" referenceBundle="attachments" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="no"/>
            <DisplayAttribute name="statusIcon" type="image" width="1" sortable="yes" format="default" referenceBundle="status_image" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
              <ImageMapping default="enum">
                <ImageMap value="EXECUTED" imageName="ico16_task_confirmed.gif" referenceBundle="confirmed_task_status"/>
                <ImageMap value="COMPLETED" imageName="ico16_task_complete.gif"/>
                <ImageMap value="INPROGRESS" imageName="ico16_task_start.gif" referenceBundle="start_task_status"/>
                <ImageMap value="enum" imageName="ico16_task_new.gif" referenceBundle="new_task_status"/>
                <ImageMap value="NEW" imageName="ico16_task_new.gif" referenceBundle="new_task_status"/>
              </ImageMapping>
            </DisplayAttribute>
            <DisplayAttribute name="substitutedFor" type="people" width="" sortable="yes" format="default" referenceBundle="substituted_for" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="dueDate" type="date" width="" sortable="yes" format="medium" referenceBundle="due_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="status" type="string" width="" sortable="yes" format="default" referenceBundle="status" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="isEscalated" type="image" width="10" sortable="yes" format="default" referenceBundle="data_escalate" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
              <ImageMapping default="0">
                <ImageMap value="0" imageName="">
                  <Descriptions default=""/>
                </ImageMap>
                <ImageMap value="1" imageName="ico16_escalated.gif" referenceBundle="data_escalated"/>
              </ImageMapping>
            </DisplayAttribute>
            <DisplayAttribute name="creatorId" type="people" width="" sortable="yes" format="default" referenceBundle="from" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="memoCount" type="int" width="1" sortable="yes" format="default" referenceBundle="memo" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="no"/>
            <DisplayAttribute name="itemTypeIcon" type="image" width="1" sortable="no" format="default" referenceBundle="item_type" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
              <ImageMapping default="none">
                <ImageMap value="uwl.task" imageName="task.gif" referenceBundle="tasks"/>
                <ImageMap value="none" imageName="">
                  <Descriptions default=""/>
                </ImageMap>
                <ImageMap value="uwl.notification" imageName="notification.gif" referenceBundle="task_notifications"/>
                <ImageMap value="uwl.alert" imageName="alert.gif" referenceBundle="task_alerts"/>
              </ImageMapping>
            </DisplayAttribute>
            <DisplayAttribute name="systemId" type="string" width="10" sortable="yes" format="default" referenceBundle="system_id" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="isLaunched" type="image" width="1" sortable="no" format="default" referenceBundle="launched" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
              <ImageMapping default="0">
                <ImageMap value="0" imageName="1x1.gif" referenceBundle="not_launched"/>
                <ImageMap value="1" imageName="/irj/portalapps/com.sap.portal.htmlb/mimes/common/statusicons/s_sta_ok.gif" referenceBundle="is_launched"/>
              </ImageMapping>
            </DisplayAttribute>
            <DisplayAttribute name="DOCUMENTNAME" type="string" sortable="no" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Document Name"/>
            </DisplayAttribute>
            <DisplayAttribute name="subject" type="link" width="" sortable="yes" format="default" actionRef="viewDetail" referenceBundle="subject" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Menu>
                <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low"/>
                <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal"/>
                <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high"/>
                <MenuItem name="VeryHigh" actionRef="priorityVeryHigh" referenceBundle="menu_priority_v_high"/>
              </Menu>
            </DisplayAttribute>
            <DisplayAttribute name="ID" type="string" sortable="no" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Apprasisal ID"/>
            </DisplayAttribute>
          </DisplayAttributes>
          <AllowedFilters>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
              <Expression name="status" value="NEW" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
              <Expression name="status" value="INPROGRESS" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
              <Expression name="dueDate" value="Today" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
              <Expression name="dueDate" value="Today" comparator="LessThan"/>
            </CompoundExpression>
          </AllowedFilters>
          <Actions>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
          </Actions>
        </View>
      </Views>
    </UWLConfiguration>
    Any suggestions or inputs appreciated.
    Thanks
    Karthik
    Edited by: Karthik on Feb 21, 2008 1:21 AM

    Issue Resolved

  • Display custom attributes in UWL view

    Hi all,
    we're using the UWL to display SAP Business Workflow items of an SAP ERP system within SAP Portal 7.3 EHP1.
    The workflow items have some custom attributes we want to display within a custom UWL view. The following image shows the basic data for the work items in SAP ERP system:
    Here you can see two custome attributes "REQTYPE" and "REQNO" added to work item text. Those two custom attributes we want to add to our custom UWL view.
    Therefore I created following UWL configuration:
    <UWLConfiguration version="1.0">
    <ItemTypes>
    <ItemType name="uwl.task.webflow.TS99900019" connector="WebFlowConnector" defaultView="O2CDefaultView" defaultAction="viewDetail" executionMode="default">
    <ItemTypeCriteria externalType="TS99900019" connector="WebFlowConnector"/>
    <CustomAttributes>
    <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalObjectId" objectType="WebflowContainer" cacheValidity="final">
    <Attribute name="REQNO" type="string" displayName="Request number"/>
    <Attribute name="REQTYPE" type="string" displayName="Request type"/>
    </CustomAttributeSource>
    </CustomAttributes>
    </ItemType>
    </ItemTypes>
    <Views>
    <View name="O2CDefaultView" width="98%" supportedItemTypes="uwl.task.webflow.TS99900019" columnOrder="REQNO, REQTYPE, subject, creatorId, createdDate, status" sortby="createdDate:descend" selectionMode="SINGLESELECT" visibleRowCount="10" emphasizedItems="new" displayOnlyDefinedAttributes="no">
    <Descriptions default="O2C tasks for approval" />
    <DisplayAttributes>
    <DisplayAttribute name="REQNO" type="string" sortable="yes">
    <Descriptions default="Request number" />
    </DisplayAttribute>
    <DisplayAttribute name="REQTYPE" type="string" sortable="yes">
    <Descriptions default="Request type" />
    </DisplayAttribute>
    </DisplayAttributes>
    </View>
    </Views>
    </UWLConfiguration>
    Unfortunately the information for request type and request number is neither displayed in culumns of UWL view nor in details of work item within UWL.
    Can anyone please tell me what I need to configure to display this information in UWL?
    regards
    René

    Hi all,
    after consulting our workflow experts we found out that we need to create "Container" objects with according names for those task types. If such container with according ID are available for the task type the information is displayed correctly.
    regards
    René

  • MDM Workflows and UWL in CE 7.11

    Hello,
    I am working with MDM Workflows and UWL in CE 7.11.
    For configuring the UWL, we need to set some property of MDM Result Set iView to
    connect and display MDM workflows for an MDM repository in EP 7.0.
    But in CE 7.11 the concept of Result Set iView is replaced by ResultSet component which we use as a used component in the custom wrapper (DC).
    How to use ResultSet component  to configure UWL in CE 7.11 ?
    Thanks in Advance..
    Regards,
    Yogita.

    Hi Yogita,
    Here is a document for you.l  It shows how to configure MDM & BPM.  From within this there is information in regards to the Universal Worklist:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d7ad1f-6b27-2d10-448e-9c115ce7f5b3?
    You may also want to raise a post for this in MDM forum.
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Time mismatch between BSP workflow and UWL in portal

    Hi All,
    I am using a portal application where ,for the same work iteam ,BSP workflow and UWL in portal are displaying two different date and time.
    Has anybody come accross the same issue?
    Need your help.
    Regards
    Rajib

    Hello,
    There might be some mismatch of attributes between BSP workflow and UWL configuration.Please check the UWL configuration file and check the display attribute name. Please check UWL configuration guide for more details
    Jojo

  • Can not Deploy Task Display Form[Workflow] in 11g

    Hi,
    I have created a human task based on the example 'VacationRequest' in the oracle complete guide for 11g.
    i have also created a Task display form(workflow) for the human task, the workflow is a seperate project in the same application.
    I am able to deploy the BPEL process containing the human task.
    but when i try deploying the workflow associated to the BPEL process, i get the following error during deployment..
    [04:36:23 PM] ---- Deployment started. ----
    [04:36:23 PM] Target platform is (Weblogic 10.3).
    [04:36:25 PM] Entering Target Selection Dialog
    [04:36:28 PM] Retrieving existing application information
    [04:36:38 PM] Running dependency analysis...
    [04:36:38 PM] Building...
    [04:38:06 PM] Deploying profile...
    [04:38:09 PM] Wrote Web Application Module to C:\JDeveloper\mywork\VacationRequest\TestFlow\deploy\TestFlow.war
    [04:38:10 PM] Deploying Application...
    [04:38:31 PM] [Deployer:149191]Operation 'deploy' on application 'TestFlow' is initializing on 'soa_server1'
    [04:38:44 PM] [Deployer:149193]Operation 'deploy' on application 'TestFlow' has failed on 'soa_server1'
    [04:38:44 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application TestFlow on soa_server1.: Failed to load webapp: 'TestFlow.war'.
    [04:38:44 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'TestFlow.war'
    [04:38:44 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    [04:38:44 PM] See server logs or server console for more details.
    [04:38:44 PM] weblogic.application.ModuleException: Failed to load webapp: 'TestFlow.war'
    [04:38:44 PM] #### Deployment incomplete. ####
    [04:38:44 PM] Deployment Failed
    I am following all the steps in the tutorial.
    tutorial details:
    name: Developer’s Guide for Oracle SOA Suite 11g Release 1 (11.1.1)
    page number: *589.(How To Create a Task Display Form Using the Complete Task with Payload Drop Handler)*
    How can I solve this issue ?
    Response requested at the earliest......

    While deploying the example 'VacationRequest' in the oracle complete guide for 11g, i got an exception like this
    "12:08:15 PM] Deploying Application...
    [12:11:16 PM] [Deployer:149191]Operation 'deploy' on application 'VacationRequestTaskFlow' is initializing on 'soa_server1'
    [12:11:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VacationRequestTaskFlow on soa_server1.: [Deployer:149145]Unable to contact 'bam_server1'. Deployment is deferred until 'bam_server1' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'bam_server1'.
    [12:11:24 PM] [Deployer:149193]Operation 'deploy' on application 'VacationRequestTaskFlow' has failed on 'soa_server1'
    [12:11:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VacationRequestTaskFlow on soa_server1.: Failed to load webapp: 'VacationRequestTaskFlow.war'.
    [12:11:24 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'VacationRequestTaskFlow.war'
    [12:11:24 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    [12:11:24 PM] See server logs or server console for more details.
    [12:11:24 PM] weblogic.application.ModuleException: Failed to load webapp: 'VacationRequestTaskFlow.war'
    [12:11:24 PM] #### Deployment incomplete. ####
    [12:11:24 PM] Deployment Failed"
    Can anyone help in this.

  • How to display multiple attachments in UWL item in portal?

    HI,
    How to display multiple attachments in UWL item in portal?
    I want to display more than one attachment in UWL body,present its dispalying one attachment.
    Pls help on this
    Thanks,
    Bheem
    Edited by: v bheem on Aug 4, 2009 3:10 PM

    Hi,
    Are you able to manage this! Pls do let us know if you have done any configuration changes!

  • Display Content Workflow reject notification inside webcenter spaces

    dear all
    i want to ask if there is anyway to display content workflow rejected notification inside webcenter spaces
    regards

    dear all
    i want to ask if there is anyway to display content workflow rejected notification inside webcenter spaces
    regards

  • Invoice not displaying in workflow

    Hi Guys,
    I have an issue with a website that I have been left in charge with.
    In the eCommerce area of the site a user will place an order and once it has been paid a workflow email is then sent. This is fine.
    The issue is that the invoice details are not displayed (such as invoice date, number, items purchased) in the cart at all but the "Summary of web form submission" is displayed.
    Has anyone had an issue like this or know any information on how this part of the system works?
    Thanks

    Hi,
    I think it may be because you are using wrong user to check this.
    Try to login into Data manager through Workflow Owner User ID.. it should display All workflow jobs there, even completed ones also. and Status = ALL should work there.
    The workflow owner has special privileges and visibility. The owner of a workflow is the only user who can see in its task queue for every instance of every step that is available to or received by every other user. I think, other users will see tasks only if it is step is available for them or in received status.
    Check and revert with the result.
    Regards,
    Shiv

  • How to invoke Workflow and UWL through Webdynpro for Java

    Hi,
    In my Development Component there are three applications .The requirement is that the data will flow between one application to another only through workflow in
    UWL.
    Can anybody help me out as to how to invoke workflow programatically from Webdynpro for Java .
    After data goes from one application to workflow UWL, how the second application will work on it . If possible please send me the links of some tutorials .
    I searched in Webdynpro Tutorials site but there are no tutorials available there .
    Thanks a lot .

    Hi,
    Check the following Threads,U will get lot of details......
    WebDynpro application that can work with SAP workflow work items?
    /thread/142477 [original link is broken]
    Configuring UWL with WebDynpro
    /people/niharika.jeena/blog/2006/06/06/launching-webdynpro-from-universal-worklist
    Sample Application,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/how%20to%20configure%20the%20universal%20worklist.pdf

  • Error in IAC based workflow through UWL

    Hi ITS Gurus,
    I was using WS20000081 leave request service in ITS 620 and SAP Inbox(BWSP) and it was working fine. Now we have upgraded the R/3 system to ECC 6.0 and published all the services to Integrated ITS 7.00 and the Kernel patch level is 55 and Basis support package is 7.
    a. I understand from a note 841785 that BWSP cannot be used in Integrated ITS. IS it true? is there any workaround to use BWSP in integrated ITS.
    b. I started trying it with UWL. In the UWL i can see the leave request task for approval. When i click the task, i can see the approval screen. When i click approve or reject, the screen does not close and the work item does not get completed and the workflow is strucked. I tested other workflows in UWL which are not ITS based, and they are working fine, only the Integrated ITS based workflows are not working in UWL. I dont know where the problem lies, whether at UWL or at Integrated ITS.
    Would appreciate your advice to solve the problem.
    Regards
    Sundar

    Hi Sundar,
    From my point of view this is definitely no ITS problem.
    Let me explain why.
    The IAC sbwp creates a frameset which controls the complete process chain of a workflow. This means there is application (programming) logic which controls the starting, executing and ending of a workitem.
    ITS provides the technique but not the programming logic.
    The UWL is an application which can start a workflow but doesn't take care of the result and that seems to be the problem. UWL should control the execution and ending of a workitem to update his list of workitems (according to user decisions).
    It was not the decision of the ITS team to stop support for IAC sbwp with Integrated ITS. You might adress a developemnt request on the relevant component (BC-BMT-WFM) to urge them to support bwsp with Integrated ITS as well.
    Thanks and regards,
    Dieter

  • How to implement workflow without UWL in portal?

    Hi,
    Our project has a requirement where we have to implement workflow. We need to display notifications and workitems(approve or reject) in the enterprise portal. The problem is that the client says we cannot use UWL as its their policy.
    My question is whether it is possible to create a workflow and execute the tasks in the portal without UWL. Is there any alternative like connectors or third party tools etc? please help asap

    Hi Gokul,
    I had faced the same issue in my project.
    In case you aren't able to use UWL you could directly call the transaction associated with SBWP(Sap Business WorkPlace) in the portal by calling the link associated with transaction SBWP.
    for example in my case instead of Portal I had to work in BSP wherein I used this method by directly calling the link associated with SBWP.
    the link as was used by me is:-
    http://SAP Servername.com:8001/sap/bc/gui/sap/its/webgui/!?sap-client=100&sap-user=sapuserid&sap-password=saplogin password&~transaction=sbwp
    please note that you need change in the server name after Http:// in my case the server name was blrkecisbank.ad.infosys.com in your case it will be different. so try it out from your end and let me know whether you were able to get results.
    Edited by: Rajwin Singh Sood on Jan 20, 2009 9:37 AM
    Edited by: Rajwin Singh Sood on Jan 20, 2009 9:38 AM
    Edited by: Rajwin Singh Sood on Jan 20, 2009 9:38 AM

  • SAP Business Workflow Vs UWL

    As a part of our first release - we had HR and SRM and had major Portal usage. UWL was leveraged for the HR & SRM tasks.
    Currently for our next release - we dont have any HR / SRM - But core business processes around SD, MM, FI modules and not any functionality is on Portal. There are couple of workflow scenarios that will be enabled via Business Workflows. We are considering a case, if we really want to display them via SAP Portal UWL too in addition and if that will be of any value add ?
    Any suggestions, please ?

    Hi Dhanz,
    Yep, as Karri said, one of the main reasons why the UWL is so widely used is for central functionality. Another plus is the substitution functionality.  With the inbox, users can assign other users to work on their tasks, request absence etc.  For your end users - they do not have the sapgui installed on the desktop....with a browser and access to the portal they can check their inboxes.  I would recommend though if you are adding more tasks and possibly more users that you check the sizing guide that I posted at the top of this forum as a sticky thread from our development support colleagues.
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    SAP Enterprise Portal: Application Integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

  • MDM workflows and UWL

    Hello,
    We have recently upgraded ourselves to MDM 5.5 SP4 Patch pack 4. This patch pack was intended to solve an earlier problem we faced when integrating Universal Worklist (UWL) with MDM.
    Earlier the UWL would return error in case the MDM workflows had worklfow jobs which the user had to not "Accepted". If the user "Accepts" it using MDM Data Manager, then the record would appear on the UWL.
    I wish to know how we can configure the "Accept" button on the UWL, so that the user sees all the "Available" workflows and can "Accept" the workflow job which he plans to work upon.
    Thanks in advance,
    PKS.

    Hi Yogita,
    Here is a document for you.l  It shows how to configure MDM & BPM.  From within this there is information in regards to the Universal Worklist:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d7ad1f-6b27-2d10-448e-9c115ce7f5b3?
    You may also want to raise a post for this in MDM forum.
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • PDF not displaying in Portal from UWL : cl_fitv_navigation= navigate_to_object

    Hi Experts,
    We are using a custom webdynpro application for the approval of expense claim.If I am clicking the link from UWL, a new window is opened and it is showing a blank page and PDF is not displaying in the browser.
    I have checked from application level (SE80) and it is working fine,PDF is getting displayed in browser.We have done the UWL re-registration as well.
    We have used the class 'cl_fitv_navigation' and method 'navigate_to_object' to display the PDF.
    Also I have debugged the same method and could found that the codes are different for calling the application from portal and for using SE80.
    Kindly let me know what could be the issues or if I missed any parameters.Also please let me know if I need to check any related R/3 configs and parameters maintained in R/3.
    Thanks & Regards,
    Arun Narayanan.

    Hi Pramod,
    We are not using iFrame to display the PDF.
    We are using the class and method
      CALL METHOD cl_fitv_navigation=>navigate_to_object
        EXPORTING
          component           = l_api_component
          operation           = l_operation
          business_parameters = lt_bo_params.
    where ;
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_operation = 'DisplayForm'.
    and
      ls_bo_param-key   = 'SAP_FITV_PERSNO'.
      ls_bo_param-value = l_pernr.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPNO'.
      ls_bo_param-value = l_tripno.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPCMP'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_DATASRC'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
    Regards,
    Arun.

Maybe you are looking for

  • IPhoto can not find several photos, shows icon, but not pic itself and I did not move anything

    I have more then 12'000 photos on iPhoto. After the last update it shows me all pics in the small icons, but when I click on them, severals are not whown - a black background with a grey triangle opens and a "!" in the mid. I suppose this means that

  • Oracle.jbo.domain.Date and JavaDoc

    Is there any javadoc for oracle.jbo.domain.Date etc? If not then what is the constructor? What format is the String passed in?....DD/MM/YY ??? Can you pass in a java.util.Date to the constructor? Thanks, Paul.

  • RFC Call in Message Mapping

    Hi there I am trying to do a table lookup from XI in my message mapping by calling an remote RFC. The return values must return ALL the value for a specific column. The code I have here returns a blank value. Can someone see what my problem may be? M

  • Adding Period Indicator to New Year after creating draft documents in New Y

    Hi, I want to restart the the numbering from 1 in the New Year and so want to attach a new Period Indicator to the New Year. But i am unable to Add Period Indicator to New Year. It was created with Default Period Indicator and is not allowing any cha

  • My photos won't upload .

    My photos wont upload , I have tried everything twice and some 3 times, what else can I do  ?