<?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: Fill table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757786#M1115772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jacob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evens said rightly, when you use the statement call screen the system stops processing the PBO of current screen and starts processing the screen that is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if still you want the table control to be displayed use it on the new screen that is called provide the declarations are global.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will serve your purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ramchander Roa.krishnamraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 11:56:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-18T11:56:18Z</dc:date>
    <item>
      <title>Fill table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757783#M1115769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a screen with a table control, this table control needs to be filled with the content of an internal table when displaying the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I fill this internal table in the associated report before&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SCREEN 100.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then it the table control is filled when executing the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I fill it after&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SCREEN 100.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or if I call the screen via the transaction the table control is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried filling the internal table in the module called by the PBO but it does not work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thibault&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 17:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757783#M1115769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T17:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fill table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757784#M1115770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export  itab from itab to memory id 'AAA'.&lt;/P&gt;&lt;P&gt;import itab to itab. from memory id 'AAA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you returen back assing this itab to you table contorl table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 09:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757784#M1115770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T09:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fill table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757785#M1115771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hello gurus&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have created a screen with a table control, this table control needs to be filled with the content of an internal table when displaying the screen.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; If I fill this internal table in the associated report before&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;CODE&gt;CALL SCREEN 100.&lt;/CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; Then it the table control is filled when executing the report.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; But if I fill it after&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SCREEN 100.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; or if I call the screen via the transaction the table control is empty.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have tried filling the internal table in the module called by the PBO but it does not work either.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks for your help&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thibault&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;CALL SCREEN 100 calls the screen and all the processing then passes to the PBO and PAI of that screen.  Refreshing the itab after the CALL SCREEN is totally useless since this would only happen after you have exited from the screen and returned to your report program.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to change the contents of your itab after the initial insert that you have carried out in your report, you need to do it in the screen PBO.  Look up the SAP help on the flow logic of screens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 10:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757785#M1115771</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2008-11-18T10:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fill table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757786#M1115772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jacob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evens said rightly, when you use the statement call screen the system stops processing the PBO of current screen and starts processing the screen that is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if still you want the table control to be displayed use it on the new screen that is called provide the declarations are global.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will serve your purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ramchander Roa.krishnamraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 11:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757786#M1115772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T11:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fill table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757787#M1115773</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 think for your report, screen 100 is the first screen, right?&lt;/P&gt;&lt;P&gt;If yes, you have to fill the internal table first whether you will not get any data.&lt;/P&gt;&lt;P&gt;Because CALL SCREEN 100  will  pass all the process  through  PBO and PAI of that screen.&lt;/P&gt;&lt;P&gt;So if you fill it after call the screen ,it is useless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 08:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-table-control/m-p/4757787#M1115773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T08:12:01Z</dc:date>
    </item>
  </channel>
</rss>

