<?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 Processing a Internal Table in SmartForms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480116#M224748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print a letter using my smartform for each line of a internal table.&lt;/P&gt;&lt;P&gt;I'm seeing some examples on how to do that but i still don't understand well the logic and how to define the interface of the form...&lt;/P&gt;&lt;P&gt;Do i need to call the form for each loop line or i only need to pass the table to the form (if so, how do i do it?).&lt;/P&gt;&lt;P&gt;I know this is basic but the examples and stuff i'm searching aren't helping much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Pedro Gaspar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2006 14:10:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-11T14:10:23Z</dc:date>
    <item>
      <title>Processing a Internal Table in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480116#M224748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print a letter using my smartform for each line of a internal table.&lt;/P&gt;&lt;P&gt;I'm seeing some examples on how to do that but i still don't understand well the logic and how to define the interface of the form...&lt;/P&gt;&lt;P&gt;Do i need to call the form for each loop line or i only need to pass the table to the form (if so, how do i do it?).&lt;/P&gt;&lt;P&gt;I know this is basic but the examples and stuff i'm searching aren't helping much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Pedro Gaspar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 14:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480116#M224748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T14:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Processing a Internal Table in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480117#M224749</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;see the below link, this is having Step by step information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 14:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480117#M224749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T14:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Processing a Internal Table in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480118#M224750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;under the table node, create a command node and trigger NEW PAGE. Need to make sure that for the very first time this node should not be triggered as it would created a blank page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 15:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480118#M224750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Processing a Internal Table in SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480119#M224751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you could do it either way. &lt;/P&gt;&lt;P&gt;You could pass the table to the smartform and use a table node to loop through the table into a work area. (or you could use a loop node, however you would like to do it) and use a command node to call a new page as suggested by Siddharth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could loop through your table in your print program and call your smartform inside the loop, passing the work area to the smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 16:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-a-internal-table-in-smartforms/m-p/1480119#M224751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T16:54:25Z</dc:date>
    </item>
  </channel>
</rss>

