<?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 Displaying mutliple tables with same header for a single internal table data in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778719#M1878643</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;How to print different tables in same format with a single internal table data. Like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've an internal table of some 200 records of different disease categories ( each category have 7 records).I m sorting the internal table on disease type basis and appending an intial line before the new disease starts in internal table.&amp;nbsp; If there are 30 diseases for eg. I need to print all this data in smartform as 30 tables with same header and also no.of records for each disease (individual table) are same.&lt;/P&gt;&lt;P&gt;-All the table will have the same header.&lt;/P&gt;&lt;P&gt;-Before starting of each table I need to mention the disease type or name as heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 02:52:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-19T02:52:48Z</dc:date>
    <item>
      <title>Displaying mutliple tables with same header for a single internal table data in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778719#M1878643</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;How to print different tables in same format with a single internal table data. Like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've an internal table of some 200 records of different disease categories ( each category have 7 records).I m sorting the internal table on disease type basis and appending an intial line before the new disease starts in internal table.&amp;nbsp; If there are 30 diseases for eg. I need to print all this data in smartform as 30 tables with same header and also no.of records for each disease (individual table) are same.&lt;/P&gt;&lt;P&gt;-All the table will have the same header.&lt;/P&gt;&lt;P&gt;-Before starting of each table I need to mention the disease type or name as heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 02:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778719#M1878643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-19T02:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying mutliple tables with same header for a single internal table data in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778720#M1878644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to use LOOP or TABLE Object, but you cant generate them on the run, you will have to make a specific table for each disease, because you dont know how many disease you have to print you will need to make the "MAX" por example 10 tables DISEASE_1, DISEASE_2, DISEASE_3, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your printing program or in the smartforms you will have to parse your full table and split it in the differente diseases using Field Symbols, make one table polish the design and then just copy the other 9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 03:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778720#M1878644</guid>
      <dc:creator>Rodrigo-Giner</dc:creator>
      <dc:date>2014-11-19T03:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying mutliple tables with same header for a single internal table data in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778721#M1878645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ramana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use table object inside a loop in smartform.&lt;/P&gt;&lt;P&gt;Each time fill the internal table for table object with set of records.&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/588370" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreekanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 03:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778721#M1878645</guid>
      <dc:creator>former_member202818</dc:creator>
      <dc:date>2014-11-19T03:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying mutliple tables with same header for a single internal table data in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778722#M1878646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect.. That works.. &lt;/P&gt;&lt;P&gt;Thanks Sreekanth...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 12:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-mutliple-tables-with-same-header-for-a-single-internal-table/m-p/10778722#M1878646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-19T12:41:36Z</dc:date>
    </item>
  </channel>
</rss>

