Workflow Step3 : Create a method.

Next a method must be created without using any function module template. When creating the method ensure that the method call is synchronous – this means that the method doesn’t require a terminating event. A method can be synchronous or asynchronous. Synchronous MethodMethod that, for the duration of its execution, assumes the process control and, … Read more

Workflow Step 3 : Create an event.

Open the Object type in change mode. When you change your subtype the first step is to create a new event, this is done by selecting the Event node and clicking the create button. Give the event a name and a description. Next set the status of this object type component to implemented. Event: Z_EVENT_XXName: … Read more

WorkFlow Step2 : Create a business object

Give the business object name prefixed with Z_. Enter the following fields with values:Object type: Z_TESTXXThis is the internal technical key. Page: 1Object type can have maximum 10 characters. This must be unique across all object type. Objects are specific instances of object types at runtime. Object name: Object_Name_for_XXThe object type is addressed with this … Read more