<?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: help in smart form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246943#M485163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like what Sudheer Junnuthula  mentioned, in the table u created, there is a CONDITION tab where you can input your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you mentioned, if ur table itab is empty, you wouldnt want to print out the table. in your condition tab, in the field name = itab, relational operator = "Not Equals To", comparison value = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case, if itab is empty, it will not print out the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 08:22:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T08:22:32Z</dc:date>
    <item>
      <title>help in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246936#M485156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hallow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a page with lot of table with data&lt;/P&gt;&lt;P&gt;but when one table dont have data i get the frame of table with headers but empty&lt;/P&gt;&lt;P&gt;how i can do that if in one table i dont have data that the smart form dont bring &lt;/P&gt;&lt;P&gt;anythihg like table dont existent&lt;/P&gt;&lt;P&gt;and when i have data i see the table with data inside&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246936#M485156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: help in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246937#M485157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the Smartform, you have the Condition in the Header of the table node, there check for the Internal table whether it is initial or not, or else use the IF else condition if the Table is initial then do not display else display the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246937#M485157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: help in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246938#M485158</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 Smartform, you have the Condition in the Header of the table node, there check for the Internal table whether it is initial or not, or else use the IF else condition if the Table is initial then do not display else display the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.&amp;lt;/b&amp;gt;&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246938#M485158</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-30T07:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: help in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246939#M485159</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 main window,  within the table put a condition to check the itab for initial &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise, in main window write code to check for the values of the itab. if values are there then trigger the table by passing a flag value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246939#M485159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: help in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246940#M485160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudheer Junnuthula &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u give me example how to do it&lt;/P&gt;&lt;P&gt;becouse i dont find it i new in this topic.&lt;/P&gt;&lt;P&gt;lets cal my table itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246940#M485160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: help in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246941#M485161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just remove frames for the windows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then if u dont have data then u can get nothing on the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246941#M485161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: help in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246942#M485162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In the main window we have conditions wherein we can specific when the data to be printed. Suppose we have a material no in the output and we dont want to print the smartforms when the material is blank then in the condition we can specify to material &amp;lt;&amp;gt; ''. In this way we can check the condition of each and every field of the table or else we can check for the work area itself.&lt;/P&gt;&lt;P&gt;Hope will resolve your problem.&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246942#M485162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: help in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246943#M485163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like what Sudheer Junnuthula  mentioned, in the table u created, there is a CONDITION tab where you can input your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you mentioned, if ur table itab is empty, you wouldnt want to print out the table. in your condition tab, in the field name = itab, relational operator = "Not Equals To", comparison value = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case, if itab is empty, it will not print out the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 08:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-smart-form/m-p/2246943#M485163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T08:22:32Z</dc:date>
    </item>
  </channel>
</rss>

