cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Different Approver for Leave request

dhirenchheda9
Participant
0 Likes
218

Hello Team,

We are facing issue with the functionality, please guide me how to resolve the below.

Leave request - Absence type 1- to Manager (IT works fine)

Leave request - Absence type 2 - to HR (Problem)

Leave request sent to manager works fine, but sending leave request to HR dosent works.

Problem:

Leave request - Absence type 2 - to HR

as in below image, in the background image approver is shown as reporting manager

and in pop-up window also the manager name gets displayed.

but it must be sent to HR,

ABAP developer has made the modification in Workflow, and request goes to the HR persons (maintained customer relationship)

but the pop-up window shows manager name.

please help me as we are struck for go-live.

Regards,

Dhiren

Accepted Solutions (0)

Answers (1)

Answers (1)

Ankit_Maskara
Product and Topic Expert
Product and Topic Expert
0 Likes

We had a very vaguely similar requirement and we achieved via custom UI5 app. Since yours looks like standard app so I can suggest generic steps as

1. Via SAPUI5 debugger tools (Ctrl+Alt+Shift+P) check the property which is bound to the control.

2. Map in the OData service from where this property is getting populated.

3. Search for an enhancement/hook to patch the approver name as per your requirement.