<?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: Delete extra table line in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367203#M1732760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is with regards to placing of conditions. You need to specify conditions for each table line of their condition tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Nair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 04:52:24 GMT</pubDate>
    <dc:creator>former_member15255</dc:creator>
    <dc:date>2013-04-10T04:52:24Z</dc:date>
    <item>
      <title>Delete extra table line in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367200#M1732757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my smartform, I have created 4 table lines under a loop as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop&lt;/P&gt;&lt;P&gt;table line 1&lt;/P&gt;&lt;P&gt;table line 2&lt;/P&gt;&lt;P&gt;table line 3&lt;/P&gt;&lt;P&gt;table line 4&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At a time only one table line will be displayed based on condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that while one table line is displayed I am getting blank lines below and above it.&lt;BR /&gt;For eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If table line 2 is displayed, I am getting one blank line above it and 2 blank lines below it.&lt;/P&gt;&lt;P&gt;If table line 1 is displayed I am getting 3 blank lines below it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 04:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367200#M1732757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-04T04:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Delete extra table line in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367201#M1732758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where are you specifying those conditions on which table lines has to be printed? To display desired results you need to specify the conditions under 'Conditions' tab in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dipesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 06:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367201#M1732758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-08T06:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Delete extra table line in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367202#M1732759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add &amp;lt;filed&amp;gt; is not '&lt;STRONG&gt;INITIAL'&lt;/STRONG&gt;&amp;nbsp; condition tab in particular text which is going to pint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will check every time whether filed having value or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above code will allow only non initial value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it wont print the blank line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshath.L.T &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 07:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367202#M1732759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-08T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delete extra table line in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367203#M1732760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is with regards to placing of conditions. You need to specify conditions for each table line of their condition tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Nair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 04:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367203#M1732760</guid>
      <dc:creator>former_member15255</dc:creator>
      <dc:date>2013-04-10T04:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delete extra table line in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367204#M1732761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;You have condition at text level, so the text would be printed if the field is not initial.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;But as per your requirement you have to place your condition at table lines, which would restrict the table lines to be printed. Please see below screen shot for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;In this table has three line type and line type work order would be printed only if Gv_aufnr is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/203808" /&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hope this resolves your problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 07:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-extra-table-line-in-smartform/m-p/9367204#M1732761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-10T07:08:06Z</dc:date>
    </item>
  </channel>
</rss>

