<?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 Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711655#M1453891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just tried to replicate ur code and tried slin on it . maintained &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection text for this --&amp;gt;PARAMETERS: px_inco TYPE c AS CHECKBOX and slin is bypassing that message . is this the one missing at ur end ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Mar 2010 08:45:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-16T08:45:32Z</dc:date>
    <item>
      <title>Code Inspector Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711654#M1453890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the following code . Its activated and while doing code inspector i find the following error. I have updated the label in selection-text also.(From Menu&lt;DEL&gt;&amp;gt; goto&lt;/DEL&gt;&amp;gt; text elements--&amp;gt; selection texts)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
I/O field (input field) PX_INCO has no accessible label
==&amp;gt; I/O field (input field) PX_INCO has no accessible label
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is code i  am using .. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  zaRs.
SELECTION-SCREEN BEGIN OF BLOCK box0 WITH FRAME TITLE text-002.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 1.
PARAMETERS: px_inco TYPE c AS CHECKBOX.
SELECTION-SCREEN COMMENT 3(50) text-025.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK box0.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to avoid this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 08:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711654#M1453890</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-16T08:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711655#M1453891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just tried to replicate ur code and tried slin on it . maintained &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection text for this --&amp;gt;PARAMETERS: px_inco TYPE c AS CHECKBOX and slin is bypassing that message . is this the one missing at ur end ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 08:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711655#M1453891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711656#M1453892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SLIN its not appearing. But in code spector its visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to correct this error  in SCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 08:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711656#M1453892</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-16T08:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711657#M1453893</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 not sure if this will work. I am not infront of my system now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF BLOCK box0 WITH FRAME TITLE text-002.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 1.
PARAMETERS: px_inco TYPE c AS CHECKBOX.
SELECTION-SCREEN COMMENT 3(50) text-025 FOR FIELD px_inco.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK box0.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 08:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711657#M1453893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T08:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711658#M1453894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That Worked. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 08:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-error/m-p/6711658#M1453894</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-16T08:56:43Z</dc:date>
    </item>
  </channel>
</rss>

