Application Development and Automation 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: 
Read only

FM for status changes does not update JCDS

roland_spindler
Participant
0 Likes
3,117

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,982

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,983

Did you check the flag 'SET_CHGKZ' (importing parameter) - 'Activate Change Documents' Flag in the FM.

Read only

0 Likes
1,982

I just checked. Yes, the flag is set to X.

Read only

Former Member
0 Likes
1,982

Hi,

for a single status i have used: 'I_CHANGE_STATUS'.

For more than one status, i used: 'STATUS_UPDATE'

Regards.

Andrea

Read only

roland_spindler
Participant
0 Likes
1,982

Hello,

Sorry, I misinterpreted the system behaviour.

Thanks for your replies.

Roland