<?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: SET Parameter not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184946#M465093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using LEAVE TO TRANSACTION, the current call sequence is exited completely. . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When calling the transaction, the ABAP program to which the transaction code is linked is loaded into a new internal session. All previous internal sessions are deleted from the stack. At the same time, the ABAP memory is deleted, which means that &amp;lt;b&amp;gt;EXPORT FROM MEMORY or IMPORT TO MEMORY do not transfer data when using LEAVE TO TRANSACTION.&amp;lt;/b&amp;gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also SET/GET PARAMETERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Use CALL TRANSACTION instead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 11:50:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T11:50:46Z</dc:date>
    <item>
      <title>SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184940#M465087</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;I am stuck with a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created two Z transactions using the same screen.&lt;/P&gt;&lt;P&gt;Now, I am using the Field MARA-MATNR on my screen as an input field in both the transactions. The MARA-MATNR has parameter ID 'MAT' associated with it by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,in my first transaction, I have created in my toolbar a button having function type as 'Exit command'.&lt;/P&gt;&lt;P&gt;When I click on that button I move on to the second Z transaction created by me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is that the Parameter that must have been set for Material entered on the first screen, doesnt gets passed to my second transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the reason for it.&lt;/P&gt;&lt;P&gt;Helpful answers will be surely rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184940#M465087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184941#M465088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Himanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you use SET in first and GET param in the second screen..&lt;/P&gt;&lt;P&gt;If so It should work properly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell exactly where r u getting a problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184941#M465088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184942#M465089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nazeer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a single screen with two transactions associated with it.&lt;/P&gt;&lt;P&gt;Each transaction shows some of the fields on the screen.&lt;/P&gt;&lt;P&gt;MARA-MATNR is a common input field being used by both the transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if the Parameter gets set in the first transaction, it shud definitely be displayed in the second transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I wud like to tell that I am using LEAVE TO TRANSACTION 'XYZ' to switch between the transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am able to clarify my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184942#M465089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184943#M465090</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;U have to set the parameter id in the program ,it has default id 'MAT' but write the code for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set parameter id 'MAT' field l_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184943#M465090</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-04-25T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184944#M465091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonika, I have done that already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184944#M465091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184945#M465092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;have you attached the function type 'E' with pushbutton attached with 'exit command'??&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184945#M465092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184946#M465093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using LEAVE TO TRANSACTION, the current call sequence is exited completely. . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When calling the transaction, the ABAP program to which the transaction code is linked is loaded into a new internal session. All previous internal sessions are deleted from the stack. At the same time, the ABAP memory is deleted, which means that &amp;lt;b&amp;gt;EXPORT FROM MEMORY or IMPORT TO MEMORY do not transfer data when using LEAVE TO TRANSACTION.&amp;lt;/b&amp;gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also SET/GET PARAMETERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Use CALL TRANSACTION instead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184946#M465093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T11:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184947#M465094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ur problem solved??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184947#M465094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T12:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: SET Parameter not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184948#M465095</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;Thanks a lot for ur replies.&lt;/P&gt;&lt;P&gt;Actually it was a basic mistake that I made.&lt;/P&gt;&lt;P&gt;I forgot to check the SET parameter and GET parameter checkboxes on my screens.&lt;/P&gt;&lt;P&gt;By this means u need not write even a single SET/GET parameter statement in ur code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A very basic and silly mistake. hehehe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways thanks a lot 4 ur time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 06:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-not-working/m-p/2184948#M465095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T06:50:39Z</dc:date>
    </item>
  </channel>
</rss>

