<?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: Exception in Approval Process in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589890#M3853653</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;There was some issue with another custom tab in the Account screen, due to which before-save was not getting invoked. Submit and save is working fine now. I am now facing the following issue during approval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on submit for approval, a task gets created under Application and User management -&amp;gt; Task distribution -&amp;gt; BTM. But it is not assigned to anyone. When I say Assign Item,the list does not return any records. In submitForApproval action, I am assigning the EmployeeID to the approver.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537684" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the approver tries to open the task details and approve/reject, it gives an error saying "You are not authorized to change the data"&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537722" height="145" width="247" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the approver tries to click on the custom Approve button, it gives the following errors.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537723" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;I have written the following code in Approve.absl. This code is invoked only when the approver clicks on Approve Button and not on click of approve icon in the notification task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537724" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;I dynamically want to assign the approval task to requester's reporting manager. Not sure how this can be implemented.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;Ambuja&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2014 11:04:36 GMT</pubDate>
    <dc:creator>ambuja_prabhudessai</dc:creator>
    <dc:date>2014-09-10T11:04:36Z</dc:date>
    <item>
      <title>Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaq-p/10589888</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;I am working on creating an approval process. To block an account I need it to go through some approval first.&lt;/P&gt;&lt;P&gt;I have followed all the steps as mentioned in the help doc but I am facing some issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a custom BO (CustomerBlock.bo) and an EC. I have embedded the EC in Account TI. This contains some fields which need to be filled and then submitted for approval. I have provided a button which invokes submitForApproval action on click.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;For the custom BO i have created the approval process, approval and notification tasklist views are added to Account workcenter view. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537359" width="450" /&gt;&lt;/P&gt;&lt;P&gt;In submitForApproval action, I am assigning EmployeeIDs to requester and RM approver.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537360" height="125" width="712" /&gt;&lt;/P&gt;&lt;P&gt;SubmitForApproval action is executed successfully, but on saving the Account I am getting an exception. The exception is not thrown if I remove the tasklist views from the account workcenter view.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537361" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea what could be the issue here? Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ambuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaq-p/10589888</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-10T05:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589889#M3853652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have something in the Before-Save event? If not, try to regenerate the approval process for your custom BO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 07:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589889#M3853652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-10T07:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589890#M3853653</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;There was some issue with another custom tab in the Account screen, due to which before-save was not getting invoked. Submit and save is working fine now. I am now facing the following issue during approval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on submit for approval, a task gets created under Application and User management -&amp;gt; Task distribution -&amp;gt; BTM. But it is not assigned to anyone. When I say Assign Item,the list does not return any records. In submitForApproval action, I am assigning the EmployeeID to the approver.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537684" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the approver tries to open the task details and approve/reject, it gives an error saying "You are not authorized to change the data"&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537722" height="145" width="247" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the approver tries to click on the custom Approve button, it gives the following errors.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537723" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;I have written the following code in Approve.absl. This code is invoked only when the approver clicks on Approve Button and not on click of approve icon in the notification task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537724" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;I dynamically want to assign the approval task to requester's reporting manager. Not sure how this can be implemented.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;Ambuja&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 11:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589890#M3853653</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-10T11:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589891#M3853654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it seems you have some problems&lt;SPAN style="font-size: 10pt;"&gt; on the authorizations to manage the approval process.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Did you do the following steps (replace Contract BO with your custom BO)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537786" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537787" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/537788" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally the person that receive the notification should have your custom VCView assigned to him, as well the person that starts the approval process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 12:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589891#M3853654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-10T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589892#M3853655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still not able to assign the task to anyone. I have performed all the steps as mentioned by you. But instead of assigning the tasklist views to Custom BO WCView, I have assigned them to Account_WCV. Is this causing the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a query here: Do I manually have to go to BTM and assign the task to Person responsible or will it automatically be assigned once I assign the EmployeeID to the approver in ABSL code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 06:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589892#M3853655</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-11T06:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589893#M3853656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Maybe yes: the approval process is on your custom BO, so you need to assign the tasklist views on the custom BO WCVies. Not sure. Try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Should be automatic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 08:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589893#M3853656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-11T08:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589894#M3853657</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning the tasklists to custom BO WCView works. But the tasks don't get assigned to the approver automatically through code. I have to manually go to the Application and user management -&amp;gt; BTM and click on determine assignment buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After submit, tasks always get created here with no assignments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589894#M3853657</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-12T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589895#M3853658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In you approval process you have to select the field for the automatic assignment. Did you do that? Obviously the field should be filled before you start the approval process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589895#M3853658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-12T10:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589896#M3853659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ambuja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After performing all steps mentioned by Alessandro your BO should appear in the BTM.&lt;/P&gt;&lt;P&gt;There you can define (if required) some contrains if the instance needs approval&lt;/P&gt;&lt;P&gt;AND how the approver should be determined:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;From a field inside your BO (the approver mentioend in the documentation)&lt;/LI&gt;&lt;LI&gt;A direct approver (from the Org. Management)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Horst&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 07:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589896#M3853659</guid>
      <dc:creator>HorstSchaude</dc:creator>
      <dc:date>2014-09-15T07:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589897#M3853660</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;I can see the approval process created for my BO in BTM. I have assigned the custom approver field. But on submit, when a task is created, it does not get automatically assigned to the approver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/540747" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I have to manually go to BTM -&amp;gt; click on the task and click on Determine Assignment button. I want the task to be assigned automatically to the approver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ambuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 08:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589897#M3853660</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-15T08:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589898#M3853661</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;I have selected the approver field from my BO to whom the task should be assigned. I am populating this field before the approval process is started but still the task does not get assigned automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ambuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 08:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589898#M3853661</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-15T08:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589899#M3853662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ambujy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the approver defined by "RM approval" refers to this field inside your BO?&lt;/P&gt;&lt;P&gt;The respective Employee -&amp;gt; User meets the criterion mentioned by Alessandro (UI assigned, ....)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Horst&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 08:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589899#M3853662</guid>
      <dc:creator>HorstSchaude</dc:creator>
      <dc:date>2014-09-15T08:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589900#M3853663</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;Yes it is the field defined in my custom BO. Required UIs have been assigned to the approver.&lt;/P&gt;&lt;P&gt;As soon as I click on Determine Assignment the task gets assigned to the approver and a notification is sent to the approver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ambuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 08:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589900#M3853663</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-15T08:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589901#M3853664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ambuja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the task is generated and assigned to the approver incl. the notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a dump happens when the approver approves the task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Horst&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 14:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589901#M3853664</guid>
      <dc:creator>HorstSchaude</dc:creator>
      <dc:date>2014-09-17T14:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589902#M3853665</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;The exception issue is resolved. Now everything is working fine. But the task gets assigned to the approver along with notification only when I manually go and select the task in BTM and click on 'Determine Assignment' button. Once I do this, the approver gets notification and is able to take the required action.&lt;/P&gt;&lt;P&gt;Again, once the approver approves/rejects the task, a notification is created in BTM for the requester. Only once i select this notification and click on 'Determine Assignment' button, it is sent to the notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to manually go to BTM and assign the tasks that are created. I want this to be automated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ambuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 03:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589902#M3853665</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-18T03:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589903#M3853666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ambuja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever define a workflow rule?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto to the workcenter view "Workflow Rules"&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/546243" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select an existing workflow and press EDIT or create a new one.&lt;/P&gt;&lt;P&gt;In the step 3 "Define Actions" you can determine a recipient by determination or for a fixed employee.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/546242" width="450" /&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Horst&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 10:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589903#M3853666</guid>
      <dc:creator>HorstSchaude</dc:creator>
      <dc:date>2014-09-22T10:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589904#M3853667</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;I added a workflow rule for my BO for which Approval process is created. But instead of 'Employee', I have filled 'Recipient Determination' because my approvers will not remain the same everytime. The recipient Employee ID is getting filled in my BO script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/546878" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different Employees have different managers and hence I do not want the same person to get all notifications. I do not want to hard code an Employee name for recipient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing this i submitted my approval request and again a notification gets created in BTM work center, but it is not assigned to anybody unless I manually hit 'Determine Assignment' button. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/546879" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Once I click on 'Determine Assignment', notification task is assigned to the Employee for which I had populated the Employee ID in my BO script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I understand here is, my requester and Approver are determined correctly, but tasks are not assigned to them automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ambuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 05:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589904#M3853667</guid>
      <dc:creator>ambuja_prabhudessai</dc:creator>
      <dc:date>2014-09-23T05:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589905#M3853668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ambuja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you go to all steps in the workflow rule?&lt;/P&gt;&lt;P&gt;Is the validity date set to a valid value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at the&amp;nbsp; approval process documentation because I just recapitulate from my memory. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" height="1" src="https://community.sap.com/1024/images/emoticons/wink.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Horst&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/exception-in-approval-process/qaa-p/10589905#M3853668</guid>
      <dc:creator>HorstSchaude</dc:creator>
      <dc:date>2014-09-23T08:01:49Z</dc:date>
    </item>
  </channel>
</rss>

