<?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: Smart Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336237#M170671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Mark ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As regards blank page , do not trigger page break or new page in the first loop ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also follow ram's guidelines ..i guess that should solve your problem ..if the problem is not solved ,paste that part of your code , for we can solve it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also reward points to the helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert bqack for more help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2006 12:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-06T12:19:56Z</dc:date>
    <item>
      <title>Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336226#M170660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am populating internal table with all the data (customer codes) and passing to smartform at once.&lt;/P&gt;&lt;P&gt;My internal table structre is like this&lt;/P&gt;&lt;P&gt;________________________________________________&lt;/P&gt;&lt;P&gt;cus-cd Material Sales&lt;/P&gt;&lt;P&gt;________________________________________________&lt;/P&gt;&lt;P&gt;10001 M1 100&lt;/P&gt;&lt;P&gt;10001 M2 75&lt;/P&gt;&lt;P&gt;10002 M1 150&lt;/P&gt;&lt;P&gt;10002 M2 200 &lt;/P&gt;&lt;P&gt;________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartform I have to display cus-cd 10001 in first page, 10002 information on second page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls give some solution for this.&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;MARK K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 09:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336226#M170660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T09:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336227#M170661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at the table and call the SMART Form at AT NEW command.&lt;/P&gt;&lt;P&gt; Ideally, It would be better to call the SMART Form in the loop of the internal tables, once per each change in values ( at new)&lt;/P&gt;&lt;P&gt;2. If you want to force a page break anyways, use the COMMAND object and specify Go TO NEXT PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyways Please try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Table node containg the ITAB-&amp;gt;Choose Data Tab&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;-&amp;gt; Click on the check box Already Sorted&lt;/P&gt;&lt;P&gt;-&amp;gt; Type the field name for Customer in Sort Criteria and select Event on sort Begin and Event on sort End&lt;/P&gt;&lt;P&gt;-&amp;gt; You will now get a new node 'Event on Sort begin"&lt;/P&gt;&lt;P&gt; -&amp;gt; Add the command node below it&lt;/P&gt;&lt;P&gt;-&amp;gt; In the command node choose the Goto New Page (Default Page will be automatically displayed)&amp;lt;/b&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336227#M170661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336228#M170662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mark,&lt;/P&gt;&lt;P&gt;   Use &amp;lt;b&amp;gt;NEW-PAGE&amp;lt;/b&amp;gt; STATEMENT FOR THE SAME...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336228#M170662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336229#M170663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its very simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you using TABLE node to loop all the records, here is the solution for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the TABLE Node (means like LOOP statement)..write program lines code to check the previous cuc-cd number is same or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not same, then use command node for page-break.  So, automatically 10001 will be printed in first page and 10002 will be printed on second page. This solution works for any type of similar data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution is, LOOP node and Program lines. but logic is same as above to check the previous record and current record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just delcare 2 fields in the global definations and for &lt;/P&gt;&lt;P&gt;every loop assign the new value to one field and check the other field which having old value.&lt;/P&gt;&lt;P&gt;Its easy to implement and i already done it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you need more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336229#M170663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336230#M170664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using the TABLE object, use a LOOP object and inside that use COMMAND object to trigger new page for every customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The COMMAND object does not work in TABLE object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336230#M170664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336231#M170665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark ,&lt;/P&gt;&lt;P&gt;Follow these steps.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Go to SE11 T.code .&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Create Structure ZSCCODE under Data type (fields are which fields ur internal table has )&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Create table type ZTCCODE under Data type (Assigne line type as ZSCCODE ).&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;4&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;That is global Internal table .Y u r creating here is u cant create Internal table with ur own fields in Smartform&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;5&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Now create Interface Internal table in Global Settings .&lt;/P&gt;&lt;P&gt;like this .&lt;/P&gt;&lt;P&gt;Global Settings-&amp;gt;Form Interface-&amp;gt;Tables Tab.&lt;/P&gt;&lt;P&gt; i_ccode like ZTCCODE.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;6&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;And also create Work area &lt;/P&gt;&lt;P&gt;Global Settings-&amp;gt;Global Definitions-&amp;gt;Global Data&lt;/P&gt;&lt;P&gt;w_ccode like ZSCCODE.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;7&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Create Table Node .&lt;/P&gt;&lt;P&gt;Right click on Mainwindow-&amp;gt;Create-&amp;gt;Table &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;8&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Under main Area .Loop ur internal table and display .&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;For more documentation go thru this.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/a9/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/a9/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know ,if u need any info .&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.O&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336231#M170665</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2006-06-06T10:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336232#M170666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could u pls, give a sample code, so that I can use the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336232#M170666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336233#M170667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upto point no.7, I have done exactly the same as per your steps.  But in point no.8 (Under main Area .Loop ur internal table and display) I am not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u pls give more details with sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336233#M170667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336234#M170668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Mark ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for point no : 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the global definition on TYPES tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF WA_TAB,&lt;/P&gt;&lt;P&gt;FILED1,&lt;/P&gt;&lt;P&gt;FIELD2,&lt;/P&gt;&lt;P&gt;END OF WA_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : TAB TYPE STANDARD TABLE OF WA_TAB INITIAL SIZE 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the global definition on Global Data tab &lt;/P&gt;&lt;P&gt;ITAB TYPE TAB&lt;/P&gt;&lt;P&gt;WA TYPE WA_TAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your code node -&lt;/P&gt;&lt;P&gt;Importing - WA&lt;/P&gt;&lt;P&gt;Exporting - ITAB( this is just to be able to use WA &amp;amp; ITAB in the code )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A-FIELD1 = 'C'. &lt;/P&gt;&lt;P&gt;APPEND WA TO ITAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use this ITAB in any other code / table or loop node you will have to use the option -&amp;gt; Loop at itab into wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336234#M170668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336235#M170669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your guidelines.  It is working fine, but some problems are there, which are listed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Customer name and address which is in the separate window is not changing when the body changes for each customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The first page is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336235#M170669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336236#M170670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use the same data for your customer address as the data used in the Main Window. Because, you are deviving dynamically customers in the Main Window. So you should pass the same fields data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In form processing, Main window will be processed first and remaining later at point of break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first loop, you shold make sure not to trigger the page break command. So, you wont get first page blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have worked on those issues several times and i am sure it will work it out.&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;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 11:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336236#M170670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T11:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336237#M170671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Mark ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As regards blank page , do not trigger page break or new page in the first loop ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also follow ram's guidelines ..i guess that should solve your problem ..if the problem is not solved ,paste that part of your code , for we can solve it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also reward points to the helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert bqack for more help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336237#M170671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336238#M170672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u get solution for ur query ?&lt;/P&gt;&lt;P&gt;Let me know ,if u dont get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Thanks&lt;/P&gt;&lt;P&gt;Venkat.O&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 02:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1336238#M170672</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2006-06-08T02:29:44Z</dc:date>
    </item>
  </channel>
</rss>

