<?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: SMARTFORMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796178#M342136</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;i didnt get u...! how to select two tables in smartforms.......? Should i give two internal tables....? in se 38, should i give two internal tables to fetch the data......?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 17:28:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-28T17:28:45Z</dc:date>
    <item>
      <title>SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796176#M342134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to select fields from two tables in smartforms.....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 16:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796176#M342134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T16:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796177#M342135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Table Control in smartform to loop an internal table.&lt;/P&gt;&lt;P&gt;within the the table control add a loop control so that you can loop another internal table and access its fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will serve ur requirement.&lt;/P&gt;&lt;P&gt;pls reward with points if suits for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 16:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796177#M342135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T16:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796178#M342136</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;i didnt get u...! how to select two tables in smartforms.......? Should i give two internal tables....? in se 38, should i give two internal tables to fetch the data......?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 17:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796178#M342136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T17:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796179#M342137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Shir:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is what do you want to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you want to print?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because in the global parameters in the tab tables you could put a table that you could pass from the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALL FUNCTION nombre_modulo_funcion&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        COPY = ''&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        GS_T_F = T_F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T_F is one internal table&lt;/P&gt;&lt;P&gt;and GS_T_F is defined in the smart form&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 17:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796179#M342137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T17:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796180#M342138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   create a structure of the final table which contains the 2 table fields,&lt;/P&gt;&lt;P&gt;  and use the structure in the smart form.Move values to the internal table&lt;/P&gt;&lt;P&gt;  in u r program which as the structure of u r created structure table call &lt;/P&gt;&lt;P&gt;  pass that table through interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if helpful reward me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  regards,&lt;/P&gt;&lt;P&gt;   Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 12:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1796180#M342138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T12:28:24Z</dc:date>
    </item>
  </channel>
</rss>

