<?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 how to write two internal table in smartforms in table data tab. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374261#M1040752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write to internal table in smartforms in table data loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;helpful answer rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 07:31:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-27T07:31:16Z</dc:date>
    <item>
      <title>how to write two internal table in smartforms in table data tab.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374261#M1040752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write to internal table in smartforms in table data loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;helpful answer rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 07:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374261#M1040752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T07:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to write two internal table in smartforms in table data tab.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374262#M1040753</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;define your internal table in the global definitions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mention the internal table name in the data tab,if you are using a loop element,else pass the work area directly to the text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 08:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374262#M1040753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T08:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to write two internal table in smartforms in table data tab.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374263#M1040754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/Smartforms/Loop/Create.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/Smartforms/Loop/Create.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 08:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374263#M1040754</guid>
      <dc:creator>soumya_jose3</dc:creator>
      <dc:date>2008-08-27T08:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to write two internal table in smartforms in table data tab.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374264#M1040755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allows to loop through internal table and retrieve data of every loop pass into work area. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to Global definitions where we can define the Global data, Types, Initialization and etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define Structure using Types Parameter as shown below. In Types parameters we usually define user defined data types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In Initialization parameter, we can write a code as shown below. We have to mention the output result in the output parameter so that we can use it further. Here in this case we are outputting IT_TAB and we are going to use this IT_TAB further in the Table painter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 09:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-two-internal-table-in-smartforms-in-table-data-tab/m-p/4374264#M1040755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T09:59:09Z</dc:date>
    </item>
  </channel>
</rss>

