cancel
Showing results for 
Search instead for 
Did you mean: 

Set a particular user status for a WBS when system status is set to Closed (CLSD)

Former Member
0 Kudos

Hello Gurus,

I have a project requirement in which I have to enable the system to automatically set  a particular user status for a WBS on setting system status to either "Mark for deletion" (DLFL) or Closed (CLSD). I have managed to make this work for the DLFL status by setting the business transaction "Mark for Deletion" under that user status in "Next Action" under "Transaction Control". Can some one please guide me with the business transaction/s that I need to set under user status so that the same is automatically set when the system status Closed is set for that WBS.

Regards,

Abhijit

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209919
Active Contributor
0 Kudos

Ho Abhijit,

If you need a system status is set automatically when a user status is set you need to develop this.

By configuration you can do that a user status is set automatically when certain system status are set
but not the opposite.

Regards,

Clara

Former Member
0 Kudos

Hi Clara,

My requirement is not to set the system status automatically when a user status is set but to set the user status automatically when the system status "Closed" (CLSD) is set.

Regards,

Abhijit

Former Member
0 Kudos

Hi,

Try populating user status set up automatically by using BAPI/custom development program using FM "BAPI_BUS2054_SET_STATUS"

True configuration will not support your requirement as far as I know the way you are looking.

Thanks,

Sudhakar.

Former Member
0 Kudos

Hi Sudhakar,

Thanks for your reply!!

So are you saying that there is no business transaction available for the status CLSD like how we have "Mark for Deletion" for DLFL ?