‎2010 Sep 28 9:45 PM
For some reason function STATUS_UPDATE is not updating the system status in my workflow method. When I run the method in test via SWO1, it works fine. Is STATUS_UPDATE not applicable to workflow methods? Is there a better way to update the object status in workflow?
‎2010 Sep 29 7:11 AM
‎2010 Sep 29 5:33 PM
Thanks for the reply Amitava. However, this is still not working. It does work in test mode through SWO1, but again, during the workflow execution, it doesn't work. I added a commit work after the function call. Does it have anything to do with sy-oncom?
‎2010 Sep 29 7:37 PM
The function did actually work. I made a mistake in my binding and the object number was not populating into the method appropriately. Thanks for the help.