cancel
Showing results for 
Search instead for 
Did you mean: 

UWL XML - Display text issue for standard actions

Former Member
0 Kudos

I modified the standard UWL XML config file (com.sap.pct.srm.core) located at System administration->System Configuration->Universal worklist & workflow-> Universal worklist - Administration, however it looks like the display text are missing.

For example, the button text -

approve shows as 'com.sap.pct.srm.core.action.approve'

reject shows as 'com.sap.pct.srm.core.action.reject'

Displaydetail shows as 'com.sap.pct.srm.core.action.launchWD.WDCLFPOIF'

preview shows as 'com.sap.pct.srm.core.action.launchWD.print'

I also switched on support information to TRUE for all workiitems and in the table 'Supported Actions for this Item', I could see the above texts

Any idea where should I check and fix so that I get these display texts back.

Accepted Solutions (1)

Accepted Solutions (1)

former_member201257
Active Contributor
0 Kudos

You can maintain the names of the action with the tag:

<Descriptions default="My Action Name"/>

<Action name="Reject" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no">
<Properties>
<Property name="GuiType" value="WinGui"/>
<Property name="UserDecisionNote" value="mandatory"/>
<Property name="decisionKey" value="2"/>
<Property name="UserDecisionTitle" value="Enter a Rejection Reason:"/>
</Properties>
<Descriptions default="My Action Name"/>
</Action>

Try to include this tag in all the corresponding actions with the name of your choice.

Also, have a look at sapnote_0001133821 - UWL Destination Service Configuration

Thanks,

Shanti

Answers (0)