Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

trigger events for CHANGED & CREATED events for BUS2032

mahabaleshwar_patil
Participant

I wanted to trigger a custom code during sales order creation/change.

Events CREATED/CHANGED for business object BUS2032 are triggered whenever sales order is changed/created

can anybody guide guide me step by step how to process with it.

I need to create the function module and then assign that function module in event linkage swe2 t code.

1 REPLY 1

former_member432410
Discoverer

Delegate the Business object to ZBUS2032 and then create new methods inside it. Create a separate Function module and call this function module in the new method created inside ZBUS2032.

You should be able to find many blogs and documentation on step by step process.

Thanks,

Venkat