<?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: Screen input not getting cleared in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858430#M362629</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 have given clear after screen-input, its not getting cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The base_qty type is curr (9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;base_qty like plfh-mgvgw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2007 17:37:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-16T17:37:10Z</dc:date>
    <item>
      <title>Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858425#M362624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I got a peculiar problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my dialog screen(ztcode), i have make a field input enable based on machine and position(Ztable). Now my problem is, when this field gets input enabled im getting some value with this(some 30.12), i really dont know where it is comming from. Even i have cleared this field before endmodule (last stmt in PBO). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this looks strange when i jus change my code to screen-input = 0 without anyother modification, its coming disabled with value cleared (0.000). I need to get the value cleared when the input is on. Kindly let me know how to solve this.       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            &lt;/P&gt;&lt;P&gt;if zmach = 'TCE1' and zpos = '01'.    &lt;/P&gt;&lt;P&gt;loop at screen.                       &lt;/P&gt;&lt;P&gt;if screen-name = 'BASE_QTY'.          &lt;/P&gt;&lt;P&gt;screen-input = 1.                     &lt;/P&gt;&lt;P&gt;endif.                                &lt;/P&gt;&lt;P&gt;modify screen.                        &lt;/P&gt;&lt;P&gt;endloop.                              &lt;/P&gt;&lt;P&gt;endif.                                &lt;/P&gt;&lt;P&gt;cleart base_qty.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz its urgent.&lt;/P&gt;&lt;P&gt;Will reward u definetly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858425#M362624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858426#M362625</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;Instead of clear you mentioned CLEART..Is this a typo..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this code should work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if zmach = 'TCE1' and zpos = '01'. &lt;/P&gt;&lt;P&gt;loop at screen. &lt;/P&gt;&lt;P&gt;if screen-name = 'BASE_QTY'. &lt;/P&gt;&lt;P&gt;screen-input = 1. &lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;modify screen. &lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;clear: base_qty&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858426#M362625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858427#M362626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah sry, its a typo error, its clear only in the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858427#M362626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858428#M362627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It should be cleare when you write the Clear statment in the PBO, it looks strange, just try this one also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-name = 'BASE_QTY'. &lt;/P&gt;&lt;P&gt;screen-input = 1. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Write the Clear statment here&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write the Clear statment in the PBO, but it should be the first statment, or write the CLEAR in the PAI which executed before that PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858428#M362627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858429#M362628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you referring the field to any numeric data type?&lt;/P&gt;&lt;P&gt;Check the properties of that field and refer to some other data type.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858429#M362628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858430#M362629</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 have given clear after screen-input, its not getting cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The base_qty type is curr (9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;base_qty like plfh-mgvgw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858430#M362629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858431#M362630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a typo error. so clear the quanitity in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858431#M362630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858432#M362631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz understand its not a typo error. If it is it will tell syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858432#M362631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858433#M362632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CHeck the screen attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove the hold data check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858433#M362632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T17:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858434#M362633</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;Check in the debugging of when is this getting populated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/h in the command field..Switch on the debugging..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a watch point on the field BASE_QTY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then press F8..It will stop where the field is getting modified..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 18:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858434#M362633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Screen input not getting cleared</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858435#M362634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its already unchecked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 18:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-input-not-getting-cleared/m-p/1858435#M362634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T18:01:41Z</dc:date>
    </item>
  </channel>
</rss>

