<?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: Clearing Parameter ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461875#M1057407</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;Try: SET PARAMETER ID 'xxx' FIELD space.&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 23 Sep 2019 16:38:25 GMT</pubDate>
    <dc:creator>quanlehai</dc:creator>
    <dc:date>2019-09-23T16:38:25Z</dc:date>
    <item>
      <title>Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461867#M1057399</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;&lt;/P&gt;&lt;P&gt; Is there a way to clear all Parameter ID ? When i submit the report RFITEMAP from my Z program the old values that were entered in the screen for program RFITEMAP still exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is because of the Parameter ID. Is there a way to clear this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajvansh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461867#M1057399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461868#M1057400</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 below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;clear person.
GET PARAMETER ID 'PER' FIELD PERSON.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chandra madapati on Sep 9, 2008 2:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461868#M1057400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461869#M1057401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set parameter is 'ANR' field input_aufnr.&lt;/P&gt;&lt;P&gt;call transaction 'CO03' and skip first screen.&lt;/P&gt;&lt;P&gt;clear: input_aufnr....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, the values gets cleared which was set for parameter id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461869#M1057401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461870#M1057402</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 don't think this method is feasible. It is impossible to do this for all elements of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajvansh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461870#M1057402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461871#M1057403</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 don't think that there is a way to clear all Parameter ID's at once .. All these Parameter ID's will be stored in table USR05 ... so delete all the ID's that you want from this table (based on the User) before you Submit the report ... Or else u need to use SET PARAMETER ID 'XXX' FIELD w_xxx for all the Parameter ID's, with w_xxx values initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461871#M1057403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461872#M1057404</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;try to implement below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'COMP' FIELD s_compcd-low.&lt;/P&gt;&lt;P&gt;  IF s_compcd-low NE ``.&lt;/P&gt;&lt;P&gt;    s_compcd-option = 'EQ'.&lt;/P&gt;&lt;P&gt;    s_compcd-sign = 'I'.&lt;/P&gt;&lt;P&gt;    APPEND s_compcd.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'COMP' FIELD s_compcd-low.&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;Bhupal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 13:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461872#M1057404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T13:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461873#M1057405</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 &lt;STRONG&gt;FREE MEMORY ID 'MEM'.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 13:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461873#M1057405</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2008-09-09T13:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461874#M1057406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;You can try ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PARAMETER &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ParameterID' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;space&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;This clears the parameter value form the memory and should solve your problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Nandan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 09:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461874#M1057406</guid>
      <dc:creator>former_member287057</dc:creator>
      <dc:date>2015-01-22T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461875#M1057407</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Try: SET PARAMETER ID 'xxx' FIELD space.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Sep 2019 16:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-parameter-id/m-p/4461875#M1057407</guid>
      <dc:creator>quanlehai</dc:creator>
      <dc:date>2019-09-23T16:38:25Z</dc:date>
    </item>
  </channel>
</rss>

