<?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 Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527013#M848516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my smartform there is 30 columm in a table structure. i want to show them according to internal table data.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in the internal table if there is only 10 columm in with data than only 10 columm should be show off there in smartforum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS IT POSSIBLE IN SMART FORUM??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 06:00:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T06:00:34Z</dc:date>
    <item>
      <title>Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527013#M848516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my smartform there is 30 columm in a table structure. i want to show them according to internal table data.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in the internal table if there is only 10 columm in with data than only 10 columm should be show off there in smartforum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS IT POSSIBLE IN SMART FORUM??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527013#M848516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527014#M848517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not Possible to build dynaimc columns in smarforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527014#M848517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527015#M848518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible, But you can conditionally )Dynamically show the Tables which ever way you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527015#M848518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527016#M848519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok... can u please tell me how i can show dynamically..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527016#M848519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527017#M848520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are aware of the condition in Smartform then it is simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use conditon&lt;/P&gt;&lt;P&gt;if condition success (TRUE)_&lt;/P&gt;&lt;P&gt;then show one table (assume it holds 10 columns).&lt;/P&gt;&lt;P&gt;(FALSE)&lt;/P&gt;&lt;P&gt;if fails then show other table.(this is with 5 coloumns).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527017#M848520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527018#M848521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yah it can be.. but this solution will not solve my problem. becouse the smartforum columm are based on the internal table record. which are unknow initially..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3527018#M848521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:47:25Z</dc:date>
    </item>
  </channel>
</rss>

