<?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: Input Field not getting cleared. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729139#M317641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Write a Module in the very first of PBO and Clear this field in that module, seems, it is filling in the TOP include, so write it in Very first in 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, 05 Dec 2006 11:23:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-05T11:23:02Z</dc:date>
    <item>
      <title>Input Field not getting cleared.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729134#M317636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fellow Abapers,&lt;/P&gt;&lt;P&gt;I have a peculiar problem. I have done a Module pool program as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  CHAIN.&lt;/P&gt;&lt;P&gt;    FIELD ztrsc_histh-trptr.&lt;/P&gt;&lt;P&gt;    MODULE user_command_0100.&lt;/P&gt;&lt;P&gt;  ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CHAIN.&lt;/P&gt;&lt;P&gt;    FIELD ztrsc_fibld-fidocamt.&lt;/P&gt;&lt;P&gt;    MODULE user_fidocamt ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;  ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_0100.&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;  WHEN 'NEXT'.&lt;/P&gt;&lt;P&gt;     CLEAR ztrsc_fibld-fidocamt.&lt;/P&gt;&lt;P&gt;     GET NEXT RECORD AND DISPLAY.&lt;/P&gt;&lt;P&gt;ENDCASE..&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input FIELD ztrsc_histh-trptr is display only after Transporter Code is entered and we press "ENTER" key.&lt;/P&gt;&lt;P&gt;Input FIELD ztrsc_fibld-fidocamt is enabled. I enter some value "10".&lt;/P&gt;&lt;P&gt;i have a button as next. When the next record is shown the next record shows but although I clear FIELD ztrsc_fibld-fidocamt, in the debug mode it clears THE FIELD VALUE ztrsc_fibld-fidocamt AND THEN GETS THE NEXT RECORD AND PUTS THE CORRECT NEXT AMOUNT OF THE NEXT RECORD INTO ztrsc_fibld-fidocamt, but when it appears on the Statement FIELD ztrsc_fibld-fidocamt as per the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CHAIN.&lt;/P&gt;&lt;P&gt;    FIELD ztrsc_fibld-fidocamt.&lt;/P&gt;&lt;P&gt;    MODULE user_fidocamt ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;  ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the old value of "10" re-appears although I had cleared it in the previous Module program. What could be the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yao Chhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729134#M317636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field not getting cleared.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729135#M317637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clear the field in PBO, it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729135#M317637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field not getting cleared.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729136#M317638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If this is a selection parameter then u can clear the field in pBO module of screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729136#M317638</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-12-05T11:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field not getting cleared.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729137#M317639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the clear code needs to be written in PBO, as this will trigger and the value gets cleared and the next value gets appeneded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729137#M317639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field not getting cleared.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729138#M317640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that field declared globally in the program or locally on the screen??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare it globally in the program and checkout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729138#M317640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field not getting cleared.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729139#M317641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Write a Module in the very first of PBO and Clear this field in that module, seems, it is filling in the TOP include, so write it in Very first in 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, 05 Dec 2006 11:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729139#M317641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field not getting cleared.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729140#M317642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your prompt answer. Well yes if i clear in the PBO the value gets cleared, but then i wanted to get the next records value into the value field, well the problem got solved in a much easier way i put everything into one chain endchain statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 12:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-not-getting-cleared/m-p/1729140#M317642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T12:09:37Z</dc:date>
    </item>
  </channel>
</rss>

