<?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 Selection-screen pushbutton &amp; Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-table-control/m-p/1860651#M363372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program i have a pushbutton in my selection-screen; this button call a screen with a table control, the problem is when i run my report and return to the first screen, the data in the TC is cleared. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to save the information of my TC if i run my report and return to the first screen??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;    David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2007 19:35:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-05T19:35:07Z</dc:date>
    <item>
      <title>Selection-screen pushbutton &amp; Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-table-control/m-p/1860651#M363372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program i have a pushbutton in my selection-screen; this button call a screen with a table control, the problem is when i run my report and return to the first screen, the data in the TC is cleared. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to save the information of my TC if i run my report and return to the first screen??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;    David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-table-control/m-p/1860651#M363372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen pushbutton &amp; Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-table-control/m-p/1860652#M363373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Place the logic of populating the TC in the PBO of the screen which has the TC. It looks like you have the logic in the PAI of the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-table-control/m-p/1860652#M363373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen pushbutton &amp; Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-table-control/m-p/1860653#M363374</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;Write the logic for putting data from an internal table into table control in the PBO of the called screen &amp;amp; not in the PAI of the calling screen. Also, when you exit that screen, retrieve data into the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. if Screen 9002 contains table control then&lt;/P&gt;&lt;P&gt;PBO of Screen 9002:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_itab into x_itab with control table_control_name.&lt;/P&gt;&lt;P&gt;module put_data.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI of screen 9002:&lt;/P&gt;&lt;P&gt;loop at it_itab into x_itab.&lt;/P&gt;&lt;P&gt;module get_data.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if the answer is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-table-control/m-p/1860653#M363374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:57:23Z</dc:date>
    </item>
  </channel>
</rss>

