<?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: smartform table header in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282838#M785129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Create a template with required width. Give the height of the template the same as the table height.Create cells based on the headings required.&lt;/P&gt;&lt;P&gt;Now create table by giving the left margin equal to the thickness of the template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 04:36:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-07T04:36:34Z</dc:date>
    <item>
      <title>smartform table header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282836#M785127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to display table header text in smartform starting from bottom to top not as usual as left to right...How to do this? if anybody knows please help me...thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 04:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282836#M785127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T04:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: smartform table header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282837#M785128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it is not possible by using table, try by using template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 04:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282837#M785128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: smartform table header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282838#M785129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Create a template with required width. Give the height of the template the same as the table height.Create cells based on the headings required.&lt;/P&gt;&lt;P&gt;Now create table by giving the left margin equal to the thickness of the template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 04:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282838#M785129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T04:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: smartform table header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282839#M785130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a little tricky task&lt;/P&gt;&lt;P&gt;but its possible&lt;/P&gt;&lt;P&gt;there is no need to use header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do all the below steps in main area of table&lt;/P&gt;&lt;P&gt;first you have to decide how many rows you want to view in the table &lt;/P&gt;&lt;P&gt;since its an horizontal view of table i think 5 rows would be enough&lt;/P&gt;&lt;P&gt;make a line type with 6 columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the main area create as many table line as no of filed in table&lt;/P&gt;&lt;P&gt;in the first block of each table line add a text with static data ie the name of the field you want to display&lt;/P&gt;&lt;P&gt;in the rest of the 5 blocks of table line just add a loop in which you have to read first 5 rows of internal table into a local internal table for each field of the table of the type similar to filed of the tabel desired and add a dynamic text ie the value of the the filed from local internal table of the filed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sumesh Nair on Jan 7, 2008 10:32 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 05:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282839#M785130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T05:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: smartform table header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282840#M785131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am having 21 colums in my table.should i need to create 21 table line in main area?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 05:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282840#M785131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T05:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: smartform table header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282841#M785132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes of course&lt;/P&gt;&lt;P&gt; what would have you done if you used in horizontal pattern&lt;/P&gt;&lt;P&gt;wouldnt you had used 21 blocks in a table line&lt;/P&gt;&lt;P&gt;its just like you have rotated the table ANGLE 90 DEGREE &lt;/P&gt;&lt;P&gt;now your header has become a talbe line&lt;/P&gt;&lt;P&gt;now is it easy to imagine the picture......:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 05:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282841#M785132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T05:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: smartform table header</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282842#M785133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kavitha &lt;/P&gt;&lt;P&gt;kindly reward points if problem resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 10:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-table-header/m-p/3282842#M785133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T10:11:26Z</dc:date>
    </item>
  </channel>
</rss>

