Trigger Workflow Vendor
Trigger Workflow Vendor
BUSINESS OBJECT / EVENT USED: Custom BO / event will be because LFA1 Business Object does not have a Changed Event. So we first create a new BO which is a subtype of LFA1 thru delegation concept. Thru SWO1 tcode ,we have made a new BO Z_VENDOR which inherits all Attributes and methods of LFA1.In this custom BO,We have added a new event CHANGED
Click on the Ba sics Data button or pre ss Ctrl -f8 and enter the work flow starting event.
We want the work flow to start on CHANGED event of Z_VENDOR BO. Acti vate the triggering event. It will be done thru a Customizing Request.
Go to SWEC tcode.Click on new entries and link your workflow event to change document object KRED on ON CREATE.
Now test your workflow ,it will trigger whenever a new vendor is changed.