cancel
Showing results for 
Search instead for 
Did you mean: 

how to stop change requests in ess show overview table leave request before approved work item.

Former Member
0 Kudos

Hello,

we are created multiple level leave request workflow.

we need to stop change request before approval they need to cancel the leave request raise new one.

when employee change the leave need to give error message cancel the leave request and raise new one,

how to archive this.

i have checked badi PT_ABS_REQ and below functions also

PT_ARQ_REQUEST_CHECK

PT_ARQ_REQUEST_EXECUTE

PT_ARQ_REQUEST_PREPARE

we are in EHP6.

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can implement the validation in the Badi Control Processing of leave requests

However if the data is already posted, the system will any how delete the old recrod and insert the new one on approval of the change request.

if the request is not yet approved,  it will change the request directly.

thanks

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hello,

Have you already considered checking the option "no changes to leave permitted" in the customizing table V_T554S_WEB?

Regards,

Julien

Former Member
0 Kudos

Thanks for reply.

as per our requerement employee can modify leave request after all approvals.