<?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: Accessibility issue with screen field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922824#M1691738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am perfectly getting two checkbox titles.&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/115700" width="450" /&gt;&lt;/P&gt;&lt;P&gt;What do you mean exactly by accessibility issue? Have you maintained text-002?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2012 11:00:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-03T11:00:50Z</dc:date>
    <item>
      <title>Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922819#M1691733</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;I have a selection screen which uses checkboxes as shown in the inserted image below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/115673" /&gt;&lt;/P&gt;&lt;P&gt;The code used is shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;chkbox &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;xfeld&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;begin &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;comment &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;01&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;30&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;001 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;chkbox1&lt;SPAN class="L0S55"&gt;. "text-001 = Checkbox&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;SPAN class="L0S52"&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt; &lt;/SPAN&gt;chkbox1 &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;chkbox&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;comment &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;47&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;30&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;002 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;chkbox2&lt;SPAN class="L0S55"&gt;. "text-002 holds no value&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;SPAN class="L0S52"&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt; &lt;/SPAN&gt;chkbox2 &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;chkbox&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;end &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in the screen i get an accessibility issue, since only the first checkbox is mapped to the fieldname not the second one.&lt;/P&gt;&lt;P&gt;Is it possible to map the fieldname to both the checkboxes? if not what should be done to overcome the missing label issue for the second checkbox?&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;Best Regards,&lt;/P&gt;&lt;P&gt;Vignesh S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 10:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922819#M1691733</guid>
      <dc:creator>former_member412793</dc:creator>
      <dc:date>2012-07-03T10:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922820#M1691734</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;You cannot map the second checkbox to the label of the first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter a value in text-002 and it will be displayed as a label in front of the second checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if my answer is not correct, but I'm not very sure that I have understood correctly your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 10:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922820#M1691734</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-03T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922821#M1691735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurent,&lt;/P&gt;&lt;P&gt;Thanks for your reply &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Adding the text in the text element text-002 solves the missing label issue but ultimately the text element text-002 will also have same value as text element text-001, to avoid that i wanted to assign the first field label to both the checkboxes.&lt;/P&gt;&lt;P&gt;If it is not possible, as you said i will enter some values in the text element text-002 and is it possible to&amp;nbsp; make this text element invisible in the run time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vignesh S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 10:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922821#M1691735</guid>
      <dc:creator>former_member412793</dc:creator>
      <dc:date>2012-07-03T10:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922822#M1691736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make the text element invisible at " on selection-screen output" event by modifying the screen table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just from curiosity, what is the meaning to have 2 checkboxes with the exact same label ? How will the user will understand what to select ? Can you shortly describe the business need ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 10:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922822#M1691736</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-03T10:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922823#M1691737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached below is the original screenshot which will answer your question,&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/115694" /&gt;&lt;/P&gt;&lt;P&gt;Just to simplify it, i have used a simple code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 10:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922823#M1691737</guid>
      <dc:creator>former_member412793</dc:creator>
      <dc:date>2012-07-03T10:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922824#M1691738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am perfectly getting two checkbox titles.&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/115700" width="450" /&gt;&lt;/P&gt;&lt;P&gt;What do you mean exactly by accessibility issue? Have you maintained text-002?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922824#M1691738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-03T11:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922825#M1691739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,Understood. Now it's clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922825#M1691739</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-03T11:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922826#M1691740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not want to display two different field name since the field name for both the checkboxes will be the same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922826#M1691740</guid>
      <dc:creator>former_member412793</dc:creator>
      <dc:date>2012-07-03T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922827#M1691741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurent,&lt;/P&gt;&lt;P&gt;I tried the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF SCREEN-NAME = 'CHKBOX2'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCREEN-INVISIBLE = '1'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes the checkbox also invisible.&lt;BR /&gt;Is it possible to just make the text element text-002 invisible but to retain the checkbox?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922827#M1691741</guid>
      <dc:creator>former_member412793</dc:creator>
      <dc:date>2012-07-03T11:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922828#M1691742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the modif id addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;comment &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;01&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;30&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;001 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;chkbox1&lt;SPAN class="L0S55"&gt; modif id 'TXT'.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;Loop at screen.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt; if screen-group1 = 'TXT'.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp; screen-invisible = '1'.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp; modify : screen.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt; endif.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;endloop.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922828#M1691742</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-03T11:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922829#M1691743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the same but still the output shows the text element &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/825/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Used:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;chkbox &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;xfeld&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;begin &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;comment &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;01&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;30&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;001 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;chkbox1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;chkbox1 &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;chkbox&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;comment &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;47&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;30&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;002 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;chkbox2 MODIF &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;TXT&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;chkbox2 &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;chkbox&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;end &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;GROUP1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TXT'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;INVISIBLE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922829#M1691743</guid>
      <dc:creator>former_member412793</dc:creator>
      <dc:date>2012-07-03T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922830#M1691744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding screen-active = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question ? Why using text element and try to hide it afterwards than no to use text element at all for the second checkbox ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;selection-screen&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;comment &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;01&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;30&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;001 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;chkbox1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;chkbox1 &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;chkbox&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; selection-screen position 77.&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;chkbox2 &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;chkbox&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922830#M1691744</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-03T11:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922831#M1691745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason why i am adding a text element here is to overcome the accessibility issue.&lt;/P&gt;&lt;P&gt;There is a tool called 'FACTS' which we should run to check whether the screens are accessible compliant or not. When i ran this tool in one of the screens it gave 'missing label' errors for all the second checkboxes in each row. i guess if i can make the label for the second checkbox invisible, there wont be any changes to the UI as well as the screen reader will still be able to read it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vignesh S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922831#M1691745</guid>
      <dc:creator>former_member412793</dc:creator>
      <dc:date>2012-07-03T11:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922832#M1691746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;SCREEN.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;screen-name = &lt;SPAN class="L0S33"&gt;'%F002003_1000'&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-active = &lt;SPAN class="L0S33"&gt;'0'&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;SCREEN.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Give the text name here and check.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;If this is different, then go to debug mode and find SCREEN value for the text-002.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Shambu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922832#M1691746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-03T11:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922833#M1691747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the screen-active = 0 as proposed. I just tested it. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922833#M1691747</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-03T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922834#M1691748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, did it worked ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 13:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922834#M1691748</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-03T13:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accessibility issue with screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922835#M1691749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurent,&lt;/P&gt;&lt;P&gt;Thanks for your time and help.&lt;/P&gt;&lt;P&gt;I tried the screen-active = 0, it worked, but the tool still gives error. SO i guess the only solution is to get the exception for the screen or re design it in such a way that all the checkboxes have a label &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vignesh S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility-issue-with-screen-field/m-p/8922835#M1691749</guid>
      <dc:creator>former_member412793</dc:creator>
      <dc:date>2012-07-05T06:01:28Z</dc:date>
    </item>
  </channel>
</rss>

