How to replace a cancelled SAP workflow item

How to replace a cancelled SAP workflow item

Is it possible to execute a task, press "cancel" (F12) and then replace the SAP workflow item so that everyone who previously had the task in their SAP Business Workplace (SBWP) will see it?

    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.

Your question is an interesting one. The main thing you need to ask is whether the user pressed "cancel" because they didn't want to execute the workflow item or if they did so because they want to do the work but need to step away from their PC. Essentially, what you're asking is whether it is possible to automatically replace a workflow item if the user hits "cancel" so that the workflow item re-appears to all the possible agents.

If you do want to implement this, you could model the "cancel" as an outcome on the task and then call a background step which replaces the workflow item. Depending on which SAP release you are on, you probably have access to a WAPI SAP_WAPI_PUT_BACK_WORKITEM, which will execute the replace.

This was first published in May 2009