UWL Action followup

Hi,
in the UWL I created the Action followup for uwl.task webflow item (in my own uwl.webflow.xml)
<Action name="followup" groupAction="no" handler="ProviderActionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
  <Properties>
    <Property name="display_order_priority" value="3"/>
  </Properties>
  <Descriptions default="Follow-up">
    <ShortDescriptions>
      <Description Language="de" Description="Follow-up"/>
    </ShortDescriptions>
  </Descriptions>
</Action>
The result: Problem in performing action <followup>: Unknown action: <followup>-
Any idea? It's the wrong handler?
Regards
Alexander

Hi gopal,
I think followup is a standard action in NW04 and not the action handler.  (look here http://help.sap.com/saphelp_nw04/helpdata/en/2c/05b15de3864040a9426788a12699b3/frameset.htm)
It's required for R/3 Workitems (like the action "resubmit" in context menue in Business Workplace)
Thanks & regards
Alexander

Similar Messages

  • Manage UWL action buttons

    Hi experts,
    I've customized the buttons that are displayed in the UWL. In the beginning i had only "Create task" button but after that i added "Manage substitution rules" and "Refresh" as buttons by changing uwl.standart.xml. The buttons are added successfully but now the refresh is shown not only as a button but as a link in the right side with the other two links "Show filters" "Hide preview". Is there any way to remain the button but remove the link of the refresh. I have to say that the other option "Manage substitution rules" is added only as a button but not as a link - this is exactly what i am expecting as a final result for the refresh. Here is the xml for refresh action:
        <Action name="refresh" groupAction="yes" handler="UIActionHandler" referenceBundle="refresh" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
          <Properties>
            <Property name="type" value="button"/>
            <Property name="onClick" value="onForceRefresh"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
          </Properties>
        </Action>
    For comparison here is the Substitution manager action in the xml:
        <Action name="launchSubstitutionManager" groupAction="yes" handler="SAPWebDynproLauncher" referenceBundle="SubstitutionManager" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="Substitution" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
          <Properties>
            <Property name="WebDynproApplication" value="UWLSubstitution"/>
            <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
            <Property name="DynamicParameter" value="uwlSessionId=${context.uwlSessionId}&amp;configureGroup=${context.configureGroup}"/>
            <Property name="System" value="SAP_LocalSystem"/>
            <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
          </Properties>
        </Action>
    These actions are also added in the defaultView :
    <View name="DefaultView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, 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" referenceBundle="tasks">
          <DisplayAttributes>
            <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>
          </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"/>
    <Action reference="launchSubstitutionManager"/>
            <Action reference="refresh"/>
          </Actions>
        </View>
    Any suggestions will be very helpful.

    Hi Teodor,
    To remove the "Refresh" link from UWL find the effective UWL iView in Portal Content Administration, open its properties and see the property with name "List of UWL Actions to exclude". Once you find it put as a value the word "refresh" withouth the quotes. Use the "Preview" button to see the effect.
    Regards,
    Valeri

  • Remove UWL Action from just one item type

    I would like to remove the "forward" action from only one item type in the UWL.  There is the ability to remove an action from all items in a particular iView using "List of UWL Actions to exclude", however, I can not find out how, or if it is possible to exclude a UWL action in the XML configuration file for just one item type.  We are on NWO4s sp 05.  Does anyone know if this can be done and what the xml snippet would look like that would remove the "forward" action from a single item type?
    Regards,
    Stephanie.

    Kiran,
    The xml snippet you sent does remove the "forward" action from the UWL preview iView, but it does not remove the action from the list view.  To the right of every item in the list view is the "properties" icon (unclear on the actual name of this icon - the one that has 3 small lines and a triangle).  When this is clicked the "forward" option still appears.  I am looking for a way to totally disable the forward option on the defaultView, but only for certain item types.
    Regards,
    Stephanie.

  • UWL - list of UWL actions

    My first post!!
    Does anyone have a list of all UWL actions that are contained in the uwl.standard file with a corresponding description of what the action does / how it is used?
    Thanks
    Jon

    Hi Jon,
    find a list of all global uwl actions (defined in the uwl standard file) below. Unfortunately, there is no description of the action. The function of an action is defined by the corresponding action handler.
    accept -> UserDecisionHandler
    acknowledge -> ProviderActionHandler
    addMemo     -> SAPWebDynproLauncher
    addToNavigation -> UIActionHandler
    alertBaseAction -> dummy
    cancelSuprocess -> UWLActionHandler
    claimItem -> ProviderActionHandler
    complete -> ProviderActionHandler
    completeItem -> ProviderActionHandler
    confirm -> UserDecisionHandler
    connectionStatus -> UIActionHandler
    decline -> ProviderActionHandler
    defaultGlobalWiyard -> SAPWebDynproLauncher
    delete -> ProviderActionHandler
    escalate -> ProviderActionHandler
    forward -> ProviderActionHandler
    inProgressItem -> ProviderActionHandler
    launchAlertActionDummy -> SAPWebDynproLauncher
    launchSubstitutionManager -> SAPWebDynproLauncher
    manageAttachments -> SAPWebDynproLauncher
    markAsRead -> UWLActionHandler
    newItem -> ProviderActionHandler
    priorityHigh -> ProviderActionHandler
    priorityLow -> ProviderActionHandler
    priorityNormal -> ProviderActionHandler
    priorityVeryHigh -> ProviderActionHandler
    refresh -> UIActionHandler
    removeAttachment -> ProviderActionHandler
    removeFromNavigation -> UIActionHandler
    replace -> ProviderActionHandler
    submitUserDecision -> UIActionHandler
    unclaimItem -> ProviderActionHandler
    unescalate -> ProviderActionHandler
    uploadAttachment -> ProviderActionHandler
    uploadMemo -> ProviderActionHandler
    uwlTaskWizard -> SAPWebDynproLauncher
    uwlUserAction -> SAPWebDynproLauncher
    viewHistory -> SAPWebDynproLauncher
    viewMemos -> UIActionHandler
    viewSubProcess -> SAPWebDynproLauncher
    Find more information about action handler in the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2c/05b15de3864040a9426788a12699b3/frameset.htm">SAP Library</a>.
    Hope I could help!
    Best regards,
    Martin

  • UWL action for SAPWebDynproLauncher gives NullPointerException

    Hello,
    I have create a action for call a WebDynpro Application. But it gives a exception. The error comes before my WD Application was calling.
    java.lang.NullPointerException
        at com.sap.netweaver.bc.uwl.ui.control.UWLActionControl.handleActionFromTable(UWLActionControl.java:642)
        at com.sap.netweaver.bc.uwl.ui.UWLMainView.onActionUWLActions(UWLMainView.java:607)
        at com.sap.netweaver.bc.uwl.ui.wdp.InternalUWLMainView.wdInvokeEventHandler(InternalUWLMainView.java:469)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
        at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
        ... 27 more
    I use the transaction SWFVISU. I have re-registered the System and the item. I customized my own view in configuration file with <DisplayAttribute name="detailIcon" actionRef="launchWebDynPro"/> . With sap standard action i have no problem but with my own.
    Can anybody help me.
    best regards
    karsten

    Karsten,
    Can you post two things to help us resolve your problem:
    1. The section of the UWL XML file which configures launching the Web Dynpro
    2. The URL of the Web Dynpro application when you launch it in "preview" mode
    Here's a sample which worked for me on a previous project:
      <ItemTypes>
        <ItemType name="uwl.task.webflow.TS90000001" connector="WebFlowConnector" defaultView="ESCRView" defaultAction="launchWebDynPro" executionMode="pessimistic">
          <ItemTypeCriteria externalType="TS90000001" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="UWLChoiceList"/>
                <Property name="WebDynproDeployableObject" value="local/ESCR01"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default="Launch Choice List">
              </Descriptions>
            </Action>
          </Actions>
          <Menu>
            <MenuItem name="launchWebDynPro" actionRef="launchWebDynPro"/>
          </Menu>
        </ItemType>
    Regards,
    Darren

  • UWL Action name="viewDetail"

    Hi,
    I have created a custom UWL for displaying HR tasks only. Everything is working fine, but the details view is not showinng by default. Instead, a button  View Detail appears and when clicked the details open in a new window. In my ItemType I have written the following:
    <ItemType name="uwl.task.webflow.TS12300097" connector="WebFlowConnector" defaultView="mss_tasks_overview" defaultAction="viewDetail" executionMode="default">
    and declared an action within the ItemType:
    <Action name="viewDetail" groupAction="no" handler="UIActionHandler" referenceBundle="view_detail" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="image" value="icon_detail.gif"/>
                <Property name="display_order_priority" value="-2"/>
              </Properties>
    </Action>
    How can I make the details visible by default and within the same window (no new window)?
    Thanks!
    //Elvez

    No solution found.

  • UWL - action in new window

    hi experts, I have a problem with the action buttons of the items of UWL, the action is set for the property launchInNewWindow = "yes" when I press the button the next step opens in a new window, but if I press the button again open another window with the same information, I want to avoid that, I tried adding the property launchNewWindowName = "nameWin" (similar to javascript) but it does not work, You can help me?
    We are using Enterprise Portal 7.0 ( NetWeaver 2004s ) with 7.00 SP12
    Best regards
    Pedro

    Merhaba Ahmet,
    sdn'de portal'&#305;n kodlar&#305;na direk müdahale ve tema de&#287;i&#351;tirme konular&#305;ndaki sorular&#305;n&#305; gördüm. Konu en son cevaplanmam&#305;&#351; görünüyor. Bu konuda bir geli&#351;me oldumu senin taraf&#305;nda. Email'ine ula&#351;amad&#305;&#287;&#305;m için burdan yazmak zorunda kald&#305;m. Yard&#305;mc&#305; olabilir misin? 
    Selamlar,
    Ahmet
    [email protected]

  • Combine standard task (ABAP method call) and additional UWL Action Handlers

    Hi, i have defined a task with an asynchronous ABAP method call and a terminating event which i want to use "as is" in the universal worklist, that means that the standard action has to be the ABAP method call defined for the task.
    In addition to that i want to add an extra button to the workitem view in the worklist which opens a web dynpro application. The web dynpro needs a parameter from the workitem container. Opening the web dynpro is not required for completing the task, so i do not consider using secondary methods.
    I created an UWLConfiguration for the task type without defining the defaultAction attribute, since defaultAction should not be overwritten. I wanted to use SAPWebDynproABAPLauncher to generate the button since i can easily include values from the workitem container in the call.
    When executing a workitem from the worklist the ABAP method call is not performed, instead a window opens which just displays the workitem. The button to web dynpro is generated and works fine.
    Does anyone have a clue how i can use UWL to define an additional button with SAPWebDynproABAPLauncher without overwriting the standard task definition?
    My definition:
    <ItemTypes>
        <ItemType
    name="uwl.task.webflow.TS95100103"
    connector="WebFlowConnector"
    defaultView="DefaultView">
          <ItemTypeCriteria
    systemId="ED1CLNT100"
    externalType="TS95100103"
    connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource
    id="WEBFLOW_CONTAINER"
    objectIdHolder="externalObjectId"
    objectType="WebFlowContainer"
    cacheValidity="final">
              <Attribute
    name="HROBJECT_OBJEKTID"
    type="string"
    displayName="HROBJECT_OBJEKTID"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <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="WebDynproApplication" value="hr01_app"/>
                <Property
    name="newWindowFeatures"
    value="resizable=yes,scrollbars=yes,status=yes,
    toolbar=no,menubar=no,location=no,directories=no"/>
                <Property
    name="DynamicParameter"
    value="candidacy_id=${item.HROBJECT_OBJEKTID}
    &amp;from_workflow=X"/>
                <Property
    name="openInNewWindow" value="yes"/>
                <Property
    name="System" value="SYSTEM_ALIAS_ERP"/>
                <Property
    name="WebDynproNamespace" value="hr01"/>
              </Properties>
              <Descriptions default="Show"/>
            </Action>
          </Actions>
        </ItemType>
      </ItemTypes>
    Thank you very much, best regards, Martin
    Edited by: Martin Sommer on Dec 1, 2008 5:51 PM

    found a solution with transaction launcher and custom transaction

  • SRM Portal - UWL actions removal

    Hi,
    When we login to portal with SRM Manager role , For all the work items that are shown from the backend, we could see the following buttons.
    Approve , reject , details , print preview , resubmit , forward , assign to me.
    We were asked to remove the Reject button .
    Please help me in this modification.
    Thanks,
    Tanuj

    The information is right there.
    The XML configuration file that is being picked up (for this particular item) is com.sap.pct.srm.core.xml
    From UWL administration page - click on "Click to Manage Item Types and View Definitions" and in the following screen you can find this XML. Download this file and modify it and upload it back.
    Look for the section where it says:
    <ItemType name="uwl.task.webflow.srm.TS40007953 ...................
    and remove the section :
    <Action reference="com.sap.pct.srm.core.action.reject" ........ >
    You will have to do this for all the item types you are using in your scenario.
    Thanks,
    Shanti

  • UWL action

    Hello,
    When I'm connected to SAP Portal I can see the UWL messages, like in the R/3 SBWP transaction.
    But I'm having a problem when I'm trying to "Approve" or "Refuse" an item.
    - If I do it in SBWP transaction, everything is ok: the system shows me the options, I click over "Approve" or "Reject", and the WI dissappears from the Inbox.
    - If I do it in the UWL, the system shows me the options, I click over "Approve" or "Reject", BUT the item remains there, with no changes.
    If I'm going to SWIA transactions, the item still has READY status. Then, If I'm going to SBWP transaction and I'm trying to execute the item, the system DO NOT shows me any option, he directly executes the option I selected in the UWL!!! (the same happens if I try to executed it in SWIA transaction).
    Anyone knows what is happening?? I think it works some days before...
    Thx!
    Miguel.

    Hello all!!
    Well, finally it was a JCO customizing error... now it works!!!
    Thx!!!
    Miguel Angel.

  • Action Buttons are not getting displayed in UWL

    Hi Experts,
    I am facing some issues in UWL action buttons and I need your help in resolving this.
    When a request is generated in ECC systems, a notification is generated in ECC as well as portal.
    In ECC, we can see two buttons in the notification, "Complete" and "Cancel work item in Inbox".
    But in portal, these two buttons are not visible in the notifications.
    Please let me know how to bring these action buttons in UWL portal.
    Thanks a lot,

    First of all, please see SAP Note 1133821 - UWL Destination Service Configuration and create the RFC destination as explained in the note.
    The procedure is also explained in the wiki:
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=102793389
    Thanks,
    Shanti

  • Error while trying to Upload the modified standard uwl.standard.xml

    Hello Forum,
    I am working on the UWL customization. I have a situation like i have to remove the links that appear in the ViewDetail of any UWL request. When we open any of the request and VIew the details of it we see the links in the right such as:
    You can also:
    Add Memo
    Display Details in SAP Gui
    Attachments Manager
    Create Ad-Hoc Request
    View History
    Now the requirement is to remove the underlined actions. I read from some forum that i have to comment the actions those were defined in the uwl.standard.xml
    I have commented the actions in the uwl.standard.xml and now when i'm trying to upload the file i get the error message saying:
    Wed Sep 10 14:22:10 CDT 2008 : Operation not allowed on standard configuration:uwl.standard
    How do i upload this modified file? Please suggest me.
    Regards,
    Krishna

    Krishna,
    Instead of modifying the UWL configuration file, this is possible by changing some property in the UWL iView itself.
    Open the UWL iView --> Goto property called List of UWL Actions to Be Excluded --> Enter followUp,launchSAPDetails,manageAttachments,uwlTaskWizard,viewHistory and save your changes.
    Regarding your error, what you can do is while upload "use Upload with High priority". If that does not work then backup the standard configuration, delete the changes, clear the UWL cache and then upload your new custom configuration as uwl.standard.
    Chintan

  • How to remove Forward/Resubmit options from UWL workitems

    Hi Folks,
    I have a requirement to remove Forward/Resubmit options from UWL workitems of the Hover menu.
    Can anyone let me know how to do it ?

    Hi Chaitanya,
    If you want to remove forward and resubmit actions for all the UWL items, it should be simple.
    Open the UWL iview and look for a property called "List of UWL actions to exclude".
    In that property enter the values "followUp" and "forward" separated by a comma.
    followUp - Resubmit
    forward - Forward
    This should remove the two actions for all the UWL items.
    Here is a help link with more info:
    [UWL Action to Exclude|http://help.sap.com/saphelp_nw04/helpdata/en/fd/8bf6d1b0484ec7ade4369792a22293/content.htm]
    If you want to remove these options for selected UWL items only, refer to this forum:
    [post|Exclude Actions from UWL using XML;
    Thanks,
    Shanti

  • How to hide display details in sap gui and create ad-hoc request in UWL?

    Hi,
    how to hide display "details in sap gui" and "create ad-hoc request" in UWL?
    Please telme the step-by-step procedure to hide "details in sap gui" and "create ad-hoc request".
    Thanks,
    Rashmi

    Hi,
    Thanks for the information. It was very helpfull.
    Can you please tellme where can we fine UWL iView? I tried to find this out in two ways.
    1) Portal Content -> Content Provided by SAP -> End User Content -> Standard Portal Users -> Views -> com.sap.coll.iviews -> Universal Worklist (finally i got this iView). Here i dint find any property called "List of UWL Actions to exclude". In the link which you had given, its written that we can modify the iView and add the name of the actions under the Actions to exclude from the UWL property.
    Which iView do we need to modify and where can i find that property?
    2) I downloaded the xml file and then tried to find this property "List of UWL Actions to exclude" or " Actions to exclude from the UW". But i couldnt find both the properties in xml file.
    Thanks,
    Rashmi

  • Hiding the "Manage Substitution" button in the UWL IView

    I am trying to hide the "Manage Substitution" button in the UWL IView but I can not figure it out.  I have tried looking at all of the documentation I can find and none of it describes how to hide the button.  Can anyone help me out?

    Manage Substitution button you see is an Action triggered by UWL. Action name is "launchSubstitutionManager".
    If you want to remove total support for substitution, set the IView Property "Display substituted user selector" (in PCD content) to "no" or "false".
    If you want substitution feature,but dont want to display manage substitution button, then add "launchSubstitutionManager" to the IView Property "List of UWL Actions to exclude"
    Hope that helps.

Maybe you are looking for

  • User-Exit Variable

    Hi, I created a simple user-exit variable and for some reason the variable seems to get executed around 16 times and then the query gives me the below error messages.   Any ideas why my variable would have I_STEP = 2 many times before it bombs out? 

  • What part number for storEdge power cables?

    I purchased a used StorEdge cabinet like the one pictured below. [http://imgur.com/kdnNM.png] No cords were included. I'm wondering: 1. What part number is the external power cord? (red circle) 2. What part number(s) fit the internal power connectors

  • Help! How do I lengthen a still image that has another still image in front of it?

    When I try to lengthen the first of two adjacent still images in a single video track, I cannot do so. I can shorten the image, and I can both lengthen and shorten the duration of the second image, but that's all. I assume there is a very easy settin

  • Location of the file accessed by OA.jsp

    Hi, I have the below url https://server.server.com/OA_HTML/OA.jsp?page=/oracle/apps/cz/cx/xxx/webui/AttributesValuesPG&retainAM=Y&enableHB=false&debugPath=&debugFile=&oas=dbJT9-mnVxU61nxwoJ5Qbw.. But, not able to locate the directory /oracle/apps/cz/

  • Ipod Needs to be Serviced Help

    I have the "sad" ipod screen when I try to turn my ipod (40gb click wheel) on. I want to send it in and have it serviced, but when I try to set it up online, it says my serial number can't be verified. I typed it correctly. It says to contact HP, but