<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041794#M1172322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt; SAP does not encourage the use of TABLES now.&lt;/P&gt;&lt;P&gt;you can declare it under IMPORT/EXPORT but there you have to give the corresponding table type for declaration.&lt;/P&gt;&lt;P&gt;if you want you may skip this message and create the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2009 10:13:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-06T10:13:47Z</dc:date>
    <item>
      <title>Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041792#M1172320</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 copied standard function module FAGL_ITEMS_DISPLAY to y function module.&lt;/P&gt;&lt;P&gt;i need to change in tables in the function module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at present &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER NAME            TYPING                   ASS TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_ITEMS                               LIKE                     FAGLPOSX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i copied the FAGLPOSX structure to y structure and added  a new field in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i changed the above one as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER NAME            TYPING                   ASS TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_ITEMS                               LIKE                    Y FAGLPOSX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT i am getting an error as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES PARAMETERS ARE OBSOLETE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to avoid the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041792#M1172320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041793#M1172321</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 think you are working with ECC 6.0. In ECC 6.0 , tables parameter is obsolete..U might be getting warning message,,..U can ignore it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041793#M1172321</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-01-06T10:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041794#M1172322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt; SAP does not encourage the use of TABLES now.&lt;/P&gt;&lt;P&gt;you can declare it under IMPORT/EXPORT but there you have to give the corresponding table type for declaration.&lt;/P&gt;&lt;P&gt;if you want you may skip this message and create the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041794#M1172322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041795#M1172323</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;use the parameter IT_ITEMS type FAGLPOSX in the changing tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or create a table type of structure FAGLPOSX and use in the changing tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Santosh Thorat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041795#M1172323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041796#M1172324</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;PARAMETER NAME TYPING ASS TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_ITEMS LIKE Y FAGLPOSX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this type parameter is having any space or underscore between Y and FAGLPOSX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check..............if u won't give underscore in between, it will give u an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kusuma.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041796#M1172324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041797#M1172325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a warning message.press enter on the message.u can continue working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/5041797#M1172325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:18:39Z</dc:date>
    </item>
  </channel>
</rss>

