cancel
Showing results for 
Search instead for 
Did you mean: 

Relationship between object type P and VA

Former Member
0 Kudos

Hi,

Please guide me on how to find relationship between object type P (Person) and VA (Appraisal template). I need to find all the appraiser and appraisee list for a particular template.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Cao,

Have you tried running transaction PHAP_ADMIN?

Regards,

Julien

Former Member
0 Kudos

Thank you for the reply.

The point is I need to find the relationship in table HRP1001.

Pleaee guide me to do the necessary.

Regards,

Former Member
0 Kudos

There's no such thing as a P-VA relationship. Remember VA is the appraisal template and not the document. You can find a list of documents for an appraisee/appraiser using the function module HRHAP_DOCUMENT_GET_LIST_XXL for instance.

Hope it helps,

Julien

Former Member
0 Kudos

Thank you.

I have one problem, when I create a template with appraiser/ appraisee, I still could find it via transaction PHAP_ADMIN.

However when I use the functinal module HRHAP_DOCUMENT_GET_LIST and input appraiser/ appraisee I along with correct appraisal ID, I could not find any result.

Please guide me on how to correct the same.

Regards,

Former Member
0 Kudos

You have to fill also the S_SEL... parameters. If you use function module HRHAP_DOCUMENT_GET_LIST_XXL as I suggested and not HRHAP_DOCUMENT_GET_LIST, you need to fill in at least S_SEL_STATUS and S_SEL_WITH_OR_WITHOUT on top of appraiser and appraisee.

Regards,

Julien

Former Member
0 Kudos

Sorry it's HRHAP_DOCUMENT_GET_DETAILS. Previous template record could still be shown. New ones I create will not be shown, despite I could find all records with transation PHAP_ADMIN

Former Member
0 Kudos

Check this link: