<?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: dialog program - clear all screen fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809590#M1468744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clear all relevant structures ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 17:57:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-12T17:57:04Z</dc:date>
    <item>
      <title>dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809581#M1468735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a dialog  program type 1 that is called from a tranascation code to a menu in screen 100 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from screen 100 i'm calling several screen by using 'CALL SCREEN XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i'm coming back to screen 100 by using 'LEAVE TO SCREEN 100'  all of the screen fields in screen XXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is not cleared .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i clear all of the screen fields at once some how or sould i use other commands beside call screen to navigate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;between the screens ? &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;&lt;/P&gt;&lt;P&gt;ASA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809581#M1468735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809582#M1468736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no CLEAR SCREEN statement in ABAP as far as i know.&lt;/P&gt;&lt;P&gt;So you need tomanually clear all the fields on that screen in PBO. maybe you need some criteries to check cause there might be some cases where you dont want to clear your fields, tho i cant know that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809582#M1468736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809583#M1468737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Clear all fields in PBO of screen 100, can not clear in one go , as we don't have any control then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809583#M1468737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809584#M1468738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you go back to screen 100 (with LEAVE TO SCREEN...) clear the screen fields. That should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;CLEAR: screen100_field1, screen100_field2,... and so on.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809584#M1468738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809585#M1468739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the intel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe calling the screens by call transaction or change to prog type to module pool ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809585#M1468739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809586#M1468740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have over 100 fields ( many subscreens ) so i want to use something more efficient &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809586#M1468740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809587#M1468741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most simple way: define your screen fields in a structure and then clear the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of wa_screen100,
            field1,
            fielld2,
            and so on....
         end of wa_screen100.


clear wa_screen100.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809587#M1468741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809588#M1468742</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;Generally we declare a single UI structure which consists of all the fields used in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:wa type zuistructure.&lt;/P&gt;&lt;P&gt;name the screen fields like wa-field1,wa-field2 etc&lt;/P&gt;&lt;P&gt;clear wa. "I think this will clear all fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 11:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809588#M1468742</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-04-09T11:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809589#M1468743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PBO part of screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include clear statements for all fields which you need to be blank when you return to screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_vbap-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_vbap-posnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_vbap-cmpre.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this solves your problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 12:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809589#M1468743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T12:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809590#M1468744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clear all relevant structures ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 17:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809590#M1468744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T17:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: dialog program - clear all screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809591#M1468745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check that in the "lay out"&amp;nbsp; the set and get parameters, are not checked, other wise you cannot clear the values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 13:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-program-clear-all-screen-fields/m-p/6809591#M1468745</guid>
      <dc:creator>manuel_fernandezmelgar</dc:creator>
      <dc:date>2015-10-19T13:06:44Z</dc:date>
    </item>
  </channel>
</rss>

