<?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: parameter id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044214#M420705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... or even the polite way: Leave it as you found it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'KGK' FIELD I_KTOKK_BEFORE.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'KGK' FIELD I_KTOKK.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION ...&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'KGK' FIELD I_KTOKK_BEFORE.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Mar 2007 19:59:28 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-03-10T19:59:28Z</dc:date>
    <item>
      <title>parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044211#M420702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have set a parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'KGK' FIELD I_KTOKK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Know i want to clear this id KGK after i use it. &lt;/P&gt;&lt;P&gt;How can i do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 12:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044211#M420702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T12:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044212#M420703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are calling some transaction after setting parameter id, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call transaction 'MM02' and skip first screen.
clear i_ktokk.
SET PARAMETER ID 'KGK' FIELD I_KTOKK.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sajan Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 12:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044212#M420703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T12:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044213#M420704</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;do this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CLEAR I_KTOKK
SET PARAMETER ID 'KGK' FIELD I_KTOKK.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 12:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044213#M420704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T12:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044214#M420705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... or even the polite way: Leave it as you found it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'KGK' FIELD I_KTOKK_BEFORE.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'KGK' FIELD I_KTOKK.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION ...&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'KGK' FIELD I_KTOKK_BEFORE.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 19:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/2044214#M420705</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-03-10T19:59:28Z</dc:date>
    </item>
  </channel>
</rss>

