cancel
Showing results for 
Search instead for 
Did you mean: 

My Leave Request - Reason error

carlin_willams
Participant
0 Kudos

Hi

We have implemented standard My Leave Request (v2) Fiori application.

When we are trying to send (submit) the request getting below Error : "Please select a reason for Leave".

Can you please suggest how to bypass that error.

Thanks

Carlin

Accepted Solutions (0)

Answers (1)

Answers (1)

gill367
Active Contributor
0 Kudos

Hi

This looks like a validation maintained in BADI implementation.

PLease check the implementation of "PT_ABS_REQ" BADI.

Also, do you have ESS solution of leave also active in your system.

Regards,

Sarbjeet Singh

carlin_willams
Participant
0 Kudos

Thanks Sarbjeet for your response. Yes we have ESS solution in Portal. When we are trying to apply leave request we are not getting same error message. We tried with same data in Portal didn't get the same error message. Thanks Carlin

gill367
Active Contributor
0 Kudos

What about the badi implementation.

Also please share the application related component's SP versions

Also, check the below note

2169349 - My Leave Request V2 (UI) Consolidated fixes on SP02


Regards,

Sarbjeet Singh

carlin_willams
Participant
0 Kudos

Hi Sarbjeet I have checked BADI : PT_ABS_REQ, it's having  custom enhancements. Can you please tell - > How this BADI will be called from UI Layer. If i want to use standard BADI without any custom. How i can achieve this. I have also checked ODATA sevice which is calling custom classes. If i want point complete standard classes how i can do that. How i can know complete logical flow. On Send action will ODATA service will be called How the BADI or which classes will get triggered. Thanks Carlin