<?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: Clear fields in screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894772#M680435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is possible that when you cleared the field it would clear but when you again try to go on that field it might again take the data from internal  table or table or from any other field and display, check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still feel difficulty, let me know the code of PAI and PBO of previous screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 10:02:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-22T10:02:45Z</dc:date>
    <item>
      <title>Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894765#M680428</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 one field in screen say LIFNR. When I press refresh button the value entered in LIFNR should be get cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote clear statement to clear that field &amp;amp; I see that the value get it clear but once the control will return back to screen the field LIFNR is populated whatever we entered previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestion??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 09:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894765#M680428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894766#M680429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY REFRSH instead of clear statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 09:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894766#M680429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894767#M680430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still it is not working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 11:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894767#M680430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T11:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894768#M680431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from where is it picking LIFNR value??&lt;/P&gt;&lt;P&gt;clear that field.. or clear that structure...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 11:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894768#M680431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T11:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894769#M680432</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;If it is main screen then In PAI of that screen: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r moving this value into other variable or work area which is similar to screen fields or standard table work area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then At PBO of that screen u want clear that variable or workarea-variable or tablename-variable and also screen variable name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: check that screen attributes must be don&amp;#146;t selected HOLD option. (If selected which stores values after coming back to that screen also even u cleared that variable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is subscreen then u need to clear at calling (Main) screen&amp;#146;s PBO and PAI (procedure is above only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay Mekala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2007 04:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894769#M680432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-21T04:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894770#M680433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may have a "get / set" parameter ID set on the screen field, in which case you will need to clear that too e.g. "set parameter id 'LIF' field l_lifnr." after you have cleared l_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2007 23:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894770#M680433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-21T23:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894771#M680434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this code in the PAI............... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************&lt;/P&gt;&lt;P&gt;when 'REFRESH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               clear: lifnr.&lt;/P&gt;&lt;P&gt;***********************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to clear the field before going to a screen write &lt;/P&gt;&lt;P&gt;clear lifnr.&lt;/P&gt;&lt;P&gt;in the PBO of that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward points of useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinod Samuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 08:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894771#M680434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T08:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894772#M680435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is possible that when you cleared the field it would clear but when you again try to go on that field it might again take the data from internal  table or table or from any other field and display, check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still feel difficulty, let me know the code of PAI and PBO of previous screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 10:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894772#M680435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894773#M680436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder If you have used FIELD statement in Flow logic.If so then,if you wrote the code to refresh the Lifnr value in a module which is called above the &amp;lt;b&amp;gt;FIELD&amp;lt;/b&amp;gt; statement then the value will not crear.Because this FIELD statement in Flow logic will fetch the current value in screen  to the field LIFNR eventhough you cleared the value.So what you have to do is put the clear statement in a module which should be called after the FIELD statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vigneswaran S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 10:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894773#M680436</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-10-22T10:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clear fields in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894774#M680437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Neha , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Try like this : &lt;/P&gt;&lt;P&gt;     At the end of the PAI events clear the field LIFNR  . And make sure you use the same variable names through out your PBO and PAI and in layout . &lt;/P&gt;&lt;P&gt;&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 02:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-fields-in-screen/m-p/2894774#M680437</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-10-23T02:54:51Z</dc:date>
    </item>
  </channel>
</rss>

