cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Issue: "My Leave Request".

Former Member
0 Kudos

Hello All,

Issue with My leave request SAP Fiori App

1. The Absence Leave types are not displayed under drop down.

2. The Used and Availed leave is not displayed.

3.  When try to create leave request RFC error is displayed:

All the components and sap notes mentioned in SAP FIORI user guide are implemented and configured. The app related configuration under ESS SAPUI5 is also done. But after that also i am facing above issues. The screen shot 2 display that user is not created in HR, but we have actually crated test user for it

Thanks

Faiz Khan

Accepted Solutions (0)

Answers (3)

Answers (3)

pbechani
Participant
0 Kudos

Hi

In my system I realized that there was a bug in the SAP standard code.

Method get_webmo of class cl_pt_req_customizing


If you debug the method, you will see that the  IF count EQ 1 statement doesn't provide a value to ex_webmo when that condition is true.


I implemented the below enhancement in my system and everything is fine now. Maybe SAP has now released a note for this.

  ENHANCEMENT ZGETWEBMO_BUGFIX.    "active version

   if not l_webmo is INITIAL.
     l_pernr_webmo-webmo = l_webmo.
     ex_webmo = l_pernr_webmo-webmo.
   endif.

ENDENHANCEMENT.


Regards,

Prince

0 Kudos

Hi Faiz,

Can you share what was causing the issue?

Thanks,

Agnieszka

Former Member
0 Kudos

Hi Faiz,

Kindly note that Absence quotas - USED and AVAILABLE have dependencies on the Drop down data. Both the data are inter-related.

1.Please check in PTARQ or in ESS web dynpro application, whether you are getting the absence types and time account or not.

2. Make sure user is attached to the perner.// can check in SE16, Table PA0105

And also note that you are not in latest SAP UI5 version (1.24.x).

Latest UI version for Leave request - UIX01HCM SP03 + Implement note 2054704

Best Regards,
Sunil B N

Former Member
0 Kudos

Hello Sunil,

Thanks for your input.

1. When i am executing PTARQ tcode in backend system and run test application it is giving error .

I think that 1& 2 issues are related to each other. Do you have i idea what all configuration needs to be done. I have done the configuration has said in other forums but still facing 2nd issue.

Do you have any id about WEBMO because i think the issue lies somewhere in it. 

Thanks

Faiz Khan

Former Member
0 Kudos

Hi Faiz,

May be the following links help you:

1. Step by step configuration document of ESS

2. Set Up and Maintain ESS Users

3. Configuration od ESS

Best Regards,

Sunil B N

0 Kudos

Hi Faiz,

You are getting this message as your user id is not assigned to any valid employee (PERNR). kindly assign to valid employee it'll work.