<?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: chek box validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-chek-box-validation/m-p/9188680#M1713945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a report&amp;nbsp; with around&amp;nbsp; 89 field in the output and one field name called STATUS in my report.This field will show RED GREEN AND YELLO&lt;/P&gt;&lt;P&gt;color indication.My requirement is to put the&amp;nbsp; 3 check box in the selection screen for red green yello.If red is selected then all red should come if green check box is selected all green status fieldshlod come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My all data is in table IT_ITAB.on what basis i have to seperate the status field.&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;Addu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Dec 2012 10:20:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-25T10:20:41Z</dc:date>
    <item>
      <title>Re: chek box validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-chek-box-validation/m-p/9188680#M1713945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a report&amp;nbsp; with around&amp;nbsp; 89 field in the output and one field name called STATUS in my report.This field will show RED GREEN AND YELLO&lt;/P&gt;&lt;P&gt;color indication.My requirement is to put the&amp;nbsp; 3 check box in the selection screen for red green yello.If red is selected then all red should come if green check box is selected all green status fieldshlod come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My all data is in table IT_ITAB.on what basis i have to seperate the status field.&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;Addu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 10:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-chek-box-validation/m-p/9188680#M1713945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-25T10:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: chek box validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-chek-box-validation/m-p/9188681#M1713946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MD. Addu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not clear with the requirement. So with my assumption, You are making reports output by ITAB, and in ITAB you are making them red green yellow. So for this you will be using certain indexes or conditions(while marking them red green yellow). &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; All you need to do is to put certain if and else doing this while putting colors. If the all the check boxes are empty add all lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If red is checked then append lines only with red.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Similarly for yellow and green.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 12:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-chek-box-validation/m-p/9188681#M1713946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-25T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: chek box validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-chek-box-validation/m-p/9188682#M1713947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Md. Addu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the required result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. With the use of radio-buttons all assigned to one group, no complex validations required. At a time, the user can select only one Radio-button and logically, one can get only 1 status at a time ie &lt;/P&gt;&lt;P&gt;Red/Green/Yellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you still want to stick with the check-boxes, you can try the below code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" when you check a single check box - the other two will get disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;tables screen.&lt;BR /&gt; &lt;BR /&gt; parameters: w1 &lt;SPAN class="L0S52"&gt;as &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;checkbox &lt;/SPAN&gt;modif &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;user-command &lt;/SPAN&gt;flag,&lt;BR /&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; w2 &lt;SPAN class="L0S52"&gt;as &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;checkbox &lt;/SPAN&gt;modif &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;user-command &lt;/SPAN&gt;flag1,&lt;BR /&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; w3 &lt;SPAN class="L0S52"&gt;as &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;checkbox &lt;/SPAN&gt;modif &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;user-command &lt;/SPAN&gt;flag2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;at &lt;SPAN class="L0S52"&gt;selection-screen &lt;/SPAN&gt;output.&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;w1 = &lt;SPAN class="L0S33"&gt;'X' &lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;screen.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;screen-group1 = &lt;SPAN class="L0S33"&gt;'2' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;or &lt;/SPAN&gt;screen-group1 = &lt;SPAN class="L0S33"&gt;'3'&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-input = &lt;SPAN class="L0S33"&gt;'0'&lt;/SPAN&gt;.&lt;BR /&gt; endif.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;modify &lt;/SPAN&gt;screen.&lt;BR /&gt; endloop.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;elseif &lt;/SPAN&gt;w2 = &lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;screen.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;screen-group1 = &lt;SPAN class="L0S33"&gt;'1' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;or &lt;/SPAN&gt;screen-group1 = &lt;SPAN class="L0S33"&gt;'3'&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-input = &lt;SPAN class="L0S33"&gt;'0'&lt;/SPAN&gt;.&lt;BR /&gt; endif.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;modify &lt;/SPAN&gt;screen.&lt;BR /&gt; endloop.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;elseif &lt;/SPAN&gt;w3 = &lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;screen.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;screen-group1 = &lt;SPAN class="L0S33"&gt;'1' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;or &lt;/SPAN&gt;screen-group1 = &lt;SPAN class="L0S33"&gt;'2'&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-input = &lt;SPAN class="L0S33"&gt;'0'&lt;/SPAN&gt;.&lt;BR /&gt; endif.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;modify &lt;/SPAN&gt;screen.&lt;BR /&gt; endloop.&lt;BR /&gt; &lt;BR /&gt; ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Please let me know if the answer was usefull and kindly revert in case of any issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Vivek Batta&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 14:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-chek-box-validation/m-p/9188682#M1713947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T14:15:58Z</dc:date>
    </item>
  </channel>
</rss>

