Application Development 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: 

Update infotype 7407

Former Member
0 Kudos

Hi,

I need to do a program to update infotype 7407(Career Goal).

However, I have difficulties in updating fields COMMENT_CLASS and COMMENT_ID.

These 2 fields are the fields that will be updated if I edit the Career Goal from the portal with notes.

How do I update notes to this infotype 7407?

Thanks

1 REPLY 1

Former Member
0 Kudos

I found the solution for this.

Use class cl_hrtmc_ac_career_goals to update Career goals.

To modify the text, use method modify_comment

At last, to save the infotype, call method SAVE from class cl_hrtmc_ac_tb