cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.0 Approval UWL customization

Former Member
0 Kudos

Hi Friends,

We have requirement to customize the Forward action screen which is in SRM Approval (we are using standard SRM UWL) screen.

Attached the sample screenshot of what we need to implement in the Forward action screen.

The standard action is to select the user and forward the shopping cart from Approval UWL screen.

Business requirement is to have a comments box whether they need to enter few lines of explanation of why they are forwarding the shopping carts to others in the organization.

Our Environment:

SAP SRM 7.0 sp14

SAP NW EP 7.4 sp05

We have federation b/w portals for RRA to use SAP NW EP as one landscape to login.

Please help me on how to customize the standard Forward action screen to implement a TextArea for comments or confirm me that we can do customization to accommodate more controls in the same screen.

Thanks in advance.

Best regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

kiruthika_s
Active Participant
0 Kudos

Hi Vijay,

For the particular Forward action you have to add the below code,usually approve/reject button ha sthe comment box to enter reason

<Action name="Forward" groupAction="yes" handler="UserDecisionHandler">

<Properties><Property name="decisionKey" value="3"/>

<Property name="UserDecisionNote" value="mandatory"/></Properties>

Once the changes were made and the XML re-uploaded with higher but take a backup of your old xml file.

The userdecisionnote is note is for comment box

Read this below help link for more information:

UserDecisionHandler - Configuring the Universal Worklist - SAP Libraryhttp://help.sap.com/saphelp_nw74/helpdata/en/4b/03bbe665482591e10000000a42189b/content.htm

Regards

Kiruthika

Former Member
0 Kudos

Hi Kiruthika,

Thanks for your response. Let me try it and will keep updated the post here.

Best regards

Vijay

Answers (0)