Using change documents to update a Z table

Using change documents to update a Z table

I need to update a Z table when there is a change in contract conditions (ME32K) or when a condition is created (ME31K). Can this be done through change documents: Change document object "cond_a" by linking the change object with the event of business object?

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You can link Workflow events to change documents using transaction SWEC. You can also specify field restrictions in this transaction to ensure that you event is only raised when certain criteria is satisfied.

You may want to consider a user exit if possible, as there may be performance implications for using change documents, though this is dependent on volumes and other system level considerations.

This was first published in May 2008