<?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 Selection screen text box not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049977#M88893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I am doing Report using report catagory and selection screen check box.In my selection screen check box.if i check first time it's running after execution if i come back to selection screen if i uncheck that check box and select another one means it's not working no response.&lt;/P&gt;&lt;P&gt; What is a problem? &lt;/P&gt;&lt;P&gt;Any body know means tell me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2005 11:18:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-23T11:18:29Z</dc:date>
    <item>
      <title>Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049977#M88893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I am doing Report using report catagory and selection screen check box.In my selection screen check box.if i check first time it's running after execution if i come back to selection screen if i uncheck that check box and select another one means it's not working no response.&lt;/P&gt;&lt;P&gt; What is a problem? &lt;/P&gt;&lt;P&gt;Any body know means tell me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 11:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049977#M88893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T11:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049978#M88894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Using that Check Box value may be you are Doing Some thing.&lt;/P&gt;&lt;P&gt;Because of that when you unselect it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 11:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049978#M88894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T11:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049979#M88895</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;One question you have 2 check box right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so.....&lt;/P&gt;&lt;P&gt;Check the code of what you coded under check box...&lt;/P&gt;&lt;P&gt;IF P_CHECKBOX1 = 'x'.&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;ELSEIF P_CHECKBOX2 = 'x'.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 11:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049979#M88895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T11:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049980#M88896</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;&lt;/P&gt;&lt;P&gt;if check1 eq 'X'.&lt;/P&gt;&lt;P&gt;  do some thing.&lt;/P&gt;&lt;P&gt;elseif check2 eq 'X'&lt;/P&gt;&lt;P&gt;  do some thing.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 11:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049980#M88896</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-11-23T11:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049981#M88897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,Same code if i execute first time it's fine.but after execution if i come back to selection screen and uncheck/check same checkbox it's not moving anywhere.&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 11:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049981#M88897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T11:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049982#M88898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,this is my code&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(17) text-017.&lt;/P&gt;&lt;P&gt; parameters:P1 as checkbox default 'x'.&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN COMMENT 20(7) text-003 FOR FIELD p15.&lt;/P&gt;&lt;P&gt; parameters:P2 as checkbox.&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN COMMENT 30(10) text-018 FOR FIELD p16.&lt;/P&gt;&lt;P&gt; parameters:P3 as checkbox.&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN COMMENT 43(15) text-019 FOR FIELD p17.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;if p1 = 'x' and p2 = ' ' and p3 = ' '.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 11:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049982#M88898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049983#M88899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that is not a problem refer my code give to Deepak&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 11:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049983#M88899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T11:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049984#M88900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(17) text-017.&lt;/P&gt;&lt;P&gt;parameters:P1 as checkbox default &amp;lt;b&amp;gt;'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 20(7) text-003 FOR FIELD p15.&lt;/P&gt;&lt;P&gt;parameters:P2 as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 30(10) text-018 FOR FIELD p16.&lt;/P&gt;&lt;P&gt;parameters:P3 as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 43(15) text-019 FOR FIELD p17.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;if p1 = &amp;lt;b&amp;gt;'X'&amp;lt;/b&amp;gt; and p2 = ' ' and p3 = ' '. &lt;/P&gt;&lt;P&gt;Try Now .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 11:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049984#M88900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T11:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049985#M88901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please make all your 'x' to 'X'.&lt;/P&gt;&lt;P&gt;it will work.&lt;/P&gt;&lt;P&gt;First time it is working because u have given it as 'x'.&lt;/P&gt;&lt;P&gt;When when u check P1 system stores it as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 14:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049985#M88901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T14:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text box not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049986#M88902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know why and where you have used fields p15, p16 and p17, but as you have posted in your comment that before excuting for the 2nd time you are unchecking the checkbox P1 and checking other checkboxes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that&amp;nbsp; the IF CONDITION that you have used in your program can work only when your first checkbox is checked and other 2 checkboxes are unchecked otherwise&amp;nbsp; the IF condition will fail and you cant get output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 16:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-box-not-working/m-p/1049986#M88902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-14T16:10:05Z</dc:date>
    </item>
  </channel>
</rss>

