cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Status Restrictions in BSVW

Former Member
0 Kudos

Hi Experts,

I want to trigger a workflow whenever a Maintenance order user status has been changed to some other staus.

For this I have created a subtype Z_BUS2007 of BUS2007 and added that an event STAUSCHANGED to that subtype.

I have also delegated the same. After that, in BSVW transaction I have added a row using StatusOT as ORI, Schema as WMSTATUS, BusinessOT as BUS2007 and event as STATUSCHANGED.

I have used this event to trigger my workflow. When I gave one staus restriction the workflow is being triggred but it is not working when i am giving multiple status restrictions.

Please help.

Regards,

Hariom

Accepted Solutions (0)

Answers (1)

Answers (1)

bpawanchand
Active Contributor
0 Kudos

Hi,

Make sure that you have disabale all the check boxes. in BSVW customer settings tab.. and more over make sure that the in the basic data of the workflow you have created all the respective events.

[Check 1|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/17972] [original link is broken] [original link is broken] [original link is broken];

[Link2|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/16116] [original link is broken] [original link is broken] [original link is broken];

Regards

Pavan

Edited by: Pavan Bhamidipati on May 16, 2011 2:27 PM

Former Member
0 Kudos

Hi Pavan,

Thanks for your reply. Did you mean the inact check boxes? I haven't check those check boxes.

I have created one event 'SATATUCHANGED'. I want to trigger the same event each time the status has been changed.

suresh_subramanian2
Active Contributor
0 Kudos

Hello Hari !

I developed a workflow for the same scenario.For this scenario, I didn't configure any thing in BSVW.

Instead I created an event "CHANGED" in ZBUS2007 and delegated to BUS2007.You can define the status restrictions with respect to triggering the workflow either using a check function module or creating s database attribute(Table : JEST, field : STAT).

Still, if you want to use BSVW, the configuration required is :

Status OT : ORI,Business OT : BUS2007, Event : CHANGED, Name : Changed

Regards,

S.Suresh.