<?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: Function Module Tables parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597706#M1436875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All for your views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved.  I pressed enter key twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Murali Krishna T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 06:44:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-11T06:44:49Z</dc:date>
    <item>
      <title>Function Module Tables parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597702#M1436871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                  &lt;/P&gt;&lt;P&gt;                Iam creating a Functional Module in ecc 6.0. It is accepting import and export parameters properly. Once I provide the tables parameter   with " material " as parameter name , "type" as typing and ztable as Associated type and after pressing enter key, it is giving error saying that &lt;/P&gt;&lt;P&gt;" TABLES parameters are obsolete! ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me where it is going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali Krishna T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 05:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597702#M1436871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T05:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Tables parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597703#M1436872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H Muralii, &lt;/P&gt;&lt;P&gt;SAP does not reccomend use of Tables, since it has high memory consumption and poorer performance.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Alternative&lt;/U&gt; : Create an exporting/changing parameter of the Table type/ztable.&lt;/P&gt;&lt;P&gt;If it's a structure you are using, create a Table type for the structure and use.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Least case :  You can still use Tables, since it is a warning &amp;amp; make sure you use LIKE instead of TYPE.&lt;/P&gt;&lt;P&gt;Press Enter twice to ignore the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Remi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 05:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597703#M1436872</guid>
      <dc:creator>RemiKaimal</dc:creator>
      <dc:date>2010-02-11T05:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Tables parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597704#M1436873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get a warning, you can still go ahead and use it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second option is : &lt;/P&gt;&lt;P&gt;Create a table type for structure and use the table type in Import or Export parameters instead of Tables paramter.&lt;/P&gt;&lt;P&gt;This willl not give you any warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Komal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 05:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597704#M1436873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T05:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Tables parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597705#M1436874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;  Tables statement is Absolete now.Instead of using tables you can use Internal table in Import(or) Export statement of FM.&lt;/P&gt;&lt;P&gt;  For this you need to Decalre a strcture in database for which you need to pass a table parameter.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; For Example , If you want to pass VBAK as Internal table, Declare a Table type of VBAK and Use that in FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importing&lt;/P&gt;&lt;P&gt;IT_VBAK = ztt_vbak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here ZTT_VBAK is table type of VBAK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use your own strcture for internal table, Declare that strcture in Database and create a table type for it and use that&lt;/P&gt;&lt;P&gt;in FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narendra.Somarouthu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 05:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597705#M1436874</guid>
      <dc:creator>former_member761936</dc:creator>
      <dc:date>2010-02-11T05:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Tables parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597706#M1436875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All for your views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved.  I pressed enter key twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Murali Krishna T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameter/m-p/6597706#M1436875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:44:49Z</dc:date>
    </item>
  </channel>
</rss>

