cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide a Criteria group in appraisal document

Former Member
0 Kudos

Hello,

I am using BAdI HRHAP00_COL_ACCESS to control the availability of the columns on the appraisal document, but I am not sure how to control the availability of criteria group.

Please give advice on how to hide the criteria group (VB object and the related VC objects) completely.

Thanks much!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Thanks much Sachin! Your solution works in the backend but not on the portal.

Former Member
0 Kudos

Hi Muktar,

I have implemented this enhancement in my project and its works on Portal as well. You can put a debugger and check because the same FM is called when the appraisal document is opened in portal.

Thanks,
Sachin

Former Member
0 Kudos

Thank you so much! It works.

Thanks,

Muktar

Answers (2)

Answers (2)

indraneel_dasbarua
Participant
0 Kudos

Absolutely Correct, I have done the same and achieved the desired result in Portal.

Former Member
0 Kudos

Hi Muktar,

You can control the visibility of the VB/VC elements in the Element Access Tab . However, if you want to control the visibility of the VB/VC elements at a sub status level then I don't think there is any BADI avaiable for this.

In this case, you can create an implicit enhancement in FM HRHAP_DOCUMENT_GET_DETAIL and set the "AVAILABILITY" parameter of T_BODY_ELEMENTS based on your requirements.

Hope this helps.

Thanks,
Sachin