cancel
Showing results for 
Search instead for 
Did you mean: 

Needed field from Structure to DB table...Appraisal related

Former Member
0 Kudos

Hi Experts,

In Infofype 0025 (Appraisals), the appraisal related information will get saved after the appraisal process is over, for employee.

Now the final rating will be stored in the following structure in Appraisal infotype (IT0025):

Structue: HAP_S_DYNP_3100_TB

Field Name: COL_02_VALUE_TXT

Now the query is that I have to develop an object where I need the DB table where we will get the 'Final Performance'. The structure and field name given above.

Further Information:

a) We are on ECC 6.0

b) We will not be using the ECM module.

Thanks & regards,

Sumali.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sumali,

What are you trying to achieve? What you wrote is inconsistant for me.

You mention a structure names HAP_S_DYNP_3100_TB. That means you most likely are using Objective Setting & Appraisals. However this structure is just an UI structure and has no business process behind it, nor is it used a db table.

The OSA and IT0025 are completely independent from eachother. Do you want the final appraisal score written in it0025 after the the appraisal process is over? Then create a follow up badi (based on HRHAP00_FOLLOW_UP) for this.

Do you want the final appraisal value of an element? Use FM HRHAP_DOCUMENT_GET_DETAIL.

Remember, all on the assumption that you use OSA (But as you mention HAP_S.. that is quite sure guess )

Regards and Groetjes,

Maurice