cancel
Showing results for 
Search instead for 
Did you mean: 

PS workflow scenario to be implemented

naval_bhatt4
Contributor
0 Kudos

Hi everyone ,

The requirement is as given below .

Workflow is to be triggered but a user status is set for a WBS element. A workflow item will be sent to a pre-defined approver, who should be able to set the approved status without redirected to the WBS element screen. Once status has been set, a workflow item will be sent to the next approver and so on.

Question 1 . Is there are BO in which we have event to capture the WBS status change . if not is there an exit where we can code the event .

Question 2 . Is there a BAPI or FM to change the status of the WBS

Thanks in advance .

Naval Bhatt

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi:

BOR is : BUS2054001 for WBS

For status, function module is SD_STATUS_UPDATE_WBSTA

have a look

Regards

Shashi

Answers (1)

Answers (1)

saumya_govil
Active Contributor
0 Kudos

Hi Naval,

The BO for WBS is BUS2054 but unfortunately it does not have a event to check Status change.

I can suggest you to check if a BADI is triggered when you change the status of the WBS. You can manually trigger a BO event in it and then proceed with the workflow development.

Check the possibility of the same in your system.

Hope this helps!

Regards,

Saumya