2024 Sep 02 9:14 AM
Hello expert, Can anyone help me?
if I changed Status/User Status/ Set like image below
and the after I click set show the pop up like this
if I change User Status to RWRK, automatically will change status in network to PROG
and my question is which one user exit should I use or BADI?
2024 Sep 02 10:12 AM
2024 Sep 18 9:16 AM
Thank you for your reply, I used the BADI WORKBREAKDOWN_UPDATE.
2024 Sep 03 1:07 PM
Hi, Huii
When discussing user status, to apply a status to a specific WBS element (in your case user status PROG) and automatically propagate it to all subordinate objects, you should use the "Set & Pass on" option instead of just "Set." However, ensure that the subordinate objects are configured to accept the user status PROG, meaning the status schema must be valid for these objects, such as network and activities.
No ABAP development is needed, as the standard functionality already covers this.
Regards
2024 Sep 18 9:12 AM
Thank you for the advice, this issue is solved.😊