<?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: Mitigating Controls in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaa-p/3443231#M21487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I totally agree with Himadama you need to do this manually. I've recently come across with this case and Vishal's idea seems to be good but still he's missing one more table which is VIRSA_CC_DETDESC where the mitigation's detail description is stored. If your mitigation description is one line there wouldn't be any issue but if it's more than a line then definitly you may need to load in to the a/m table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better load few and cross check nothing is missed out, though this is not advisable as per best practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 01:30:06 GMT</pubDate>
    <dc:creator>achristian17</dc:creator>
    <dc:date>2008-02-28T01:30:06Z</dc:date>
    <item>
      <title>Mitigating Controls</title>
      <link>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaq-p/3443228</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;We are in the midst of uploading the rules into production. Does anyone here know if there is a specific file required to upload mitigating controls into production or these controls have to be tied to the risk ids manually in production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 08:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaq-p/3443228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T08:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mitigating Controls</title>
      <link>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaa-p/3443229#M21485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chee,&lt;/P&gt;&lt;P&gt;If you are working on CC5.2, then you have to create mitigation controls manually in Production box.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Himadama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 18:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaa-p/3443229#M21485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T18:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mitigating Controls</title>
      <link>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaa-p/3443230#M21486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can upload all mitigating controls by executing scripts at database level to minimize the manual work. Please refer below scripts to define risk/user in mitigating control,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Insert Risk "F001" into Mitigating Control "MC01"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO SAPSR3DB.VIRSA_CC_MITRISK (MITREFNO,RISKID) VALUES ('MC01', 'F001*');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Insert User "ABCD" in mitigating control "MC01"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO SAPSR3DB.VIRSA_CC_MITUSER (MITREFNO,RISKID,USERID,VALIDFROM,VALIDTO,MONITORID,STATUS) VALUES ('MC01', 'F001*', 'ABCD', '11-DEC-2007', '10-DEC-2008', 'XYZ', '0');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are the tables for mitigating controls in CC 5.2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIRSA_CC_MITHROBJ                                &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITMON                                  &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITPROF                                 &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITREF                                  &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITREFT                                 &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITRISK                                 &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITROLE                                 &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITRPT                                  &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITUSER                                 &lt;/P&gt;&lt;P&gt;VIRSA_CC_MITUSRORG                               &lt;/P&gt;&lt;P&gt;VIRSA_CC_MONAPV                                  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishal S. Palaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaa-p/3443230#M21486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mitigating Controls</title>
      <link>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaa-p/3443231#M21487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I totally agree with Himadama you need to do this manually. I've recently come across with this case and Vishal's idea seems to be good but still he's missing one more table which is VIRSA_CC_DETDESC where the mitigation's detail description is stored. If your mitigation description is one line there wouldn't be any issue but if it's more than a line then definitly you may need to load in to the a/m table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better load few and cross check nothing is missed out, though this is not advisable as per best practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 01:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/mitigating-controls/qaa-p/3443231#M21487</guid>
      <dc:creator>achristian17</dc:creator>
      <dc:date>2008-02-28T01:30:06Z</dc:date>
    </item>
  </channel>
</rss>

