cancel
Showing results for 
Search instead for 
Did you mean: 

Buttons in Window UWL

Former Member
0 Kudos

Dear Experts.

Is posible hide the buttons that are showed when I execute Workitem in the UWL.

Attach image.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

check here

http://help.sap.com/saphelp_nw73/helpdata/en/f6/ac978061ac4b24a87a1f8213

13c4fe/frameset.htm).

1. Log on to the portal
2. Navigate to the following path: system administration   > system
configuration
3. In detailed navigation click on the UWL & Workflow folder
to expand out
4. Then click on the Universal Worklist Administration link
5. Scroll down to the bottom of the page:
Optional Universal Worklist Service Configuration
  Open the Tray for the Optional UWL Service Configuration
Click on the button to open the tray for the optional UWL service
configuration
6. Scroll down again
7. Go into edit mode
8. Display Support Information:   Set the parameter to true
9. Click save

Please return to the UWL Inbox and highlight the affected task. If

check note 1622327

Former Member
0 Kudos

Dear

I changed the parameter to true.

However the buttons "Resubmit", "Forward" and "Assign to me" appears.

What other suggestion for that this buttons not appears.?

Thanks in advance,

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

did you modify the XML?

For the actions that you want to exclude you would use the following
for the items in the Detail Page under the view section:

To remove an action under a view, add the Action to the view
but set the action handler to uwlExcludeAction.

<Action name="editAttachment" handler="uwlExcludeAction" .../>

In your case for the forward button it should be something like this:
<Action name="forward" handler="uwlExcludeAction"/>
And so on for the additional action names.  You may need to get these
from the table below with the UWL support information switched on.

You can remove this
Under the ItemType section where the Action defined:
Here is an Example:
<Action name="editAttachement"
handler="IViewLauncher" #>
   <Properties>

       <Property name="AttachmentService"

value="GlobalAttachmentServiceWorkflow"/>

       <Property name="display_order_priority"

value="uwlExcludeFromPreviewDetail"/>

    </Properties>

</Action>

Former Member
0 Kudos

Dear Siddharth Rajora

I attach the file xml of the configuration for my UWL. But I don't understand where I should modify this for hide the buttons.

Please can help me.

Thanks in advance

Regards

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

can you search for the buttons "Resubmit", "Forward" and "Assign to me

and then do like this

In your case for the forward button it should be something like this:

<Action name="forward" handler="uwlExcludeAction"/>

add this to your UWL XML and use it

re register the workitem and clear cache

read here

https://www.sdn.sap.com/irj/scn/wiki?path=/display/BPX/UWL+FAQ

Former Member
0 Kudos

Dear Siddharth

I dont found the word "forward", in the file xml.

If this word not appear, What should do???

Thanks in advance

Regards