Retract zero values in SEM to R/3
How do I get zero values in SEM to retract to R/3 to overwrite another value? I want the final result to be zero in the cost element, cost center.

    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.

The standard retraction function for cost-center planning is UPR_COST_PLAN_EXEC and for initialization functions it is UPR_COST_PLAN_INIT. In both functions, SEM doesn't consider zero values for retraction -- in order to retract zero values you have to modify the standard functions as follows:

In all exit functions, <xth_data> internal tables store the data to be processed by functions. You can change the above stated functions to read and populate data with zero values into this internal table and this way retraction will send zero values to R/3.

This was first published in March 2005