cancel
Showing results for 
Search instead for 
Did you mean: 

Notes in erecruit activities

Former Member
0 Kudos
72

Hello,

I need a means of viewing/generating the notes attached to candidate activities in erecruit. I don't know if it's long text or some sort of compressed object.

Any help would be appreciated!

Kind regards,

Brad

Accepted Solutions (0)

Answers (1)

Answers (1)

romanweise
Active Contributor
0 Kudos

Hello Brad,

the notes for activities are texts stored in the knowledge warehouse. Technically there is no difference between the activity notes, the cover letter or the posting texts. All are stored in the kw under the object key while an infotype contains a version id as link to the text. For activities these links are the NOTE fields in tables HRP5135 - HRP5143.

Easiest way for accessing and updating the note of an activity is getting an instance of the activity as type CL_HRRCF_ABSTRACT_ACTIVITY_REC e.g. by using the activity factory CL_HRRCF_ACTIVITY_FACTORY. CL_HRRCF_ABSTRACT_ACTIVITY_REC has the methods read_text and update_text to access / change the text.

Kind Regards

Roman