cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding the BADI HRHAP00_COL_ACCESS

Former Member
0 Kudos

Hi All,

I am trying to implement the BADI HRHAP00_COL_ACCESS with filter as "STANDARD", I put a break point in the implementation code, and accessed the Appraisal Document(PHAP_ADMIN) which is prepared using PHAP_PREPARE, I have included this BADI in Template in Further Template behaviour, but the control is not coming in to the BADI, can you please let me know if I am missing some thing. Please send me the code if any one has implemented this BADI, along with the Filter.

Also let me know if some one has implemented the appraisals with Mid Year review concept.

I appreciate your help in this regard

Thanks

Ramakrishna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

we are also facing the same problem ...Break point not working for BADI HRHAP00_COL_ACCESS. Could you please tell us how u resolved this issue....

Regards

Anupama

Former Member
0 Kudos

Hello,

I have seen several implementations with mid-year reviews, anythign specific you want to know about them?

As to the other question, phap_admin completely ignores column access. It gives you automatically the strongest rights. Use PHAP_CHANGE_PA instead.

Regards and Groetjes,

Maurice

Former Member
0 Kudos

Hi Maurice,

Regarding Mid Year Review, I have created the following sub statuses called under In Review status.

1) Mid Year Review -Self

2) Mid Year Review -Higher Level manager(Dotted Line Superior)

3) Mid Year Review -Self (Superior).

and based on the substaus I am restricting the columns using the BADI HRHAP00_COL_ACCESS.

Once the Mid Year is completed the Status is changed to In Process, where Appraisee/Dotted Line Superior and Appraiser will again evaluate the KRAs and Qualifications.But I am doing this by using the Part Appraiser Concept where Appraisee/Appraiser and Dotted Line Superior will be Part Appraisers and will fill the Part Appraisal columns

Now what I would like to ask you is, is the above process correct?

Now user want one more status called Development Work shop where in HR will decide the final rating, and this has to be done before Complete status.

Since we have one more column called "Final Appraisal" we decided to give this column to HR Administrators so that they can fill during developement work shop stage and complete the appraisal. To meet this requirement we need to give access to Push button "Complete" to only HR admins but not to Appraiser, can you please tell me how can we add a HR Admin(or Position) to Persons authorized list?(I checked HROBJECTS table but not sure which one to include) so that he will be able to close or complete

once after the Developement Work Shop.

Thanks

Ramakrishna R

Former Member
0 Kudos

Person Authorized is added via TCODE oohap_admin. There is also a BADI for person authrized rule.

Former Member
0 Kudos

The BAdI is HRHAP00_WF_RULE_ID. Another possibility is to add the admins as further participant in the document (defaulted in the dark, further participants hidden from header).

Then via normal col. access you can disable the input for everyone except the further participant.

Regards and Groetjes,

Maurice

ps: oohap_admin does not exist, phap_admin is the transaction.

Former Member
0 Kudos

I am sorry meant oohap_basic

Former Member
0 Kudos

HI maurice

I too am working on the BAdi HRHAP00_COL_ACCESS..It would be a great help from you if you could send me the sample code of it..I am struck up..

Thanks & regards,

Ravikiran