<?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 Multiple table controls in screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258339#M1721560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to display at the most 21 table controls on a single screen.&lt;/P&gt;&lt;P&gt;Not always 21 table controls has to be displayed but at the most 21 table controls can be displayed.&lt;/P&gt;&lt;P&gt;No. of table controls depends on No. of entries to be entered on input screen. There is a validation for at the most 21 entries. &lt;/P&gt;&lt;P&gt;For each entry in input screen one internal table has to be generated.&lt;/P&gt;&lt;P&gt;All of the data/internal tables to be displayed on single screen with scroll bars enabled and heading/data description for each internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other approach other than table controls and classical reports.&lt;/P&gt;&lt;P&gt;I am also thinking of Blocked alv, "REUSE_ALV_BLOCK_LIST_APPEND" but there is no option for text/heading for each internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help in implementing this functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 15:56:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-20T15:56:48Z</dc:date>
    <item>
      <title>Multiple table controls in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258339#M1721560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to display at the most 21 table controls on a single screen.&lt;/P&gt;&lt;P&gt;Not always 21 table controls has to be displayed but at the most 21 table controls can be displayed.&lt;/P&gt;&lt;P&gt;No. of table controls depends on No. of entries to be entered on input screen. There is a validation for at the most 21 entries. &lt;/P&gt;&lt;P&gt;For each entry in input screen one internal table has to be generated.&lt;/P&gt;&lt;P&gt;All of the data/internal tables to be displayed on single screen with scroll bars enabled and heading/data description for each internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other approach other than table controls and classical reports.&lt;/P&gt;&lt;P&gt;I am also thinking of Blocked alv, "REUSE_ALV_BLOCK_LIST_APPEND" but there is no option for text/heading for each internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help in implementing this functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 15:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258339#M1721560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-20T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple table controls in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258340#M1721561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shubham,&lt;/P&gt;&lt;P&gt;I have done this kind of a solution.&lt;/P&gt;&lt;P&gt;The best and the most optimum solution will be to use the OOPS ALV.&lt;/P&gt;&lt;P&gt;Since these are objects associated with this, just create objects during selection from your input screen.&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreekanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 16:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258340#M1721561</guid>
      <dc:creator>SreekanthKrishn</dc:creator>
      <dc:date>2013-02-20T16:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple table controls in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258341#M1721562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Shubham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the event &lt;STRONG&gt;TOP_OF_LIST &lt;/STRONG&gt;for the block list. Give the form name in the event. Here it is '&lt;STRONG&gt;TOP_OF_PAG1'. &lt;/STRONG&gt;And write the logic for the Heading inside this form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/187532" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/187533" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/187534" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 07:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258341#M1721562</guid>
      <dc:creator>davis_raja</dc:creator>
      <dc:date>2013-02-21T07:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple table controls in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258342#M1721563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srikanth,&lt;/P&gt;&lt;P&gt; Thank you for replying.&lt;/P&gt;&lt;P&gt;I had tried by drawing container controls on the screen in screen painter and creating the objects at runtime.&lt;/P&gt;&lt;P&gt;I am counting the no. of entries entered by user on the input screen and creating the corresponding container objects at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem here is how can I draw 21 container controls in one screen so that I can display ALV in all of them at a time.&lt;/P&gt;&lt;P&gt;Putting 21 container controls on single screen will not give enough space for displaying data for ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest and correct if I am doing wrong somewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 16:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-table-controls-in-screen/m-p/9258342#M1721563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-05T16:09:02Z</dc:date>
    </item>
  </channel>
</rss>

