<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAP workflow dynamic task description in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439787#M3360773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You need to create custom task with method where you use &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CATSXT_SIMPLE_TEXT_EDITOR&lt;/SPAN&gt;.&amp;nbsp; you can take help of Workflow consultant .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2013 11:49:29 GMT</pubDate>
    <dc:creator>anjan_paul</dc:creator>
    <dc:date>2013-04-26T11:49:29Z</dc:date>
    <item>
      <title>SAP workflow dynamic task description</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaq-p/9439782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new in workflow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone knows how to create dynamic task description ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've a travel exepense workflow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when a user approve a travel expense request ,he can approve , reject or send back for correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when , user send back the request for correction, i used the task TS20000139 to allow him to enter a message giving details of correction needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my need is to take this message and put it in task description of the task TS20000189.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me step by step (in detail please) the procedure i must follow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 16:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaq-p/9439782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-25T16:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP workflow dynamic task description</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439783#M3360769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Do the followin steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. After user enter the message , it should bind back to workflow w from task. &lt;/P&gt;&lt;P&gt;2. Now you have the contaier where message is&amp;nbsp; storedin workflow. Now Edit the Work item text. There is a button "Redifine Workitem Text". Then in the Pop Up you will find "Insert Variables" , there insert the message container element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 10:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439783#M3360769</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2013-04-26T10:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP workflow dynamic task description</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439784#M3360770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, That's an easy one. Create a container element, bind the message to the container element, and pass that to an equivalent container element on the revision step/task for display using insert variables.&amp;nbsp; All very standard binding and container use behaviour. If you are displaying multiple messages make sure you use the appropriate multiline options on the container element and in the Insert variables in the task description. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jocelyn &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 10:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439784#M3360770</guid>
      <dc:creator>Jocelyn_Dart</dc:creator>
      <dc:date>2013-04-26T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP workflow dynamic task description</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439785#M3360771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your raply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think i was not very clear about by need, i am sorry for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'll to be more clear :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the workflow template : WS20000040 (travel expense)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When an employee create a travel request using tcode TRIP or PR05, the travel expense request goes to first approver ( for the 'check trip facs' tast)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; At this step , the approver has 3options &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1 - trip facs are consistant&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2 - Send back for correction &lt;/P&gt;&lt;P&gt; 3 - Reject request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My need is to display a pop up when approver send back the request for correction (2) and in this pop -up , the approver could enter any message or comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when, the requestor get the notification to correct his request , he must see the comment entered by the appriver in task description ( change trip)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found the&amp;nbsp; function&amp;nbsp; module '&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CATSXT_SIMPLE_TEXT_EDITOR&lt;/SPAN&gt;' to manage this requirement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to take the text entered using this FM and put it in task description (TS20000189) by using a container element or parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to use this function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which task i must put it? (which tab?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know, i must create some container element (but i to do that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please could you give me step by step the procedure (any doc will be helpfull)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Willy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 11:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439785#M3360771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-26T11:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP workflow dynamic task description</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439786#M3360772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Will, For that you will probably need to copy the standard task and workflow in order to add your additional container elements. If you want to ask how to use the CATS functions you would probably be better asking that in the HCM forum. As to which task and tab.... those are *very* basic questions indeed so I suggest you need to work through some workflow tutorials - you'll find some in the &lt;A __default_attr="2218" __jive_macro_name="community" class="jive_macro jive_macro_community" href="https://community.sap.com/" modifiedtitle="true" title="SAP Business Workflow "&gt;&lt;/A&gt;space - and I would also recommend you get a copy of the book "Practical Workflow for SAP" and start reading. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jocelyn &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 11:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439786#M3360772</guid>
      <dc:creator>Jocelyn_Dart</dc:creator>
      <dc:date>2013-04-26T11:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP workflow dynamic task description</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439787#M3360773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You need to create custom task with method where you use &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CATSXT_SIMPLE_TEXT_EDITOR&lt;/SPAN&gt;.&amp;nbsp; you can take help of Workflow consultant .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 11:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-workflow-dynamic-task-description/qaa-p/9439787#M3360773</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2013-04-26T11:49:29Z</dc:date>
    </item>
  </channel>
</rss>

