on ‎2014 Oct 28 12:38 PM
Hi,
We have implemented E-rec EHP6 version. Wherein, our client has requirement to hide Create tab comes under requisition management. They only want to display create by position tab.
However, we have done the changes and this create tab is not visible under requisition management under recruiter role.
This Create tab is also appearing on dashboard under requsitions query. Kindly guide, how to hide this create tab on dashboard.
Kindly revert.
Regards,
Sarika
Request clarification before answering.
Hi Sarika,
That's defined in the POWL feeder class. The standard one is CL_HRRCF_M_REQUISITION_POWL_UI. You can copy that and just disable that button in IF_POWL_FEEDER~GET_ACTIONS.
Regards,
Nicole
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sarika,
As an alternative, you can create an enhancement for class CL_HRRCF_M_REQUISITION_POWL_UI with a post-exit for method IF_POWL_FEEDER~GET_ACTIONS to filter out the action.
This way, you don't need to modify the standard POWL configuration, and you will keep using the standard, so when corrections to this class are delivered by OSS notes, you will not have to update the copied implementation.
Regards,
Luk
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.