cancel
Showing results for 
Search instead for 
Did you mean: 

Leave Edit and Delete Restriction

Former Member
0 Kudos

Hi All,

We have a requirement to put restriction while Edit or Delete leave from ESS ,we want to allow EDIT/Delete of leave when leave begin date is less then equal to current date,we don't want to Allow user to change leave after current date if he has already applied leave.

Kindly help me where exactly we have to make the changes in standard FPM Class.

Regards,

Trilochan

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Trilochan,

In customizing table V_T554S_WEB you can configure for each type of leave how/whether processing of leaves is permitted. There is no need to change any FPM class for this

Best regards,

Mona

Former Member
0 Kudos

Hi Mona,

Thanks for your reply,we can make changes  in V_T554S_WEB table for each leave type but i can see we can disable EDIT And Delete button completely, my requirement is different i want to restrict Edit or Button button based on condition if Leave Start Date is less then equal to current date.

Regards,

Trilochan

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

this is possible via Leave request BADI which calls certain checks in the exits.

You need to implement in the exit and call in badi

http://wiki.sdn.sap.com/wiki/display/ERPHCM/Validations+for+ESS+Leave+request

Answers (0)