Application Development and Automation 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: 
Read only

Contracts - VA41

Former Member
0 Likes
502

Hello Everyone,

I want to create an IDOC sa soon as a new contract is created in VA41 or an existing contract is changed in VA42.

Where can I set this to trigger an IDOC?

Regards,

Vaishali

Hello Everyone,

I want to create an IDOC sa soon as a new contract is created in VA41 or an existing contract is changed in VA42.

Where can I set this to trigger an IDOC?

Regards,

Vaishali

1 REPLY 1
Read only

Former Member
0 Likes
371

You can consider workflow to meet your requirement.

Switch on the event trace using SWELS and create/change a contract. Check the event trace using SWEL. If you find any event created in the system relating to the Contract business object then you can use them to trigger the workflow.

You will also need to enhance the business object to add a method which will create the IDoc.

-Kiran

*Please reward useful answers