Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Change Appraiser using SAP standard function module.......Plz Help.

Former Member
0 Likes
547

Hello Experts.

I have requirement to develop a custom program to automatically update appraisers based on position changes. below are the problems which I am facing and require your help.

1. I need to Pick appraisal documents from the table: u201CHAP_S_DOCUMENTSu201D.

The above mentioned table is actually a structure and I need to know the table name from where I can

fetch the appraisal document.

2. I need to know the SAP standard function module to change the appraisers.

Regards

Arvind

Hello Experts.

I have requirement to develop a custom program to automatically update appraisers based on position changes. below are the problems which I am facing and require your help.

1. I need to Pick appraisal documents from the table: u201CHAP_S_DOCUMENTSu201D.

The above mentioned table is actually a structure and I need to know the table name from where I can

fetch the appraisal document.

2. I need to know the SAP standard function module to change the appraisers.

Regards

Arvind

2 REPLIES 2
Read only

ashish_shah5
Participant
0 Likes
490

Hi Arvind,

*The above mentioned table is actually a structure and I need to know the table name from where I can

fetch the appraisal document.*

Check this tables:

HRHAP_P_T

HRHAP_T

HRHAP_TAB_T

HRHAP

HRHAP_ACT_LOG

Regards,

Read only

suresh_datti
Active Contributor
0 Likes
490

>

. I need to know the SAP standard function module to change the appraisers.

> Arvind

You can use HRHAP_DOC_APPRAISER_WRITE to change the Appraiser.

~Suresh