<?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: line type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628322#M604099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line type name is a key used in the subnodes of a table to refer to a desired line layout ('Output options' tab for subnodes). The name of a line type must start with a letter and be unique within a table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line type of the table describes the table width. The specified cells can then be filled in subnodes of the table node. You must assign a line type to each table line to be displayed. This allows you to design the layout of complex tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total width of the line type must be the same as the width of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 05:02:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T05:02:36Z</dc:date>
    <item>
      <title>line type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628319#M604096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is line type in smart form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 04:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628319#M604096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T04:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: line type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628320#M604097</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;The line type of an internal table can be any data type. The data type of an internal table is normally a structure. Each component of the structure is a column in the internal table. However, the line type may also be elementary or another internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the line type &amp;lt;linetype&amp;gt;, you can specify:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any data type if you are using the TYPE addition. This can be a predefined ABAP type, a local type in the program, or a data type from the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify any of the generic elementary types C, N, P, or X, any attributes that you fail to specify (field length, number of decimal places) are automatically filled with the default values. You cannot specify any other generic types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any data object recognized within the program at that point if you are using the LIKE addition. The line type adopts the fully-specified data type of the data object to which you refer. Except for within classes, you can still use the LIKE addition to refer to database tables and structures in the ABAP Dictionary (for compatibility reasons). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the lines in the internal table have the fully-specified technical attributes of the specified data type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WE USE LINE TYPE TO RETRIEVE FIELDS FROM YOUR WORK AREA OR INTERNAL TABLE BASED ON YOUR REQUIREMENT ( THAT HOW YOU USED IN YOUR SMART FORMS ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********&lt;STRONG&gt;PLEASE REWARD POINTS IF THE INFORMATION SI HELPFUL TO YOU&lt;/STRONG&gt;*********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 04:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628320#M604097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T04:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: line type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628321#M604098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;line type is used to draw lines with in a table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 05:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628321#M604098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T05:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: line type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628322#M604099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line type name is a key used in the subnodes of a table to refer to a desired line layout ('Output options' tab for subnodes). The name of a line type must start with a letter and be unique within a table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line type of the table describes the table width. The specified cells can then be filled in subnodes of the table node. You must assign a line type to each table line to be displayed. This allows you to design the layout of complex tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total width of the line type must be the same as the width of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 05:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628322#M604099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T05:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: line type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628323#M604100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi padma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use line types to construct the layout of templates and tables. For both node types, you use the line type to describe the following attributes of a table line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The width of the table line&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The number and width of individual cells within the table line&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A major difference between line types of templates and line types of tables lies in the height: line types of templates all have the same height, while SAP Smart Forms determines the height of table lines dynamically (depending on the output in the table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more details plz refer to the link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/0b/e06b1c2d8411d5b693006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/0b/e06b1c2d8411d5b693006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it clears ur doubt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 05:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628323#M604100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T05:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: line type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628324#M604101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Line Type is always defined with TABLE type in SE11&lt;/P&gt;&lt;P&gt;The line type of a table type can be defined by:&lt;/P&gt;&lt;P&gt;Specification of a type that already exists (data element, structure, table type, table, view) whose properties are then copied as properties of the defined table line.&lt;/P&gt;&lt;P&gt;Direct type input, where data type, number of positions, and, if required, decimal places, are entered directly.&lt;/P&gt;&lt;P&gt;Specification of a reference type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 05:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628324#M604101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T05:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: line type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628325#M604102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it necessary to have indepth knowledge of smartforms i mean every component that are available in  smartforms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;padma.v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 05:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-type/m-p/2628325#M604102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T05:17:20Z</dc:date>
    </item>
  </channel>
</rss>

