<?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: Detour or initiator determination based upon Authorization in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149237#M99490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabita, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could achieve this by creating a custom Routing rule which is built in BRF+ based upon Role name. If you really want to get into the details you could use some of the other BRF+ expressions to built the initiator or routing rules based upon nested expressions and use a DB table lookup to roles with the specific BOM authorisation. You'd have to ensure that a GRC table contains a flag or an identifier for that to trigger on though since you cannot look directly at the SAP backend system from within BRF+. Alternatively, use a field in BRM to identify these roles (like sensitivity / criticality) and make the BRF+ rule trigger on those. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few options available for you there! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 16:42:31 GMT</pubDate>
    <dc:creator>simon_persin4</dc:creator>
    <dc:date>2012-11-16T16:42:31Z</dc:date>
    <item>
      <title>Detour or initiator determination based upon Authorization</title>
      <link>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaq-p/9149236</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 need your opinion and help on this requirement. We are working on GRC AC10 and client has put a requirement that user access workflow will have only one stage except when it has BOM related authorizations where it will go for special approval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to look at two options - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detour with particular Roles.&lt;/P&gt;&lt;P&gt;Initiator and Path determination based upon authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found no option for that, as detour has only two primary options - either no role owner found or SOD violations. We can't have BOM roles without owner which will be required at the time of role creation or modification approval.&lt;/P&gt;&lt;P&gt;For SOD, the single stage approver will take care, so it will not serve the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For initiator, Role based initiator is a messy process. If you can suggest any other option which could meet the requirement, that would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sabita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 06:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaq-p/9149236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-16T06:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Detour or initiator determination based upon Authorization</title>
      <link>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149237#M99490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabita, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could achieve this by creating a custom Routing rule which is built in BRF+ based upon Role name. If you really want to get into the details you could use some of the other BRF+ expressions to built the initiator or routing rules based upon nested expressions and use a DB table lookup to roles with the specific BOM authorisation. You'd have to ensure that a GRC table contains a flag or an identifier for that to trigger on though since you cannot look directly at the SAP backend system from within BRF+. Alternatively, use a field in BRM to identify these roles (like sensitivity / criticality) and make the BRF+ rule trigger on those. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few options available for you there! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 16:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149237#M99490</guid>
      <dc:creator>simon_persin4</dc:creator>
      <dc:date>2012-11-16T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Detour or initiator determination based upon Authorization</title>
      <link>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149238#M99491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second option suggested by you looks easier to implement, have you or someone worked with this option? Before actually working on it, we have to confirm our client whether it is possible or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing I wanted to know - Client is implementing SAP and GRC, so not aware of workflow options and what would suit best to them. What they want is to implement the easiest workflow and later on expand it if they feel need of doing so. Can you confirm if it is possible to change workflow in a live system where requests are already generated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know in AC 5.3 it was possible only after closing and archiving all requests, but not aware about GRC AC10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your input is really valuable to me. Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sabita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 04:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149238#M99491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-19T04:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Detour or initiator determination based upon Authorization</title>
      <link>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149239#M99492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sabita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe, when we save and activate the MSMP workflow configuration, this will generate a new version and this can be saved into a transport request. Then you can transport the same to your target system.&lt;/P&gt;&lt;P&gt;This way you can change the existing workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 09:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149239#M99492</guid>
      <dc:creator>former_member184114</dc:creator>
      <dc:date>2012-11-19T09:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Detour or initiator determination based upon Authorization</title>
      <link>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149240#M99493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabita, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've worked on numerous client sites with v10.0 and have implemented routing rules similar to the situation which you're trying to achieve. For example a particular set of roles for one client needed approval from All approvers rather than just one of the approvers and I used a similar mechanism to meet that requirement. &lt;/P&gt;&lt;P&gt;Regarding the changes of workflow after the initial creation, Faisal is correct. The workflow is transportable meaning that you can generate a new version and migrate that through the landscape. If you have open workflows at the time, you have a configuration option for each stage which governs whether the workflow will automatically route to the new version or stay on the old version until it is complete. &lt;/P&gt;&lt;P&gt;You should be careful about when you move the transports though as if you make large changes to the routes or paths, then you might end up with processing errors for those workflow items already in progress. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;BR /&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 09:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149240#M99493</guid>
      <dc:creator>simon_persin4</dc:creator>
      <dc:date>2012-11-19T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Detour or initiator determination based upon Authorization</title>
      <link>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149241#M99494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon and Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your conclusive replies, which saved lots of my time doing trial and error.&lt;/P&gt;&lt;P&gt;Simon, I see some standard fields in BRM like - &lt;/P&gt;&lt;P&gt;Criticality&lt;/P&gt;&lt;P&gt;Sensitivity&lt;/P&gt;&lt;P&gt;Business Process and Sub-process&lt;/P&gt;&lt;P&gt;Functional Area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use any of them for detour? It will save trouble creating custom fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Role approver, In 5.3 we had an option to choose Role approver based upon Business Process, Sub-process etc which excluded any necessity to assign Role owner to each individual roles. Is this possible in AC10?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sabita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 12:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149241#M99494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-19T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Detour or initiator determination based upon Authorization</title>
      <link>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149242#M99495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sabita, &lt;/P&gt;&lt;P&gt;All of those fields mentioned can be used for the basis of either a routing or an initiator rule condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Role approvers, you can also identify them as default approvers through BRF+ by configuring the Approver functionality in BRM. To do this, you specify the input conditions (e.g. functional area, business process etc,) and then link to a "condition group" as the result of the expression. You then link the approvers to the condition group and can then when the roles are updated, you have the approvers set as default.&lt;/P&gt;&lt;P&gt;Alternatively, you can manage the assignment of the approvers through the Role Import functions and use flat text based files for uploading the attributes (including approvers). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 13:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/detour-or-initiator-determination-based-upon-authorization/qaa-p/9149242#M99495</guid>
      <dc:creator>simon_persin4</dc:creator>
      <dc:date>2012-11-19T13:00:03Z</dc:date>
    </item>
  </channel>
</rss>

