<?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: Error in Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445801#M1552268</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;Row type is the field available in the screen that appears after the pop-up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have to provide the name of the database structure that you have already created to assign in the tables parameter.&lt;/P&gt;&lt;P&gt;The row of the table type will then follow the type of this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Dec 2010 08:33:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-20T08:33:14Z</dc:date>
    <item>
      <title>Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445793#M1552260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;         I am writing a function module to provide sales related data table . For that i created a structure of the out put fields i need to export as a table and assigning it to the final internal table in tables parameter. But when i tried to assign the structure i am getting error 'TABLES parameters are obsolete!' Message no. FL069.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;TABLES parameters are table parameters. Table parameters are obsolete CHANGING parameters that are typed as internal standard tables with a header line. If an internal table without a header line or a table body is passed as an actual parameter to such a formal parameter, an empty header line is generated in the function module. If an internal table with a header line is used as an actual parameter, both the table body and the header line are passed to the function module. In the case of formal parameters defined with TABLES, no value transmission is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formal parameters defined with TABLES can be replaced by formal parameters defined with CHANGING. A local work area can be created in the function module  for the internal table using the addition LIKE LINE OF itab of the DATA statement in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting where i am making mistakes here ? Pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 06:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445793#M1552260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T06:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445794#M1552261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of declaring the table in TABLES , feclare the internalt able in CHANGING parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 06:46:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445794#M1552261</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2010-12-20T06:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445795#M1552262</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;What Typing i have to assign for passing table instead of  wa_work arrea in changing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 07:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445795#M1552262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T07:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445796#M1552263</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;You have to create a table type with row type of the work area structure and assign it to the type of the changing parameter.&lt;/P&gt;&lt;P&gt;Then you will be able to pass table to the changing parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 07:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445796#M1552263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T07:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445797#M1552264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;        I did not get u..i created a database structure of the type of the output table and that i need to assign in the export parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 07:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445797#M1552264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T07:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445798#M1552265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE11 and in the Data Type: enter a Zname and when you click on create,you will have the option of creating the TableType.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 07:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445798#M1552265</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2010-12-20T07:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445799#M1552266</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;Since tables parameters are obselete you can use the importing, exporting &amp;amp; changing parameters to pass table to the FM by providing the type as any table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the following steps to create a table type.&lt;/P&gt;&lt;P&gt;1. Go to SE11. &lt;/P&gt;&lt;P&gt;2. Choose the Data type option enter a name for the new table type. &lt;/P&gt;&lt;P&gt;3. Press create. &lt;/P&gt;&lt;P&gt;4. In the popup select the option Table type. &lt;/P&gt;&lt;P&gt;5. In the next screen provide the name of the structure you have created in the field "Row Type". &lt;/P&gt;&lt;P&gt;6. Save it in the appropriate development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your function module provide the name of this table type you have created in the type of the changing parameter. Now you will be able to pass the table in the changing parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 07:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445799#M1552266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T07:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445800#M1552267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi   Immanuel&lt;/P&gt;&lt;P&gt;          I did not get ur 5 th  option. Where i can find 'row type'.................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 08:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445800#M1552267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T08:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445801#M1552268</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;Row type is the field available in the screen that appears after the pop-up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have to provide the name of the database structure that you have already created to assign in the tables parameter.&lt;/P&gt;&lt;P&gt;The row of the table type will then follow the type of this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 08:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module/m-p/7445801#M1552268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T08:33:14Z</dc:date>
    </item>
  </channel>
</rss>

