<?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: Initialization of Screen (Module Pool) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260385#M778880</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;Use CLEAR Statement to clear your screen fields  in PBO event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Archana Karukonda on Jan 14, 2008 9:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 08:45:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-14T08:45:03Z</dc:date>
    <item>
      <title>Initialization of Screen (Module Pool)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260382#M778877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have custom transaction created in module pool, when I run this transaction It shows me previous value entries in parameters I used in this. &lt;/P&gt;&lt;P&gt;I want to clear all the values from the screen parameter after I execute my transaction. The screen should be blank initialy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260382#M778877</guid>
      <dc:creator>abhishek_katti</dc:creator>
      <dc:date>2008-01-14T08:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization of Screen (Module Pool)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260383#M778878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try out CLEAR statement before the use of the variable defined by the parameter statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to clear the internal table use REFRESH statement.&lt;/P&gt;&lt;P&gt;this may surely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srikanth tulasi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: srikanth tulasi on Jan 14, 2008 9:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260383#M778878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization of Screen (Module Pool)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260384#M778879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO of your screen use the statement CLEAR to clear those variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260384#M778879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization of Screen (Module Pool)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260385#M778880</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;Use CLEAR Statement to clear your screen fields  in PBO event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Archana Karukonda on Jan 14, 2008 9:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260385#M778880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization of Screen (Module Pool)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260386#M778881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you define the field attributes of an input field, you can enter the name of an SPA/GPA parameter in the Parameter&lt;/P&gt;&lt;P&gt;ID field in the screen attributes. The SET parameter and GET parameter checkboxes allow you to specify whether the field should be filled from the corresponding SPA/GPA parameter in the PBO event, and whether the SPA/GPA parameter should be filled with the value from the screen&lt;/P&gt;&lt;P&gt;in the PAI event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When an input field is linked to an SPA/GPA parameter, it is initialized with the current value of the parameter each time the screen is displayed. This is the reason why fields on screens in the R/3 System often already contain values when you call them more than once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please check in the attributes of this field in the screen painter whether you have checked the Parameter&lt;/P&gt;&lt;P&gt;ID field in the screen attributes. This attribute should be unchecked so as not to see any default value on your initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Shivika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260386#M778881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization of Screen (Module Pool)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260387#M778882</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;Clear all the parameters under the event &lt;/P&gt;&lt;P&gt;"PROCESS BEFORE OUTPUT."  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE parameters_clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on it it will create module in ABAP editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR : All parameters name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260387#M778882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization of Screen (Module Pool)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260388#M778883</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 the screen field before displying the screen.&lt;/P&gt;&lt;P&gt;i.e. In PBO of screen in which you are displaying parameters,&lt;/P&gt;&lt;P&gt;first you have to clear the screen varible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. parameters name(5) type c. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE Clear_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE Clear_var.&lt;/P&gt;&lt;P&gt;  clear name.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260388#M778883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization of Screen (Module Pool)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260389#M778884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shivika, My Parameter IDs were set from Dictionary..thank a lot problem resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-of-screen-module-pool/m-p/3260389#M778884</guid>
      <dc:creator>abhishek_katti</dc:creator>
      <dc:date>2008-01-14T09:01:36Z</dc:date>
    </item>
  </channel>
</rss>

