on 2016 Feb 04 9:46 AM
Hi Everyone,
Currently i am working on Fiori my leave request HCM app. In that app am facing below difficulties,
1. Leave Type dropdown not working
2. Used and Available leaves are not displaying anything
3. When i click on send button it throws the below error,
Error Log as follows,
App : My Leave Request Version 1.
Can any one please tell how to solve this issue,
Regards,
Ibrahim Khan. A
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 1 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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
65 | |
10 | |
10 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.