<?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: passing table from driver program to smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000779#M1697929</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;U can use like this also in form interface tables tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_table&lt;STRONG&gt; like&amp;nbsp; &lt;/STRONG&gt;zstruc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2012 10:06:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-07T10:06:23Z</dc:date>
    <item>
      <title>passing table from driver program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000775#M1697925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;exprts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i crt a driver program which i use two internal table and one final&amp;nbsp; internal table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; assign all the fld in the final itab. now i want to pass this final table through funcn&amp;nbsp; into smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; in smartforms form interface and global data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; which fld or table need to assign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; pls help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;shovan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino; color: #ff0000;"&gt;Moderator message : &lt;SPAN style="font-style: inherit; font-size: 12px; background-color: #ffffff;"&gt;P&lt;SPAN style="font-size: 12px; font-style: inherit; background-color: #ffffff;"&gt;lease write proper English, &lt;/SPAN&gt;&lt;/SPAN&gt;do not use shorthand abbreviations and contraction&lt;STRONG&gt;s. &lt;/STRONG&gt;Search for available information, discussion locked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 09:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000775#M1697925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-07T09:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: passing table from driver program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000776#M1697926</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;Create a table of same structure of your final internal table in se11 and call that table in the form interface in smartforms table statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 09:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000776#M1697926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-07T09:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: passing table from driver program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000777#M1697927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i crt a same structure table which is use for final table. its working fine.&lt;/P&gt;&lt;P&gt;bt in form interface in table tab where i use itab type/like&amp;nbsp; zstruc (my structure name) .&lt;/P&gt;&lt;P&gt;it shows a error messages.&lt;/P&gt;&lt;P&gt;now what can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 09:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000777#M1697927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-07T09:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: passing table from driver program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000778#M1697928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a table type for the table and assign it will accept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 10:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000778#M1697928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-07T10:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: passing table from driver program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000779#M1697929</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;U can use like this also in form interface tables tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_table&lt;STRONG&gt; like&amp;nbsp; &lt;/STRONG&gt;zstruc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 10:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-table-from-driver-program-to-smartforms/m-p/9000779#M1697929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-07T10:06:23Z</dc:date>
    </item>
  </channel>
</rss>

