<?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>topic Re: Code inspector - how can I create approval  for exceptions? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606776#M1438182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Cholewczuk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the type of exception that suppresses a check message in the Code Inspector is hard-coded inside each check and cannot be configured. Most messages in program-like objects can be suppressed by a pseudo-comment; only some check messages of one of the security checks demand a table based exception.                                                                                &lt;/P&gt;&lt;P&gt;You can find this check in transaction SCI --&amp;gt; Goto --&amp;gt; Management of --&amp;gt; Message Priorities. Open the 'Security Checks' category, and then the check 'Critical Statements'.                                          &lt;/P&gt;&lt;P&gt;The check messages for                                                    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Write/delete a report/text pool                                         &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Write/Read Screen                                                       &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Write NAMETAB                                                           &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;have the value 'Table Entry' in column 'Exception'. Therefore those messages can only be suppressed by a table based exception.                                                                                &lt;/P&gt;&lt;P&gt;So if you check some program that uses these language elements, you will find an icon in the Code Inspector check result tree next to the message. Clicking the icon gives you a pop-up where the table based exception can be defined. The person you entered as approver of the exception will find it in the SCI 'Approver Inbox' you mentioned above.                                                                                &lt;/P&gt;&lt;P&gt;In a self-defined check, specify the pseudo-comment in the constructor of the check class as                                         &lt;/P&gt;&lt;P&gt;CL_CI_TEST_ROOT=&amp;gt;C_EXCEPTN_BY_TABLE_ENTRY. This will then be handled as a table based exception.              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, &lt;/P&gt;&lt;P&gt;Randolf Eilenberger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Mar 2010 08:36:07 GMT</pubDate>
    <dc:creator>former_member184455</dc:creator>
    <dc:date>2010-03-04T08:36:07Z</dc:date>
    <item>
      <title>Code inspector - how can I create approval  for exceptions?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606775#M1438181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a question regarding this functionality. How can use approval/rejection of exceptions in Code Inspector? On main screen there is possibility to view list of it (Goto-&amp;gt;Exceptions-&amp;gt;Approve/Requested), but I don't know how can I create entry that will be shown here. I've tried to look on page with results of check, but without success. I know that these data are storred in table SCIEXCEPTN_APPL, but nothing more.&lt;/P&gt;&lt;P&gt;I would appreciate any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.R.&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 09:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606775#M1438181</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2010-02-09T09:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector - how can I create approval  for exceptions?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606776#M1438182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Cholewczuk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the type of exception that suppresses a check message in the Code Inspector is hard-coded inside each check and cannot be configured. Most messages in program-like objects can be suppressed by a pseudo-comment; only some check messages of one of the security checks demand a table based exception.                                                                                &lt;/P&gt;&lt;P&gt;You can find this check in transaction SCI --&amp;gt; Goto --&amp;gt; Management of --&amp;gt; Message Priorities. Open the 'Security Checks' category, and then the check 'Critical Statements'.                                          &lt;/P&gt;&lt;P&gt;The check messages for                                                    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Write/delete a report/text pool                                         &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Write/Read Screen                                                       &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Write NAMETAB                                                           &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;have the value 'Table Entry' in column 'Exception'. Therefore those messages can only be suppressed by a table based exception.                                                                                &lt;/P&gt;&lt;P&gt;So if you check some program that uses these language elements, you will find an icon in the Code Inspector check result tree next to the message. Clicking the icon gives you a pop-up where the table based exception can be defined. The person you entered as approver of the exception will find it in the SCI 'Approver Inbox' you mentioned above.                                                                                &lt;/P&gt;&lt;P&gt;In a self-defined check, specify the pseudo-comment in the constructor of the check class as                                         &lt;/P&gt;&lt;P&gt;CL_CI_TEST_ROOT=&amp;gt;C_EXCEPTN_BY_TABLE_ENTRY. This will then be handled as a table based exception.              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, &lt;/P&gt;&lt;P&gt;Randolf Eilenberger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 08:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606776#M1438182</guid>
      <dc:creator>former_member184455</dc:creator>
      <dc:date>2010-03-04T08:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector - how can I create approval  for exceptions?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606777#M1438183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I found this thread only very late, but hope you`re still around:)) I would like to know how can I change existing SCI checks from their current masking status to this one needing an approval. That means more work in the approval area, but also tightens the security, which is something customers often ask. Can that be done? I mean without heavily changing the standard SCI delivery.&lt;/P&gt;&lt;P&gt;Any ideas highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the initial pointer,&lt;/P&gt;&lt;P&gt;cheers Otto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 15:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606777#M1438183</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2012-10-21T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector - how can I create approval  for exceptions?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606778#M1438184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Otto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to create your own classes that woud inheritate from SAP standard check classes and use them instead - maybe it is possible to change mentioned settings in your own coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 20:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-how-can-i-create-approval-for-exceptions/m-p/6606778#M1438184</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2012-10-21T20:20:00Z</dc:date>
    </item>
  </channel>
</rss>

