Categories: ABAP

Events in Workflow

What are Events?

Events are actions that occur in the system and that acts as trigger point for any workflow. Eg. Sales order creation. is an event.

Eg; Consider a scenario where any sales order after creationi subject to approval from superior. So here a workflow comes into play.The workflow needs to start whenever a Sales order is created. The business object BUS2032 is associated to sales order creation. It has event CREATED. So the trigger point or ” START EVENTS ” in the workflow is the BUS2032 ‘s event CREATED.

Then bind the event to the workflow so the data flows from event to the Workflow. eg: Sales order is created. So for the workflow to proceed it’ll need sales order details. With binding the respective values is mapped ito the workflow container.

Then activate the linkage once you are through the workflow creation. This is important as after this only the workflow will listen for the event, in the sense that after this only the workflow is triggerred on the event.This is critical also as each active link adds to system load considerably and too many workflows in the test environment can bring the system down. So careful. Deactivte once test is over and workflow is no longer used.

yzmercan

eddai is a student studying Industrial Engineering in Marmara University, Istanbul/TURKEY. He has been running SAPDocs.info site since 2008 September and he also runs SAP Directory site. You can follow him on twitter or contact him for any suggestion

Recent Posts

A Practical Guide to User Exits, BADIs, and Enhancements in SAP

This document provides a comprehensive guide to SAP enhancement techniques, detailing methods for customizing standard…

1 year ago

Handling Unplanned Delivery Costs in SAP: A Configuration Guide with Scenarios

This document outlines the procedures for managing "Un-Planned Delivery Costs" within SAP ERP, specifically focusing…

1 year ago

SAP Enterprise Asset Management (EAM): A Simple Overview Presentation

This presentation document provides a comprehensive guide to SAP Enterprise Asset Management (EAM). SAP Enterprise…

1 year ago

AMDP for ABAP Developers: A Practical Guide

This document, created by Siva Satya Sai Vanapallli, provides a comprehensive overview of ABAP Managed…

1 year ago

SAP STO Guide: Configuration and Process Explained

This document provides a comprehensive overview of the Stock Transfer Order (STO) process in SAP,…

1 year ago

SAP EWM Goods Receipt: A Quick Step-by-Step Guide

This document provides a quick overview of the goods receipt process in SAP Extended Warehouse…

1 year ago