cancel
Showing results for 
Search instead for 
Did you mean: 

Rename Approve, Reject button in UWL Portal

Former Member
0 Kudos

Hi Expert

We have a requirment- user want to rename the "Approve, Reject" button in UWL approve page. The buttons should be:

  1. Confirm to requester - For Approve button
  2. Cancel and keep - For Reject Button (Same as in Tcode SBWP).

Please let me know from where should I modify it. Is it UWL XML file or anyother place at Backend. I have attached portal and workflow button screen shot for your ready reference. it is very urgent issue.

Regards

Keshari

Accepted Solutions (1)

Accepted Solutions (1)

SandipAgarwalla
Active Contributor
0 Kudos

Rename them in the UWL XML.

Former Member
0 Kudos

Hi Sandip

Can you pls tell me the XML name and which part in that XML need to mody fine

So that i will do it.

Thanks

Keshari

Former Member
0 Kudos

I have fixed it now in uwl.webflow.xxxxx.SAP_ECC_HumanResources.xml XML file. and close it.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Keshari,

I have another requirement,i need to change orderof the buttons which are appeared in screen.i which 3 buttons are generated from workflow and 3 are generated from xml.

i changed the property display in order priority but its not reflecting correctly .

Regards,

PardhaSaradhi

Former Member
0 Kudos

Please attached current out put screen shoot. According I can able to comment

Regards

Keshari

Former Member
0 Kudos

Hi Keshari,

The below mentioned screen shot contains all buttons in which three of them are generated by work flow and another three are generated from xml configuration

i need to change the order of six buttons i tried change order by using tag <display order priority>

but it is only changing the order for first three buttons and last three buttons separately.


Regards,

PardhaSaradhi.


Former Member
0 Kudos

Hi

here is two part - one is three button is coming from XML file and otheer three buttons are coming from SAP inbox . therefore the button in which comes from SAP Inbox is not controll from XML file . As per my understanding.

Keshari

Former Member
0 Kudos

Hi,

Thanks For Help Issue Solved.

Regards,

PardhaSaradhi.

Former Member
0 Kudos

Hi  keshari,

I am Also facing same issue could please tell me how to resolve this ASAP,

Regards,

venkat.

Former Member
0 Kudos

Hi

Please add below code instead

<Action name="launchSAPAction" handler="SAPTransactionLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=700,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

          <Properties>

            <Property name="GuiType" value="WinGui"/>

          </Properties>

</Action>

Thanks

Keshari