<html><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:10pt">Hello,<br><br>I have a workflow text (work item text for the head work item) with some dynamic BOR attributes.<br>At the moment of WF creation I have the following values:<br>BOROBJ-ATR1 = 'VALUE'<br>BOROBJ-ATR2 = EMPTY<br><br>Work item text = Text &amp;BOROBJ-ATR1&amp; more text &amp;BOROBJ-ATR2&amp; more text<br><br>After the workflow is started and first step is executed the head container is updated and BOROBJ-ATR2 is populated with some value 'VALUE1'.<br><br>I need that the head work item text to be updated with this 'VALUE1' but it is not updated. I have another system where this logic works, both systems with SAP_BASIS 701.<br><br>Work item text after the BOR attributes are filled in looks like this:<br>Text VALUE more text more text<br><br>Any clue how to solve it? Initially I thought that the wi text is generated at the moment
 of creation and stays like this but then I saw this logic working in the other system so it must be something else. &nbsp; <br></div></body></html>