<?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 get variable after pushing back button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870835#M1323219</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 got the following problem:&lt;/P&gt;&lt;P&gt;i need to get data of a variable in my report after pushing the back button.&lt;/P&gt;&lt;P&gt;in detail: i fill a variable after start of selection and want to get the data on selection-screen after pushing the back button. Is this possible?&lt;/P&gt;&lt;P&gt;Can anyone help me with that problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards jacko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2009 08:11:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-15T08:11:49Z</dc:date>
    <item>
      <title>get variable after pushing back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870835#M1323219</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 got the following problem:&lt;/P&gt;&lt;P&gt;i need to get data of a variable in my report after pushing the back button.&lt;/P&gt;&lt;P&gt;in detail: i fill a variable after start of selection and want to get the data on selection-screen after pushing the back button. Is this possible?&lt;/P&gt;&lt;P&gt;Can anyone help me with that problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards jacko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 08:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870835#M1323219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T08:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: get variable after pushing back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870836#M1323220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to get variable value from one report to other, then use stmt GET/ SET  PARAMETER or EXPORT/IMPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID pid FIELD dobj. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above statement sets the content of the SPA/GPA parameter specified in pid to the content of the data object dobj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID pid FIELD dobj. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement sets the content of the data object dobj to the content of the SPA/GPA parameter specified in pid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 08:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870836#M1323220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T08:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: get variable after pushing back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870837#M1323221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could import the value when sy-ucomm =  BACK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 08:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870837#M1323221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T08:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: get variable after pushing back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870838#M1323222</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 have gone through your question once again.&lt;/P&gt;&lt;P&gt;It is not possiable becz program control does not goes to start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regrds.&lt;/P&gt;&lt;P&gt;ShreeMohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 08:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870838#M1323222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T08:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: get variable after pushing back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870839#M1323223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help i tried both but couldn't get them to run!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;first try:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;DATA: my_text TYPE tline OCCURS 0.&lt;/P&gt;&lt;P&gt;DATA: my_text_back  TYPE tline OCCURS 0.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;IMPORT my_text_back FROM MEMORY ID 'TS'.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*my var is filled in a form:&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;EXPORT my_text TO MEMORY ID 'TS'.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that doesn't work (made a breakpoint after the import in initialization (watching it after pushing the back button) my_text_back is still empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;second try:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;DATA: my_text_back  TYPE c.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'TST' FIELD my_text_back.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*my var is filled in a form:&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'TST' FIELD 'testtext'.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it also doesn't work an the probleme is that i'd like to store a table of type tline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me what i do wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards jacko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 08:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870839#M1323223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: get variable after pushing back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870840#M1323224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it still works for me!&lt;/P&gt;&lt;P&gt;I only had to rename the variable in parameter_list of import to the same of export!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jacko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jacko1986 on Jul 15, 2009 11:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 08:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-after-pushing-back-button/m-p/5870840#M1323224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T08:54:03Z</dc:date>
    </item>
  </channel>
</rss>

