‎2007 Feb 18 11:39 AM
Hi,
For an activity, we have a status profile and if we look in table TJ30, we see that a status ZZZZ has an initial value of "X".
When the network header has status CRTD, a new activity underneath this is also in CRTD status. As expected, status ZZZZ is initially set to "X". When we set this activity to REL, ZZZZ is automatically UNset (set to initial) as expected.
The problem occurs when we create a new activity and it automatically inherits a REL status from the network header. When this is done, ZZZZ is set to X instead of initial as we would like.
This is the way we want ZZZZ to work:
1. When activity is CRTD, ZZZZ is X
2. When activity is REL, ZZZZ is automatically set to initial.
Any ideas?
Thanks in advance.
‎2007 Feb 18 9:39 PM
‎2007 Feb 18 11:44 PM
HI,
Probably, you can try using FM:
ALM_ME_ORDER_USERSTATUS_CHANGE
to change the status of the order.
Regards
Subramanian
‎2007 Feb 19 7:28 AM
Thnks Subramanian but when can I trigger this? It needs to be done when a new activity is created.
‎2007 Feb 20 12:03 AM
Can this be handled in the status profile? I am not very familiar with the configuration of it so if anyone can provide information it would be greatly appreciated.
‎2007 Feb 20 1:43 AM
Does anyone have any ideas? Points will be awarded for helpful answers.
‎2007 Feb 20 4:27 AM
this will be CONFIG issue , so u have to check ur config.
If u have any active user exits to do so , then u have to check that one.
Regards
Prabhu
‎2007 Feb 20 6:11 AM
Where can I change the config for this?
Also, do you know of any user exits or other options on how to implement this if we cannot achieve what we want through config?
‎2007 Feb 20 11:00 PM
Is there a customer or user exit for this?
We have a semi-correct config already. When you manually set the network to REL, the ZZZZ status is correctly deleted. However, the problem arises when you create a new activity underneath a network that is already set to REL. The activity gets the REL status but the ZZZZ status is not deleted.