G&#39;day all.<br>We have requirement where we need to have workflow task with dynamic task description.<br>There will be an ABAP program that do complicated calculation and called workflow task. <br>Detail calculations need to be populated into workflow task description and send over to recipients.<br>
<br>I found similar requirement from this forum. Basically I need to use following logic in my workflow task (will be display to recipients)<br>/: IF &amp;DETAILCALCULATION&amp; &lt;&gt; &#39; &#39;<br>:* &amp;DETAILCALCULATION<br>
/: ENDIF<br><br>Please correct me if I am wrong.<br>ABAP program need to store detail calculation in variable where variable type is equal with type of &amp;DETAILCALCULATION&amp;.<br><br>Does this logic means, if &amp;DETAILCALCULATION&amp; container element not empty then display it?<br>
Will it be displayed in nice format?<br>What is the best reference field to store this kind of dynamic information?<br><br>For your additional information, user using UWL as their user interface (no Outlook and no LotusNotes)<br>
<br>Many Thanks<br><br>