<?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 items display using smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086330#M731973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create  a table  in smartform ,by rightclick on the window and create table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the TABLE tab, you can create one or more lines (L1 and L2).&lt;/P&gt;&lt;P&gt;Total width of all columns must be the same as the table width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the DATA tab, you enter the internal table which you'll be using:&lt;/P&gt;&lt;P&gt;ITAB INTO WA_ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under table you will see Hedaer &lt;/P&gt;&lt;P&gt;                                   Main Area&lt;/P&gt;&lt;P&gt;                                   Footer&lt;/P&gt;&lt;P&gt;you can create line type  one for headings(L1) and one for the line items(L2).&lt;/P&gt;&lt;P&gt;then create text for each column heading and assign them to L1 under the Header.&lt;/P&gt;&lt;P&gt;also create text for each line item under main area and assign them to main area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then under the created table, you create for example a condition.&lt;/P&gt;&lt;P&gt;You can use that condition to determine the line to be used say L1 if the condition is true, and L2 if the condition is false.&lt;/P&gt;&lt;P&gt;Double click the condition to do this.&lt;/P&gt;&lt;P&gt;You then under Output table, flag "new line" and enter L1 as the Line type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you just add the fields for the columns. Be carefull to place them in the correct cell, by checking if a new line should be started and the cells to be skipped, or simply append. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is in fact just a loop, wher the lines are put in the workarea, and then one by one printed in the form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2007 06:30:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-29T06:30:21Z</dc:date>
    <item>
      <title>Line items display using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086327#M731970</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;  Please tell me how to display line items in tables using smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;   1&lt;/P&gt;&lt;P&gt;   2&lt;/P&gt;&lt;P&gt;   3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total items 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Pls explain in steps in detail.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 06:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086327#M731970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T06:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Line items display using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086328#M731971</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;u want to print a line in the table afte each line item.. if i am not wrong... jst look at this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on the TABLE u r using -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;seelct the TABLE TAb --&amp;gt;select the LINE TYPE u r using --&amp;gt;then select icon with " [ __ ]" there are somany icons to display the broders.. select the one u want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more this i want to add here u can create more than one line type in ONE table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it not solved u r problem please let me know more clearly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 06:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086328#M731971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T06:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Line items display using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086329#M731972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First  define one table in form interface in tables tab&lt;/P&gt;&lt;P&gt;second define work area in global definitions in global data tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and crate one window by selection that window say create-&amp;gt;flow logic-&amp;gt;looop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just create the loop and place the values in texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kishore ale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 06:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086329#M731972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T06:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Line items display using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086330#M731973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create  a table  in smartform ,by rightclick on the window and create table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the TABLE tab, you can create one or more lines (L1 and L2).&lt;/P&gt;&lt;P&gt;Total width of all columns must be the same as the table width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the DATA tab, you enter the internal table which you'll be using:&lt;/P&gt;&lt;P&gt;ITAB INTO WA_ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under table you will see Hedaer &lt;/P&gt;&lt;P&gt;                                   Main Area&lt;/P&gt;&lt;P&gt;                                   Footer&lt;/P&gt;&lt;P&gt;you can create line type  one for headings(L1) and one for the line items(L2).&lt;/P&gt;&lt;P&gt;then create text for each column heading and assign them to L1 under the Header.&lt;/P&gt;&lt;P&gt;also create text for each line item under main area and assign them to main area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then under the created table, you create for example a condition.&lt;/P&gt;&lt;P&gt;You can use that condition to determine the line to be used say L1 if the condition is true, and L2 if the condition is false.&lt;/P&gt;&lt;P&gt;Double click the condition to do this.&lt;/P&gt;&lt;P&gt;You then under Output table, flag "new line" and enter L1 as the Line type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you just add the fields for the columns. Be carefull to place them in the correct cell, by checking if a new line should be started and the cells to be skipped, or simply append. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is in fact just a loop, wher the lines are put in the workarea, and then one by one printed in the form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 06:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-items-display-using-smartforms/m-p/3086330#M731973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T06:30:21Z</dc:date>
    </item>
  </channel>
</rss>

