Changing reserved status of a workflow item

Changing reserved status of a workflow item

Is there an ABAP function module to remove the "reserved" status of a work item? We have an application that displays workflow items (outside the inbox). I've been given the task to find out how to let User A execute work items that are reserved by User B (for when User B is absent).

I've tried function modules (SAP_WAPI_FORWARD_WORKITEM, SWW_WI_AGENTS_CHANGE and SAP_WAPI_PUT_BACK_WORKITEM), but still get the message, "Work item is reserved for a different agent."

    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 definitely should not allow User B to execute a workflow if User A has it reserved. If someone is absent, they should set up a substitute (or an administrator can do this for them) so that User B can have full access to User A's inbox.

From the SAP Business Workplace (inbox), go to Settings-->Workflow Settings-->Maintain Substitute.

For more information on maintaining substitutes, please consult SAP Help Portal.

This was first published in March 2009