<?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 Regarding smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838444#M664725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create table within table in smart forms?&lt;/P&gt;&lt;P&gt;I have created table and i want to create a rows and columns in a particular cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Brunda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 10:07:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-25T10:07:01Z</dc:date>
    <item>
      <title>Regarding smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838444#M664725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create table within table in smart forms?&lt;/P&gt;&lt;P&gt;I have created table and i want to create a rows and columns in a particular cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Brunda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 10:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838444#M664725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T10:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838445#M664726</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;A table type describes the structure and functional attributes of an internal table in ABAP. In ABAP programs you can reference a table type TTYP defined in the ABAP Dictionary with the command DATA &amp;lt;inttab&amp;gt; TYPE TTYP. An internal table &amp;lt;inttab&amp;gt; is created in the program with the attributes defined for TTYP in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table type is defined by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its line type, that defines the structure and data type attributes of a line of the internal table &lt;/P&gt;&lt;P&gt;the options for managing and accessing the data ( access mode) in the internal table &lt;/P&gt;&lt;P&gt;the key ( key definition and key category) of the internal table&lt;/P&gt;&lt;P&gt;The row type is defined by directly entering the data type, length and number of decimal places or by referencing a data element, structured type ( structure, table or view) or other table type. Or the row type can be a reference type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info : &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb366d358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb366d358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="324883"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 10:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838445#M664726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T10:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838446#M664727</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;In the Table Node :&lt;/P&gt;&lt;P&gt;Select the DATA Tab. Enter the Internal Table name.&lt;/P&gt;&lt;P&gt;In the TABLE tab . Details button .Create the &amp;lt;b&amp;gt;Line types&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Note: Line type defines the Structure of the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the Table Node Create &amp;lt;b&amp;gt;Table Line &amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Assign the Line type to the TABLE LINE.&lt;/P&gt;&lt;P&gt;Under the Table Line Cells will be created automatically based on the Line type.&lt;/P&gt;&lt;P&gt;Then Create the TEXT NODE under each Cell where you can display the Fields of internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 10:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838446#M664727</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-25T10:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838447#M664728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot see table line under table node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;Brunda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 10:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smart-forms/m-p/2838447#M664728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T10:17:52Z</dc:date>
    </item>
  </channel>
</rss>

