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

User Set Status Change CJ20N or CJ02

huii
Explorer
0 Kudos
975

Hello expert,  Can anyone help me?
if I changed Status/User Status/ Set like image below

 

setstatus.png

and the after I click set show the pop up like this


huii_1-1725264321299.png
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?



4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
938

PROG is a System (int) Status I0365, so confirm you want to change System Status of network when User (ext) Status of WBS change?

Did you already look for available BAdI (methods at save) or Workfkow (e.g. MLST_NETW) to execute some call of BAPI_BUS2002_SET_STATUS (Network) ?

 

Read only

0 Kudos
781

Thank you for your reply, I used the BADI WORKBREAKDOWN_UPDATE.

Read only

MarcioBlos
Active Participant
871

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

Read only

huii
Explorer
0 Kudos
785

Thank you for the advice, this issue is solved.😊