2011 Jan 14 11:57 AM
Hello,
We are using the function modules STATUS_CHANGE_INTERN and STATUS_CHANGE_EXTERN to change system and user status respectively. Database table JEST (current status) is updated correctly.
However, database table JCDS (status history) is not updated. This leads to problem when we try to display status changes in the past.
Any ideas?
best regards
Roland
2011 Jan 14 12:24 PM
Did you check the flag 'SET_CHGKZ' (importing parameter) - 'Activate Change Documents' Flag in the FM.
Hello,
We are using the function modules STATUS_CHANGE_INTERN and STATUS_CHANGE_EXTERN to change system and user status respectively. Database table JEST (current status) is updated correctly.
However, database table JCDS (status history) is not updated. This leads to problem when we try to display status changes in the past.
Any ideas?
best regards
Roland
2011 Jan 14 12:24 PM
Did you check the flag 'SET_CHGKZ' (importing parameter) - 'Activate Change Documents' Flag in the FM.
2011 Jan 14 1:40 PM
2011 Jan 14 1:56 PM
Hi,
for a single status i have used: 'I_CHANGE_STATUS'.
For more than one status, i used: 'STATUS_UPDATE'
Regards.
Andrea
2011 Jan 21 7:54 AM
Hello,
Sorry, I misinterpreted the system behaviour.
Thanks for your replies.
Roland