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: 

Appraisal document update fields 'changed by' and 'last changed'

jormazabal
Discoverer
0 Kudos

Hi experts,

I am developing a report which updates some employees appraisal document, I make all the changes I need (update comments from an external file) and then I use de following function module to save the changes:

HRHAP_DOCUMENT_SAVE.

It seems that the FM works fine, all the changes are perfectly saved, however, when I go to (phap_admin) and check the dialogue, fields "last changed" and "changed by" are not updated. How could I update them?

Thanks in advance

2 REPLIES 2

Former Member
0 Kudos

Is the change document being maintained for the same. The NO_ACTION_LOG should be passed as initial for document changes to be logged.

0 Kudos

Hi,

I passed NO_ACTION_LOG as initial and yet I cannot log who made the changes nor at what time was changed the appraisal document.

Any other idea?

Thank you.