<?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: Column Tree: returning to selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287245#M154314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you talking about: Report or module pool (Transaction).&lt;/P&gt;&lt;P&gt;If report: have you ever tried&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Mar 2006 11:28:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-13T11:28:55Z</dc:date>
    <item>
      <title>Column Tree: returning to selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287238#M154307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a moment of pure genious I've created a work-of-art with column-trees. The report works great - except for one little problem.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to get back to the selection-screen without loosing the original selection-screen values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried heaps of things without luck: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set screen 0, leave screen &lt;/P&gt;&lt;P&gt;call selection screen 1000 &lt;/P&gt;&lt;P&gt;call transaction .... &lt;/P&gt;&lt;P&gt;leave program &lt;/P&gt;&lt;P&gt;leave program to screen 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any better ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2006 16:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287238#M154307</guid>
      <dc:creator>peter_atkin</dc:creator>
      <dc:date>2006-03-12T16:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree: returning to selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287239#M154308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Have you tried to use memory id in your parameters?&lt;/P&gt;&lt;P&gt;Or instead above, you can do a little trick. Export value to memory during first run and after BACK recieve them in event at selection screen output. &lt;/P&gt;&lt;P&gt;It sounds very strange, but it should work &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2006 21:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287239#M154308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-12T21:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree: returning to selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287240#M154309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks for the quick reply. I like the export/import option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an easy way to export all the selection-screen values to memory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 08:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287240#M154309</guid>
      <dc:creator>peter_atkin</dc:creator>
      <dc:date>2006-03-13T08:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree: returning to selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287241#M154310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use FM RS_SELECTIONSCREEN_READ to read the current sel screen field values and export the return tab to memeoy and then you can use RS_SELECTIONSCREEN_UPDATE to set the value to the selscreen after importing from memeory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 10:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287241#M154310</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-03-13T10:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree: returning to selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287242#M154311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's depend to the method you use to call the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you back with the LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 10:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287242#M154311</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-13T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree: returning to selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287243#M154312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frédéric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, that did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I was using:&lt;/P&gt;&lt;BR /&gt;set screen 100.&lt;BR /&gt;leave to transaction sy-tcode.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;I changed it to:&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen '0100'.&lt;/P&gt;&lt;P&gt;leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PeteA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 10:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287243#M154312</guid>
      <dc:creator>peter_atkin</dc:creator>
      <dc:date>2006-03-13T10:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree: returning to selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287244#M154313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the SAP documentation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Ends current processing and starts the (new) transaction tcod. All previous internal sessions are deleted from the stack and one new internal session is opened for the program of the transaction that was called. When this session has finished, the system returns to the next higher area menu. &lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you close the session, you will loose all the memory, so all the parameters that is not in the memory with a SET PARAMETER ID ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 10:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287244#M154313</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-13T10:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree: returning to selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287245#M154314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you talking about: Report or module pool (Transaction).&lt;/P&gt;&lt;P&gt;If report: have you ever tried&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 11:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-returning-to-selection-screen/m-p/1287245#M154314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T11:28:55Z</dc:date>
    </item>
  </channel>
</rss>

