cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : Field restrictions on Change Doc SWEC not restricting

Former Member
0 Kudos

Hi geeks,

I am using field rescrictions to restrict few filelds like order quantity and material no(sales ord-BUS2032) in SWEC transaction .I want the workflow to be triggered only on the conditions i mentioned and not for any change.But even if there is any change in sales order,the worklow is triggering .i use change event .Please help me on this.

Thanks and Regards,

Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think the Change event is a standard event that will be triggered not based on your maintainence in SWEC. I will recommend you use another custom event that gets triggered on the field restriction and use the custom event as the triggering event of the wflow.

Even if this does not work maintain some start condition in SWB_COND for your Workflow Template.

Thanks

Arghadip

Former Member
0 Kudos

Hi Arghadip,

Thank you for your suggestions.I tried with the first way suggested by you ,triggering custom event.But it is not working.I had used start condition previously. But,How can i give start condition in this case if there is change in the value of particular fields in item details of sales order.

Thanks and Regards,

kumar

Edited by: kumarshankar on Jun 25, 2010 6:57 AM

suresh_subramanian2
Active Contributor
0 Kudos

Hello Kumar Shankar !

Create a check function module.It will definitely meet your requirement.

Thanks and regards,

S.Suresh

Former Member
0 Kudos

Dear Kumar,

have you added the CONDITION in workflow basic data?

How are you chekcing the condition to execute basically?

at EVENT in custom code or in workflow definition in SWDD.?

Answers (1)

Answers (1)

former_member249671
Participant
0 Kudos

Hi,

1) Synchronize runtime Buffer(SWU_obuf)

2) make sure only one CHANGED event is there in SWEC

Former Member
0 Kudos

Sunil,

The steps u mentioned are done.Still facing this issue.

Regards,

Kumar